/bionic/libc/arch-x86/atom/string/ |
ssse3-strncmp-atom.S | 33 #define STRCMP strncmp_ssse3 34 #include "ssse3-strcmp-atom.S"
|
ssse3-strcmp-atom.S | 110 #ifndef STRCMP 111 # define STRCMP strcmp_ssse3 115 ENTRY (STRCMP) [all...] |
/bionic/libc/arch-x86_64/string/ |
ssse3-strncmp-slm.S | 32 #define STRCMP strncmp 33 #include "ssse3-strcmp-slm.S"
|
ssse3-strcmp-slm.S | 45 #ifndef STRCMP 46 #define STRCMP strcmp 78 ENTRY (STRCMP) [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.h | 133 // Use a CLST-based sequence to implement strcmp(). The two input operands 135 STRCMP,
|
SystemZSelectionDAGInfo.cpp | 239 SDValue Unused = DAG.getNode(SystemZISD::STRCMP, DL, VTs, Chain, Src1, Src2,
|
SystemZISelLowering.cpp | [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
SystemZSelectionDAGInfo.cpp | 235 SDValue Unused = DAG.getNode(SystemZISD::STRCMP, DL, VTs, Chain, Src1, Src2,
|
SystemZISelLowering.h | 140 // Use a CLST-based sequence to implement strcmp(). The two input operands 142 STRCMP,
|
SystemZISelLowering.cpp | [all...] |