Home
last modified time | relevance | path

Searched refs:rl_idx (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/x86/
Dtarget_x86.cc2423 RegLocation rl_idx = info->args[1]; in GenInlinedCharAt() local
2425 rl_idx = LoadValue(rl_idx, kCoreReg); in GenInlinedCharAt()
2433 if (rl_idx.is_const) { in GenInlinedCharAt()
2437 mir_graph_->ConstantValue(rl_idx.orig_sreg), nullptr, &comparison); in GenInlinedCharAt()
2440 OpRegMem(kOpCmp, rl_idx.reg, rl_obj.reg, count_offset); in GenInlinedCharAt()
2447 LoadBaseIndexedDisp(rl_obj.reg, rl_idx.reg, 1, value_offset, rl_result.reg, kUnsignedHalf); in GenInlinedCharAt()
2448 FreeTemp(rl_idx.reg); in GenInlinedCharAt()
/art/compiler/dex/quick/
Dgen_invoke.cc996 RegLocation rl_idx = info->args[1]; in GenInlinedCharAt() local
998 rl_idx = LoadValue(rl_idx, kCoreReg); in GenInlinedCharAt()
1008 OpRegReg(kOpCmp, rl_idx.reg, reg_max); in GenInlinedCharAt()
1017 LoadBaseIndexed(reg_ptr, rl_idx.reg, rl_result.reg, 1, kUnsignedHalf); in GenInlinedCharAt()