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

  /external/qemu/tcg/
tcg.c 397 if (tcg_regset_test_reg(s->reserved_regs, reg))
408 tcg_regset_set_reg(s->reserved_regs, reg);
    [all...]
tcg.h 472 TCGRegSet reserved_regs; member in struct:TCGContext
  /art/compiler/dex/quick/mips/
target_mips.cc 53 static constexpr ArrayRef<const RegStorage> reserved_regs(reserved_regs_arr);
434 dp_regs, reserved_regs, empty_pool /* reserved64 */,
  /art/compiler/dex/quick/arm/
target_arm.cc 64 static constexpr ArrayRef<const RegStorage> reserved_regs(reserved_regs_arr);
571 dp_regs, reserved_regs, empty_pool /* reserved64 */,
  /art/compiler/dex/quick/arm64/
target_arm64.cc 78 static constexpr ArrayRef<const RegStorage> reserved_regs(reserved_regs_arr);
599 reserved_regs, reserved64_regs, core_temps, core64_temps,
    [all...]
  /art/compiler/dex/quick/
ralloc_util.cc 63 const ArrayRef<const RegStorage>& reserved_regs,
107 for (RegStorage reg : reserved_regs) {
    [all...]
mir_to_lir.h 448 const ArrayRef<const RegStorage>& reserved_regs,
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c     [all...]

Completed in 419 milliseconds