Searched refs:RIInstr (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 357 #define RIInstr(instr) \ macro 1635 ASSEMBLE_BIN32_OP(RRRInstr(nrk), RM32Instr(And), RIInstr(nilf)); in AssembleArchInstruction() 1637 ASSEMBLE_BIN32_OP(RRInstr(nr), RM32Instr(And), RIInstr(nilf)); in AssembleArchInstruction() 1650 ASSEMBLE_BIN32_OP(RRRInstr(ork), RM32Instr(Or), RIInstr(oilf)); in AssembleArchInstruction() 1652 ASSEMBLE_BIN32_OP(RRInstr(or_z), RM32Instr(Or), RIInstr(oilf)); in AssembleArchInstruction() 1665 ASSEMBLE_BIN32_OP(RRRInstr(xrk), RM32Instr(Xor), RIInstr(xilf)); in AssembleArchInstruction() 1667 ASSEMBLE_BIN32_OP(RRInstr(xr), RM32Instr(Xor), RIInstr(xilf)); 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() [all …]
|