Home
last modified time | relevance | path

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

/art/compiler/dex/
Dgvn_dead_code_elimination.cc90 void GvnDeadCodeElimination::VRegChains::AddMIRWithDef(MIR* mir, int v_reg, bool wide, in AddMIRWithDef()
210 void GvnDeadCodeElimination::VRegChains::UpdateInitialVRegValue(int v_reg, bool wide, in UpdateInitialVRegValue()
391 int old_s_reg, int new_s_reg, bool wide) { in RenameSRegUses()
556 bool wide = (mir_to_kill->ssa_rep->num_defs != 1); in RenameSRegDefOrCreatePhi() local
692 bool wide = data->wide_def; in RecordPassTryToKillOverwrittenMoveOrMoveSrc() local
845 bool wide = last_data->wide_def; in RecordPassTryToKillLastMIR() local
1049 bool wide = raw_dest.wide; in RecordMIR() local
1442 bool wide = (mir->ssa_rep->num_defs == 2); in RecordMIR() local
Dreg_location.h45 unsigned wide:1; member
Dmir_optimization.cc277 CompilerTemp* MIRGraph::GetNewCompilerTemp(CompilerTempType ct_type, bool wide) { in GetNewCompilerTemp()
415 void MIRGraph::RemoveLastCompilerTemp(CompilerTempType ct_type, bool wide, CompilerTemp* temp) { in RemoveLastCompilerTemp()
Dgvn_dead_code_elimination_test.cc238 int SRegToVReg(int32_t s_reg, bool wide) { in SRegToVReg()
247 int SRegToVReg(int32_t* uses, size_t* use, bool wide) { in SRegToVReg()
Dmir_graph.cc410 bool wide = false; in IsBadMonitorExitCatch() local
Dlocal_value_numbering.cc1163 bool wide = raw_dest.wide; in HandlePhi() local
/art/compiler/dex/quick/
Dmir_to_lir.cc115 RegStorage Mir2Lir::LoadArg(size_t in_position, RegisterClass reg_class, bool wide) { in LoadArg()
376 bool wide = (data.is_wide != 0u); in GenSpecialIdentity() local
1364 void Mir2Lir::CheckRegStorageImpl(RegStorage rs, WidenessCheck wide, RefCheck ref, FPCheck fp, in CheckRegStorageImpl()
Dmir_to_lir-inl.h274 inline void Mir2Lir::CheckRegStorage(RegStorage rs, WidenessCheck wide, RefCheck ref, FPCheck fp) in CheckRegStorage()
Dralloc_util.cc471 RegStorage Mir2Lir::AllocLiveReg(int s_reg, int reg_class, bool wide) { in AllocLiveReg()
1412 bool wide = fp_regs[i].s_reg & STARTING_WIDE_SREG; in DoPromotion() local
1451 bool wide = curr->wide || (cu_->target64 && curr->ref); in DoPromotion() local
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc452 A64Opcode wide = (is_double) ? WIDE(0) : UNWIDE(0); in GenInlinedRound() local
470 A64Opcode wide = (is_double) ? WIDE(0) : UNWIDE(0); in GenInlinedMinMaxFP() local
Dint_arm64.cc275 A64Opcode wide = reg.Is64Bit() ? WIDE(0) : UNWIDE(0); in OpCmpImmBranch() local
281 A64Opcode wide = reg.Is64Bit() ? WIDE(0) : UNWIDE(0); in OpCmpImmBranch() local
285 A64Opcode wide = reg.Is64Bit() ? WIDE(0) : UNWIDE(0); in OpCmpImmBranch() local
647 A64Opcode wide; in GenDivRem() local
787 A64Opcode wide = UNWIDE(0); in GenInlinedCas() local
951 bool wide) { in OpPcRelDexCacheArrayLoad()
1784 A64Opcode wide = IsWide(size) ? WIDE(0) : UNWIDE(0); in GenInlinedReverseBits() local
Dutility_arm64.cc565 A64Opcode wide = (r_dest_src1.Is64Bit()) ? WIDE(0) : UNWIDE(0); in OpRegRegShift() local
632 A64Opcode wide = (r_dest_src1.Is64Bit()) ? WIDE(0) : UNWIDE(0); in OpRegRegExtend() local
817 A64Opcode wide = (is_wide) ? WIDE(0) : UNWIDE(0); in OpRegRegImm64() local
940 A64Opcode wide = (r_dest_src1.Is64Bit()) ? WIDE(0) : UNWIDE(0); in OpRegImm64() local
/art/compiler/dex/quick/mips/
Dfp_mips.cc210 bool wide = true; in GenCmpFP() local
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc161 bool wide = (insn & 0x40000000) != 0; in PatchDexCacheReference() local
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DInstruction.java324 addOpcodeInfo(Opcode.MOVE_WIDE, "move-wide", 0x04, new Format12x()); in addOpcodeInfo()
331 addOpcodeInfo(Opcode.MOVE_RESULT_WIDE, "move-result-wide", 0x0b, new Format11x()); in addOpcodeInfo()
336 addOpcodeInfo(Opcode.RETURN_WIDE, "return-wide", 0x10, new Format11x()); in addOpcodeInfo()
344 addOpcodeInfo(Opcode.CONST_WIDE, "const-wide", 0x18, new Format51l()); in addOpcodeInfo()
390 addOpcodeInfo(Opcode.AGET_WIDE, "aget-wide", 0x45, new Format23x()); in addOpcodeInfo()
391 addOpcodeInfo(Opcode.AGET_WIDE, "aget-wide", 0x45, new Format23x()); in addOpcodeInfo()
398 addOpcodeInfo(Opcode.APUT_WIDE, "aput-wide", 0x4c, new Format23x()); in addOpcodeInfo()
405 addOpcodeInfo(Opcode.IGET_WIDE, "iget-wide", 0x53, new Format22c()); in addOpcodeInfo()
412 addOpcodeInfo(Opcode.IPUT_WIDE, "iput-wide", 0x5a, new Format22c()); in addOpcodeInfo()
419 addOpcodeInfo(Opcode.SGET_WIDE, "sget-wide", 0x61, new Format21c()); in addOpcodeInfo()
[all …]
/art/compiler/dex/quick/arm/
Dint_arm.cc1116 bool wide) { in OpPcRelDexCacheArrayLoad()
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc2177 void X86_64Assembler::EmitGenericShift(bool wide, in EmitGenericShift()
2199 void X86_64Assembler::EmitGenericShift(bool wide, in EmitGenericShift()
/art/compiler/dex/quick/x86/
Dint_x86.cc1429 bool wide) { in OpPcRelDexCacheArrayLoad()