HomeSort by relevance Sort by last modified time
    Searched refs:FpRegMask (Results 1 - 9 of 9) sorted by null

  /art/compiler/dex/
vreg_analysis.cc 347 table[i].low_reg & cg->FpRegMask(),
349 table[i].high_reg & cg->FpRegMask(), table[i].s_reg_low);
  /art/compiler/dex/quick/mips/
codegen_mips.h 62 uint32_t FpRegMask();
target_mips.cc 90 uint32_t MipsMir2Lir::FpRegMask() {
  /art/compiler/dex/quick/arm/
codegen_arm.h 61 uint32_t FpRegMask();
target_arm.cc 89 uint32_t ArmMir2Lir::FpRegMask() {
  /art/compiler/dex/quick/x86/
codegen_x86.h 62 uint32_t FpRegMask();
target_x86.cc 99 uint32_t X86Mir2Lir::FpRegMask() {
  /art/compiler/dex/quick/
mir_to_lir.h 560 virtual uint32_t FpRegMask() = 0;
    [all...]
codegen_util.cc 207 StringAppendF(&buf, " : s%d", v_reg_map.FpReg & FpRegMask());
    [all...]

Completed in 2555 milliseconds