Searched refs:RIInstr (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 377 #define RIInstr(instr) \ macro 1499 ASSEMBLE_BIN32_OP(RRRInstr(nrk), RM32Instr(And), RIInstr(nilf)); in AssembleArchInstruction() 1501 ASSEMBLE_BIN32_OP(RRInstr(nr), RM32Instr(And), RIInstr(nilf)); in AssembleArchInstruction() 1514 ASSEMBLE_BIN32_OP(RRRInstr(ork), RM32Instr(Or), RIInstr(oilf)); in AssembleArchInstruction() 1516 ASSEMBLE_BIN32_OP(RRInstr(or_z), RM32Instr(Or), RIInstr(oilf)); in AssembleArchInstruction() 1529 ASSEMBLE_BIN32_OP(RRRInstr(xrk), RM32Instr(Xor), RIInstr(xilf)); in AssembleArchInstruction() 1531 ASSEMBLE_BIN32_OP(RRInstr(xr), RM32Instr(Xor), RIInstr(xilf)); in AssembleArchInstruction() 1547 ASSEMBLE_BIN32_OP(RRInstr(sll), nullInstr, RIInstr(sll)); in AssembleArchInstruction() 1558 ASSEMBLE_BIN32_OP(RRInstr(srl), nullInstr, RIInstr(srl)); in AssembleArchInstruction() 1569 ASSEMBLE_BIN32_OP(RRInstr(sra), nullInstr, RIInstr(sr in AssembleArchInstruction() [all...] |
Completed in 4 milliseconds