Searched refs:ASSEMBLE_COMPARE (Results 1 – 4 of 4) sorted by relevance
389 #define ASSEMBLE_COMPARE(asm_instr) \ macro1067 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
347 #define ASSEMBLE_COMPARE(asm_instr) \ macro1014 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
384 #define ASSEMBLE_COMPARE(cmp_instr, cmpl_instr) \ macro1657 ASSEMBLE_COMPARE(cmpw, cmplw); in AssembleArchInstruction()1661 ASSEMBLE_COMPARE(cmp, cmpl); in AssembleArchInstruction()
509 #define ASSEMBLE_COMPARE(cmp_instr, cmpl_instr) \ macro2128 ASSEMBLE_COMPARE(CmpP, CmpLogicalP); in AssembleArchInstruction()