Home
last modified time | relevance | path

Searched refs:LiteralInt32Address (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86_64.h652 Address LiteralInt32Address(int32_t v);
Dcode_generator_x86.h619 Address LiteralInt32Address(int32_t v, HX86ComputeBaseMethodAddress* method_base, Register reg);
Dcode_generator_x86_64.cc3316 __ movss(mask, codegen_->LiteralInt32Address(0x80000000)); in VisitNeg()
4784 __ movss(out, codegen_->LiteralInt32Address(INT32_C(0x7FC00000))); in GenerateMinMaxFP()
4880 __ movss(mask, codegen_->LiteralInt32Address(INT32_C(0x7FFFFFFF))); in VisitAbs()
8278 __ movss(dest, LiteralInt32Address(value)); in Load32BitValue()
8464 Address CodeGeneratorX86_64::LiteralInt32Address(int32_t v) { in LiteralInt32Address() function in art::x86_64::CodeGeneratorX86_64
Dintrinsics_x86.cc414 __ comiss(t2, codegen_->LiteralInt32Address(bit_cast<int32_t, float>(0.5f), in VisitMathRoundFloat()
418 __ addss(t1, codegen_->LiteralInt32Address(bit_cast<int32_t, float>(1.0f), in VisitMathRoundFloat()
Dcode_generator_x86.cc3074 __ movss(mask, codegen_->LiteralInt32Address(INT32_C(0x80000000), in VisitX86FPNeg()
9033 codegen_->LiteralInt32Address( in VisitX86LoadFromConstantTable()
9156 Address CodeGeneratorX86::LiteralInt32Address(int32_t v, in LiteralInt32Address() function in art::x86::CodeGeneratorX86