/art/runtime/ |
stack.cc | 224 uint32_t reg_hi = vmap_table.ComputeRegister(spill_mask, vmap_offset_hi, kind_hi); local 227 success &= is_float ? GetFPR(reg_hi, &ptr_val_hi) : GetGPR(reg_hi, &ptr_val_hi); 335 uint32_t reg_hi = vmap_table.ComputeRegister(spill_mask, vmap_offset_hi, kind_hi); local 343 success &= is_float ? GetFPR(reg_hi, &old_reg_val_hi) : GetGPR(reg_hi, &old_reg_val_hi); 357 success &= is_float ? SetFPR(reg_hi, new_value_hi) : SetGPR(reg_hi, new_value_hi);
|
/art/compiler/dex/quick/arm/ |
codegen_arm.h | 112 RegLocation GenDivRem(RegLocation rl_dest, RegStorage reg_lo, RegStorage reg_hi, bool is_div);
|
/art/compiler/dex/quick/mips/ |
codegen_mips.h | 111 RegLocation GenDivRem(RegLocation rl_dest, RegStorage reg_lo, RegStorage reg_hi, bool is_div);
|
/art/compiler/dex/quick/arm64/ |
codegen_arm64.h | 175 RegLocation GenDivRem(RegLocation rl_dest, RegStorage reg_lo, RegStorage reg_hi, bool is_div)
|
/art/compiler/dex/quick/x86/ |
codegen_x86.h | 228 // TODO: collapse reg_lo, reg_hi 229 RegLocation GenDivRem(RegLocation rl_dest, RegStorage reg_lo, RegStorage reg_hi, bool is_div) [all...] |
int_x86.cc | 747 RegLocation X86Mir2Lir::GenDivRem(RegLocation rl_dest, RegStorage reg_lo, RegStorage reg_hi, [all...] |
/art/compiler/dex/quick/ |
mir_to_lir.h | [all...] |