powerpc: Add string-fza.h
commit080685c90fcaa5c161fbc7264adcf0bccc905006
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 10 Jan 2023 21:01:05 +0000 (10 18:01 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 6 Feb 2023 19:19:35 +0000 (6 16:19 -0300)
tree1a5fe9cc229cccf01d4c36503e9d72f1df0b9d30
parent885306b2f68e4a82034cff420c8fc93c695f10bc
powerpc: Add string-fza.h

While ppc has the more important string functions in assembly,
there are still a few generic routines used.

Use the Power 6 CMPB insn for testing of zeros.

Checked on powerpc64le-linux-gnu.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
sysdeps/powerpc/string-fza.h [new file with mode: 0644]