Searched refs:CMP_R1_S2 (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/sysdeps/x86_64/multiarch/ |
D | strcmp-avx2.S | 143 # define CMP_R1_S2(s1_reg, s2_mem, scratch_reg, reg_out, ext) \ macro 150 # define CMP_R1_S2_ymm(...) CMP_R1_S2(__VA_ARGS__, ymm) 151 # define CMP_R1_S2_xmm(...) CMP_R1_S2(__VA_ARGS__, xmm)
|
D | strcmp-evex.S | 159 # define CMP_R1_S2(s1_reg, s2_mem, s2_reg, reg_out, ext) \ macro 166 # define CMP_R1_S2_YMM(...) CMP_R1_S2(__VA_ARGS__, YMM) 167 # define CMP_R1_S2_XMM(...) CMP_R1_S2(__VA_ARGS__, XMM)
|