Searched defs:wide (Results 1 – 13 of 13) sorted by relevance
/art/compiler/dex/quick/ |
D | mir_to_lir.cc | 55 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()
|
D | mir_to_lir-inl.h | 271 inline void Mir2Lir::CheckRegStorage(RegStorage rs, WidenessCheck wide, RefCheck ref, FPCheck fp) in CheckRegStorage()
|
D | ralloc_util.cc | 486 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
|
D | mir_to_lir.h | 1504 static constexpr OpSize LoadStoreOpSize(bool wide, bool ref) { in LoadStoreOpSize()
|
/art/compiler/dex/ |
D | reg_location.h | 44 unsigned wide:1; member
|
D | mir_optimization.cc | 248 CompilerTemp* MIRGraph::GetNewCompilerTemp(CompilerTempType ct_type, bool wide) { in GetNewCompilerTemp()
|
D | mir_graph.cc | 354 bool wide = false; in IsBadMonitorExitCatch() local
|
D | local_value_numbering.cc | 1032 bool wide = false; in HandlePhi() local
|
/art/compiler/dex/quick/arm64/ |
D | fp_arm64.cc | 422 ArmOpcode wide = (is_double) ? FWIDE(0) : FUNWIDE(0); in GenInlinedRound() local 440 ArmOpcode wide = (is_double) ? FWIDE(0) : FUNWIDE(0); in GenInlinedMinMaxFP() local
|
D | utility_arm64.cc | 567 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
|
D | int_arm64.cc | 266 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/ |
D | fp_mips.cc | 170 bool wide = true; in GenCmpFP() local
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 1585 void X86_64Assembler::EmitGenericShift(bool wide, in EmitGenericShift()
|