Home | History | Annotate | Download | only in x86

Lines Matching defs:OpRegReg

201 LIR* X86Mir2Lir::OpRegReg(OpKind op, RegStorage r_dest_src1, RegStorage r_src2) {
250 LOG(FATAL) << "Bad case in OpRegReg " << op;
470 return OpRegReg(op, r_dest, r_src2);
473 return OpRegReg(op, r_dest, r_src2);
484 OpRegReg(op, t_reg, r_src2);
500 return OpRegReg(op, r_dest, r_src1);