Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc370 #define ASSEMBLE_COMPARE(asm_instr) \ macro
1078 ASSEMBLE_COMPARE(cmp); in AssembleArchInstruction()
1081 ASSEMBLE_COMPARE(cmpw); in AssembleArchInstruction()
1084 ASSEMBLE_COMPARE(cmpb); in AssembleArchInstruction()
1087 ASSEMBLE_COMPARE(test); in AssembleArchInstruction()
1090 ASSEMBLE_COMPARE(test_w); in AssembleArchInstruction()
1093 ASSEMBLE_COMPARE(test_b); in AssembleArchInstruction()
4471 #undef ASSEMBLE_COMPARE macro
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc764 #define ASSEMBLE_COMPARE(asm_instr) \ macro
1608 ASSEMBLE_COMPARE(cmpb); in AssembleArchInstruction()
1611 ASSEMBLE_COMPARE(cmpw); in AssembleArchInstruction()
1614 ASSEMBLE_COMPARE(cmpl); in AssembleArchInstruction()
1617 ASSEMBLE_COMPARE(cmpq); in AssembleArchInstruction()
1620 ASSEMBLE_COMPARE(testb); in AssembleArchInstruction()
1623 ASSEMBLE_COMPARE(testw); in AssembleArchInstruction()
1626 ASSEMBLE_COMPARE(testl); in AssembleArchInstruction()
1629 ASSEMBLE_COMPARE(testq); in AssembleArchInstruction()
4400 #undef ASSEMBLE_COMPARE macro
[all...]
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc384 #define ASSEMBLE_COMPARE(cmp_instr, cmpl_instr) \ macro
1633 ASSEMBLE_COMPARE(cmpw, cmplw); in AssembleArchInstruction()
1637 ASSEMBLE_COMPARE(cmp, cmpl); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc527 #define ASSEMBLE_COMPARE(cmp_instr, cmpl_instr) \ macro
1919 ASSEMBLE_COMPARE(CmpS64, CmpU64); in AssembleArchInstruction()

Completed in 28 milliseconds