Home | History | Annotate | Download | only in x86

Lines Matching refs:disp

456                        0 /* scale */, 0 /* disp */);
460 0 /* scale */, 0 /* disp */);
510 // TODO: fix bug in LEA encoding when disp == 0
512 r_src.GetReg() /* index */, value /* scale */, 0 /* disp */);
516 0 /* scale */, value /* disp */);
549 LIR* X86Mir2Lir::OpMem(OpKind op, RegStorage r_base, int disp) {
557 return NewLIR2(opcode, r_base.GetReg(), disp);