Home
last modified time | relevance | path

Searched defs:wide (Results 1 – 13 of 13) sorted by relevance

/art/compiler/dex/quick/
Dmir_to_lir.cc55 void Mir2Lir::LockArg(int in_position, bool wide) { in LockArg()
69 RegStorage Mir2Lir::LoadArg(int in_position, RegisterClass reg_class, bool wide) { in LoadArg()
236 bool wide = (data.op_variant == InlineMethodAnalyser::IGetVariant(Instruction::IGET_WIDE)); in GenSpecialIGet() local
280 bool wide = (data.op_variant == InlineMethodAnalyser::IPutVariant(Instruction::IPUT_WIDE)); in GenSpecialIPut() local
305 bool wide = (data.is_wide != 0u); in GenSpecialIdentity() local
1274 void Mir2Lir::CheckRegStorageImpl(RegStorage rs, WidenessCheck wide, RefCheck ref, FPCheck fp, in CheckRegStorageImpl()
Dmir_to_lir-inl.h271 inline void Mir2Lir::CheckRegStorage(RegStorage rs, WidenessCheck wide, RefCheck ref, FPCheck fp) in CheckRegStorage()
Dralloc_util.cc486 RegStorage Mir2Lir::AllocLiveReg(int s_reg, int reg_class, bool wide) { in AllocLiveReg()
1280 bool wide = fp_regs[i].s_reg & STARTING_WIDE_SREG; in DoPromotion() local
1319 bool wide = curr->wide || (cu_->target64 && curr->ref); in DoPromotion() local
Dmir_to_lir.h1504 static constexpr OpSize LoadStoreOpSize(bool wide, bool ref) { in LoadStoreOpSize()
/art/compiler/dex/
Dreg_location.h44 unsigned wide:1; member
Dmir_optimization.cc248 CompilerTemp* MIRGraph::GetNewCompilerTemp(CompilerTempType ct_type, bool wide) { in GetNewCompilerTemp()
Dmir_graph.cc354 bool wide = false; in IsBadMonitorExitCatch() local
Dlocal_value_numbering.cc1032 bool wide = false; in HandlePhi() local
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc422 ArmOpcode wide = (is_double) ? FWIDE(0) : FUNWIDE(0); in GenInlinedRound() local
440 ArmOpcode wide = (is_double) ? FWIDE(0) : FUNWIDE(0); in GenInlinedMinMaxFP() local
Dutility_arm64.cc567 ArmOpcode wide = (r_dest_src1.Is64Bit()) ? WIDE(0) : UNWIDE(0); in OpRegRegShift() local
636 ArmOpcode wide = (r_dest_src1.Is64Bit()) ? WIDE(0) : UNWIDE(0); in OpRegRegExtend() local
817 ArmOpcode wide = (is_wide) ? WIDE(0) : UNWIDE(0); in OpRegRegImm64() local
940 ArmOpcode wide = (r_dest_src1.Is64Bit()) ? WIDE(0) : UNWIDE(0); in OpRegImm64() local
Dint_arm64.cc266 ArmOpcode wide = reg.Is64Bit() ? WIDE(0) : UNWIDE(0); in OpCmpImmBranch() local
272 ArmOpcode wide = reg.Is64Bit() ? WIDE(0) : UNWIDE(0); in OpCmpImmBranch() local
628 ArmOpcode wide; in GenDivRem() local
752 ArmOpcode wide = UNWIDE(0); in GenInlinedCas() local
1689 ArmOpcode wide = (size == k64) ? WIDE(0) : UNWIDE(0); in GenInlinedReverseBits() local
/art/compiler/dex/quick/mips/
Dfp_mips.cc170 bool wide = true; in GenCmpFP() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc1585 void X86_64Assembler::EmitGenericShift(bool wide, in EmitGenericShift()