Searched refs:RM32Instr (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 390 #define RM32Instr(instr) RMInstr(instr, GET_MEMOPERAND32) 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() 1651 ASSEMBLE_BIN32_OP(RRRInstr(ark), RM32Instr(AddS32), RRIInstr(AddS32)); in AssembleArchInstruction() 1653 ASSEMBLE_BIN32_OP(RRInstr(ar), RM32Instr(AddS32), RIInstr(AddS32)); in AssembleArchInstruction() 1673 ASSEMBLE_BIN32_OP(RRRInstr(srk), RM32Instr(SubS3 in AssembleArchInstruction() [all...] |
Completed in 4 milliseconds