Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86.h533 Address LiteralInt32Address(int32_t v, HX86ComputeBaseMethodAddress* method_base, Register reg);
Dcode_generator_x86_64.h576 Address LiteralInt32Address(int32_t v);
Dcode_generator_x86_64.cc2827 __ movss(mask, codegen_->LiteralInt32Address(0x80000000)); in VisitNeg()
4295 __ movss(out, codegen_->LiteralInt32Address(INT32_C(0x7FC00000))); in GenerateMinMaxFP()
4391 __ movss(mask, codegen_->LiteralInt32Address(INT32_C(0x7FFFFFFF))); in VisitAbs()
7614 __ movss(dest, LiteralInt32Address(value)); in Load32BitValue()
7800 Address CodeGeneratorX86_64::LiteralInt32Address(int32_t v) { in LiteralInt32Address() function in art::x86_64::CodeGeneratorX86_64
Dintrinsics_x86.cc433 __ comiss(t2, codegen_->LiteralInt32Address(bit_cast<int32_t, float>(0.5f), in VisitMathRoundFloat()
437 __ addss(t1, codegen_->LiteralInt32Address(bit_cast<int32_t, float>(1.0f), in VisitMathRoundFloat()
Dcode_generator_x86.cc2607 __ movss(mask, codegen_->LiteralInt32Address(INT32_C(0x80000000), in VisitX86FPNeg()
8410 codegen_->LiteralInt32Address( in VisitX86LoadFromConstantTable()
8533 Address CodeGeneratorX86::LiteralInt32Address(int32_t v, in LiteralInt32Address() function in art::x86::CodeGeneratorX86