Home | History | Annotate | Download | only in x86

Lines Matching refs:rl_src_offset

1113   RegLocation rl_src_offset = info->args[2];  // long low
1115 rl_src_offset = NarrowRegLoc(rl_src_offset); // ignore high half in info->args[3]
1131 RegLocation rl_offset = LoadValueWide(rl_src_offset, kCoreReg);
1153 const bool off_in_di = IsInReg(this, rl_src_offset, rs_rDI);
1154 const bool off_in_si = IsInReg(this, rl_src_offset, rs_rSI);
1192 LoadWordDisp(rs_rSP, SRegOffset(rl_src_offset.s_reg_low) + push_offset, rs_off);
1243 rl_offset = LoadValueWide(rl_src_offset, kCoreReg);
1245 rl_offset = LoadValue(rl_src_offset, kCoreReg);