Searched refs:RRM32Instr (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 409 #define RRM32Instr(instr) RRMInstr(instr, GET_MEMOPERAND32) macro 1702 RRM32Instr(Mul32WithOverflowIfCCUnequal), in AssembleArchInstruction() 1710 ASSEMBLE_BIN_OP(RRRInstr(MulHighS32), RRM32Instr(MulHighS32), in AssembleArchInstruction() 1715 ASSEMBLE_BIN_OP(RRRInstr(MulHighU32), RRM32Instr(MulHighU32), in AssembleArchInstruction() 1729 ASSEMBLE_BIN_OP(RRRInstr(DivS32), RRM32Instr(DivS32), nullInstr); in AssembleArchInstruction() 1737 ASSEMBLE_BIN_OP(RRRInstr(DivU32), RRM32Instr(DivU32), nullInstr); in AssembleArchInstruction() 1748 ASSEMBLE_BIN_OP(RRRInstr(ModS32), RRM32Instr(ModS32), nullInstr); in AssembleArchInstruction() 1752 ASSEMBLE_BIN_OP(RRRInstr(ModU32), RRM32Instr(ModU32), nullInstr); in AssembleArchInstruction()
|
Completed in 6 milliseconds