Home
last modified time | relevance | path

Searched defs:LoadImmediate (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm.cc182 __ LoadImmediate(calling_convention.GetRegisterAt(0), cls_->GetTypeIndex()); in EmitNativeCode() local
228 __ LoadImmediate(calling_convention.GetRegisterAt(0), instruction_->GetStringIndex()); in EmitNativeCode() local
814 __ LoadImmediate(location.AsRegister<Register>(), value); in Move() local
817 __ LoadImmediate(IP, value); in Move() local
824 __ LoadImmediate(location.AsRegisterPairLow<Register>(), Low32Bits(value)); in Move() local
825 __ LoadImmediate(location.AsRegisterPairHigh<Register>(), High32Bits(value)); in Move() local
828 __ LoadImmediate(IP, Low32Bits(value)); in Move() local
830 __ LoadImmediate(IP, High32Bits(value)); in Move() local
976 __ LoadImmediate(temp, value); in GenerateTestAndBranch() local
1055 __ LoadImmediate(temp, value); in VisitCondition() local
[all …]
Dintrinsics_arm.cc880 __ LoadImmediate(tmp_reg, std::numeric_limits<uint16_t>::max()); in GenerateVisitStringIndexOf() local
890 __ LoadImmediate(tmp_reg, 0); in GenerateVisitStringIndexOf() local
/art/compiler/utils/arm64/
Dassembler_arm64.cc199 void Arm64Assembler::LoadImmediate(XRegister dest, int32_t value, in LoadImmediate() function in art::arm64::Arm64Assembler
/art/compiler/utils/mips/
Dassembler_mips.cc454 void MipsAssembler::LoadImmediate(Register rt, int32_t value) { in LoadImmediate() function in art::mips::MipsAssembler
/art/compiler/utils/arm/
Dassembler_arm32.cc1417 void Arm32Assembler::LoadImmediate(Register rd, int32_t value, Condition cond) { in LoadImmediate() function in art::arm::Arm32Assembler
Dassembler_thumb2.cc2523 void Thumb2Assembler::LoadImmediate(Register rd, int32_t value, Condition cond) { in LoadImmediate() function in art::arm::Thumb2Assembler