Searched refs:reg_off (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/quick/ |
D | gen_invoke.cc | 1253 RegStorage reg_off; in GenInlinedCharAt() local 1255 reg_off = AllocTemp(); in GenInlinedCharAt() 1262 Load32Disp(rl_obj.reg, offset_offset, reg_off); in GenInlinedCharAt() 1273 OpRegImm(kOpAdd, reg_off, mir_graph_->ConstantValue(rl_idx.orig_sreg)); in GenInlinedCharAt() 1275 OpRegReg(kOpAdd, reg_off, rl_idx.reg); in GenInlinedCharAt() 1283 LoadBaseIndexed(reg_ptr, reg_off, rl_result.reg, 1, kUnsignedHalf); in GenInlinedCharAt() 1284 FreeTemp(reg_off); in GenInlinedCharAt()
|
/art/compiler/dex/quick/x86/ |
D | target_x86.cc | 2849 RegStorage reg_off; in GenInlinedCharAt() local 2866 reg_off = AllocTemp(); in GenInlinedCharAt() 2868 Load32Disp(rl_obj.reg, offset_offset, reg_off); in GenInlinedCharAt() 2871 OpRegImm(kOpAdd, reg_off, mir_graph_->ConstantValue(rl_idx.orig_sreg)); in GenInlinedCharAt() 2873 OpRegReg(kOpAdd, reg_off, rl_idx.reg); in GenInlinedCharAt() 2881 LoadBaseIndexedDisp(reg_ptr, reg_off, 1, data_offset, rl_result.reg, kUnsignedHalf); in GenInlinedCharAt() 2882 FreeTemp(reg_off); in GenInlinedCharAt()
|