Searched defs:rm_instr (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/s390/
H A Dcode-generator-s390.cc351 RMTypeInstr rm_instr, RITypeInstr ri_instr) {
359 CHECK(rm_instr != NULL);
360 (masm->*rm_instr)(i.OutputRegister(), operand);
366 (masm->*rm_instr)(i.OutputRegister(), i.InputStackSlot32(1));
375 RMTypeInstr rm_instr, RITypeInstr ri_instr) {
383 CHECK(rm_instr != NULL);
384 (masm->*rm_instr)(i.OutputRegister(), operand);
393 (masm->*rm_instr)(i.OutputRegister(), i.InputStackSlot32(1));
402 RMTypeInstr rm_instr, RRITypeInstr rri_instr) {
410 CHECK(rm_instr !
349 AssembleBinOp(S390OperandConverter& i, MacroAssembler* masm, Instruction* instr, RRTypeInstr rr_instr, RMTypeInstr rm_instr, RITypeInstr ri_instr) argument
373 AssembleBinOp(S390OperandConverter& i, MacroAssembler* masm, Instruction* instr, RRRTypeInstr rrr_instr, RMTypeInstr rm_instr, RITypeInstr ri_instr) argument
400 AssembleBinOp(S390OperandConverter& i, MacroAssembler* masm, Instruction* instr, RRRTypeInstr rrr_instr, RMTypeInstr rm_instr, RRITypeInstr rri_instr) argument
[all...]

Completed in 83 milliseconds