Searched refs:RRM32Instr (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 389 #define RRM32Instr(instr) RRMInstr(instr, GET_MEMOPERAND32) macro 1909 RRM32Instr(Mul32WithOverflowIfCCUnequal), in AssembleArchInstruction() 1917 ASSEMBLE_BIN_OP(RRRInstr(MulHigh32), RRM32Instr(MulHigh32), in AssembleArchInstruction() 1922 ASSEMBLE_BIN_OP(RRRInstr(MulHighU32), RRM32Instr(MulHighU32), in AssembleArchInstruction() 1936 ASSEMBLE_BIN_OP(RRRInstr(Div32), RRM32Instr(Div32), nullInstr); in AssembleArchInstruction() 1944 ASSEMBLE_BIN_OP(RRRInstr(DivU32), RRM32Instr(DivU32), nullInstr); in AssembleArchInstruction() 1955 ASSEMBLE_BIN_OP(RRRInstr(Mod32), RRM32Instr(Mod32), nullInstr); in AssembleArchInstruction() 1959 ASSEMBLE_BIN_OP(RRRInstr(ModU32), RRM32Instr(ModU32), nullInstr); in AssembleArchInstruction()
|