Searched defs:LoadImmediate (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_arm.cc | 182 __ 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 …]
|
D | intrinsics_arm.cc | 880 __ LoadImmediate(tmp_reg, std::numeric_limits<uint16_t>::max()); in GenerateVisitStringIndexOf() local 890 __ LoadImmediate(tmp_reg, 0); in GenerateVisitStringIndexOf() local
|
/art/compiler/utils/arm64/ |
D | assembler_arm64.cc | 199 void Arm64Assembler::LoadImmediate(XRegister dest, int32_t value, in LoadImmediate() function in art::arm64::Arm64Assembler
|
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 454 void MipsAssembler::LoadImmediate(Register rt, int32_t value) { in LoadImmediate() function in art::mips::MipsAssembler
|
/art/compiler/utils/arm/ |
D | assembler_arm32.cc | 1417 void Arm32Assembler::LoadImmediate(Register rd, int32_t value, Condition cond) { in LoadImmediate() function in art::arm::Arm32Assembler
|
D | assembler_thumb2.cc | 2523 void Thumb2Assembler::LoadImmediate(Register rd, int32_t value, Condition cond) { in LoadImmediate() function in art::arm::Thumb2Assembler
|