Lines Matching refs:RRInstr
351 #define RRInstr(instr) \ macro
1637 ASSEMBLE_BIN32_OP(RRInstr(nr), RM32Instr(And), RIInstr(nilf)); in AssembleArchInstruction()
1644 ASSEMBLE_BIN_OP(RRInstr(ngr), RM64Instr(ng), nullInstr); in AssembleArchInstruction()
1652 ASSEMBLE_BIN32_OP(RRInstr(or_z), RM32Instr(Or), RIInstr(oilf)); in AssembleArchInstruction()
1659 ASSEMBLE_BIN_OP(RRInstr(ogr), RM64Instr(og), nullInstr); in AssembleArchInstruction()
1667 ASSEMBLE_BIN32_OP(RRInstr(xr), RM32Instr(Xor), RIInstr(xilf)); in AssembleArchInstruction()
1674 ASSEMBLE_BIN_OP(RRInstr(xgr), RM64Instr(xg), nullInstr); in AssembleArchInstruction()
1682 ASSEMBLE_BIN32_OP(RRInstr(sll), nullInstr, RIInstr(sll)); in AssembleArchInstruction()
1693 ASSEMBLE_BIN32_OP(RRInstr(srl), nullInstr, RIInstr(srl)); in AssembleArchInstruction()
1704 ASSEMBLE_BIN32_OP(RRInstr(sra), nullInstr, RIInstr(sra)); in AssembleArchInstruction()
1860 ASSEMBLE_BIN32_OP(RRInstr(ar), RM32Instr(Add32), RIInstr(Add32)); in AssembleArchInstruction()
1868 ASSEMBLE_BIN_OP(RRInstr(agr), RM64Instr(ag), RIInstr(agfi)); in AssembleArchInstruction()
1882 ASSEMBLE_BIN32_OP(RRInstr(sr), RM32Instr(Sub32), RIInstr(Sub32)); in AssembleArchInstruction()
1889 ASSEMBLE_BIN_OP(RRInstr(sgr), RM64Instr(sg), RIInstr(SubP)); in AssembleArchInstruction()
1903 ASSEMBLE_BIN32_OP(RRInstr(Mul32), RM32Instr(Mul32), RIInstr(Mul32)); in AssembleArchInstruction()
1913 ASSEMBLE_BIN_OP(RRInstr(Mul64), RM64Instr(Mul64), RIInstr(Mul64)); in AssembleArchInstruction()