Home
last modified time | relevance | path

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

/external/v8/src/compiler/x64/
Dcode-generator-x64.cc389 #define ASSEMBLE_COMPARE(asm_instr) \ macro
1067 ASSEMBLE_COMPARE(cmpb); in AssembleArchInstruction()
1070 ASSEMBLE_COMPARE(cmpw); in AssembleArchInstruction()
1073 ASSEMBLE_COMPARE(cmpl); in AssembleArchInstruction()
1076 ASSEMBLE_COMPARE(cmpq); in AssembleArchInstruction()
1079 ASSEMBLE_COMPARE(testb); in AssembleArchInstruction()
1082 ASSEMBLE_COMPARE(testw); in AssembleArchInstruction()
1085 ASSEMBLE_COMPARE(testl); in AssembleArchInstruction()
1088 ASSEMBLE_COMPARE(testq); in AssembleArchInstruction()
2826 #undef ASSEMBLE_COMPARE
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc347 #define ASSEMBLE_COMPARE(asm_instr) \ macro
1014 ASSEMBLE_COMPARE(cmp); in AssembleArchInstruction()
1017 ASSEMBLE_COMPARE(cmpw); in AssembleArchInstruction()
1020 ASSEMBLE_COMPARE(cmpb); in AssembleArchInstruction()
1023 ASSEMBLE_COMPARE(test); in AssembleArchInstruction()
1026 ASSEMBLE_COMPARE(test_w); in AssembleArchInstruction()
1029 ASSEMBLE_COMPARE(test_b); in AssembleArchInstruction()
4605 #undef ASSEMBLE_COMPARE
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc384 #define ASSEMBLE_COMPARE(cmp_instr, cmpl_instr) \ macro
1657 ASSEMBLE_COMPARE(cmpw, cmplw); in AssembleArchInstruction()
1661 ASSEMBLE_COMPARE(cmp, cmpl); in AssembleArchInstruction()
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc509 #define ASSEMBLE_COMPARE(cmp_instr, cmpl_instr) \ macro
2128 ASSEMBLE_COMPARE(CmpP, CmpLogicalP); in AssembleArchInstruction()