Home
last modified time | relevance | path

Searched refs:UpdateLocTyped (Results 1 – 5 of 5) sorted by relevance

/art/compiler/dex/quick/x86/
Dint_x86.cc1075 rl_src_value = UpdateLocTyped(rl_src_value); in GenInlinedPoke()
3194 rl_result = UpdateLocTyped(rl_dest); in GenArithOpInt()
3204 rl_result = UpdateLocTyped(rl_dest); in GenArithOpInt()
3227 rl_result = UpdateLocTyped(rl_dest); in GenArithOpInt()
3232 rl_rhs = UpdateLocTyped(rl_rhs); in GenArithOpInt()
3247 rl_result = UpdateLocTyped(rl_dest); in GenArithOpInt()
3264 rl_lhs = UpdateLocTyped(rl_lhs); in GenArithOpInt()
3265 rl_rhs = UpdateLocTyped(rl_rhs); in GenArithOpInt()
3337 rl_src = UpdateLocTyped(rl_src); in GenIntToLong()
Dfp_x86.cc189 RegLocation rl_result = is_double ? UpdateLocWideTyped(rl_dest) : UpdateLocTyped(rl_dest); in GenLongToFP()
454 RegLocation rl_result = is_double ? UpdateLocWideTyped(rl_dest) : UpdateLocTyped(rl_dest); in GenRemFP()
Dcodegen_x86.h875 RegLocation UpdateLocTyped(RegLocation loc);
Dtarget_x86.cc2119 rl_result = UpdateLocTyped(rl_dest); in GenAddReduceVector()
2205 rl_result = UpdateLocTyped(rl_dest); in GenReduceVector()
Dutility_x86.cc1089 RegLocation X86Mir2Lir::UpdateLocTyped(RegLocation loc) { in UpdateLocTyped() function in art::X86Mir2Lir