Searched refs:CMP_R1_R2 (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/sysdeps/x86_64/multiarch/ |
D | strcmp-avx2.S | 139 # define CMP_R1_R2(s1_reg, s2_reg, scratch_reg, reg_out, ext) \ macro 145 CMP_R1_R2(s1_reg, reg_out, scratch_reg, reg_out, ext) 147 # define CMP_R1_R2_ymm(...) CMP_R1_R2(__VA_ARGS__, ymm) 148 # define CMP_R1_R2_xmm(...) CMP_R1_R2(__VA_ARGS__, xmm)
|
D | strcmp-evex.S | 155 # define CMP_R1_R2(s1_reg, s2_reg, reg_out, ext) \ macro 161 CMP_R1_R2(s1_reg, s2_reg, reg_out, ext) 163 # define CMP_R1_R2_YMM(...) CMP_R1_R2(__VA_ARGS__, YMM) 164 # define CMP_R1_R2_XMM(...) CMP_R1_R2(__VA_ARGS__, XMM)
|