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

/art/compiler/optimizing/
H A Dcode_generator_x86.cc7328 void CodeGeneratorX86::Load32BitValue(Register dest, int32_t value) { function in class:art::x86::CodeGeneratorX86
H A Dcode_generator_x86_64.cc1140 Load32BitValue(dest, GetInt32ValueOf(constant));
1156 Load32BitValue(dest, static_cast<int32_t>(value));
2762 codegen_->Load32BitValue(dest, static_cast<float>(v));
2776 codegen_->Load32BitValue(dest, static_cast<float>(v));
2790 codegen_->Load32BitValue(dest, static_cast<float>(v));
5179 codegen_->Load32BitValue(dest, fp_value);
6567 void CodeGeneratorX86_64::Load32BitValue(CpuRegister dest, int32_t value) { function in class:art::x86_64::CodeGeneratorX86_64
6587 void CodeGeneratorX86_64::Load32BitValue(XmmRegister dest, int32_t value) { function in class:art::x86_64::CodeGeneratorX86_64
6603 void CodeGeneratorX86_64::Load32BitValue(XmmRegister dest, float value) { function in class:art::x86_64::CodeGeneratorX86_64
6604 Load32BitValue(des
[all...]

Completed in 51 milliseconds