Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_x86_64.cc8338 void CodeGeneratorX86_64::Load32BitValue(CpuRegister dest, int32_t value) { in Load32BitValue() function in art::x86_64::CodeGeneratorX86_64
8358 void CodeGeneratorX86_64::Load32BitValue(XmmRegister dest, int32_t value) { in Load32BitValue() function in art::x86_64::CodeGeneratorX86_64
8374 void CodeGeneratorX86_64::Load32BitValue(XmmRegister dest, float value) { in Load32BitValue() function in art::x86_64::CodeGeneratorX86_64
H A Dcode_generator_x86.cc9243 void CodeGeneratorX86::Load32BitValue(Register dest, int32_t value) { in Load32BitValue() function in art::x86::CodeGeneratorX86