Searched defs:Load64BitValue (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_x86_64.cc679 Load64BitValue(CpuRegister(TMP), value);
712 Load64BitValue(location.AsRegister<CpuRegister>(), value);
714 Load64BitValue(CpuRegister(TMP), value);
1427 codegen_->Load64BitValue(hidden_reg, invoke->GetDexMethodIndex());
1863 codegen_->Load64BitValue(output, kPrimLongMax);
1888 codegen_->Load64BitValue(output, kPrimLongMax);
2534 codegen_->Load64BitValue(rdx, std::abs(imm) - 1);
2631 codegen_->Load64BitValue(rax, magic);
3026 codegen_->Load64BitValue(CpuRegister(calling_convention.GetRegisterAt(0)),
3048 codegen_->Load64BitValue(CpuRegiste
4450 void CodeGeneratorX86_64::Load64BitValue(CpuRegister dest, int64_t value) { function in class:art::x86_64::CodeGeneratorX86_64
[all...]

Completed in 55 milliseconds