Searched refs:ASSEMBLE_BINOP (Results 1 – 3 of 3) sorted by relevance
366 #define ASSEMBLE_BINOP(asm_instr) \ macro1049 ASSEMBLE_BINOP(addl); in AssembleArchInstruction()1052 ASSEMBLE_BINOP(addq); in AssembleArchInstruction()1055 ASSEMBLE_BINOP(subl); in AssembleArchInstruction()1058 ASSEMBLE_BINOP(subq); in AssembleArchInstruction()1061 ASSEMBLE_BINOP(andl); in AssembleArchInstruction()1064 ASSEMBLE_BINOP(andq); in AssembleArchInstruction()1139 ASSEMBLE_BINOP(orl); in AssembleArchInstruction()1142 ASSEMBLE_BINOP(orq); in AssembleArchInstruction()1145 ASSEMBLE_BINOP(xorl); in AssembleArchInstruction()[all …]
403 #define ASSEMBLE_BINOP(asm_instr) \ macro1008 ASSEMBLE_BINOP(add); in AssembleArchInstruction()1011 ASSEMBLE_BINOP(and_); in AssembleArchInstruction()1059 ASSEMBLE_BINOP(or_); in AssembleArchInstruction()1062 ASSEMBLE_BINOP(xor_); in AssembleArchInstruction()1065 ASSEMBLE_BINOP(sub); in AssembleArchInstruction()4608 #undef ASSEMBLE_BINOP
306 #define ASSEMBLE_BINOP(asm_instr_reg, asm_instr_imm) \ macro