Home
last modified time | relevance | path

Searched refs:scratch_reg (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/sysdeps/x86_64/multiarch/
Dstrcmp-avx2.S139 # define CMP_R1_R2(s1_reg, s2_reg, scratch_reg, reg_out, ext) \ argument
140 TOLOWER (s1_reg, scratch_reg, s2_reg, s2_reg, ext); \
141 VPCMPEQ scratch_reg, s2_reg, reg_out
143 # define CMP_R1_S2(s1_reg, s2_mem, scratch_reg, reg_out, ext) \ argument
145 CMP_R1_R2(s1_reg, reg_out, scratch_reg, reg_out, ext)
158 # define CMP_R1_R2_ymm(s1_reg, s2_reg, scratch_reg, reg_out) \ argument