Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86.h484 Address LiteralInt32Address(int32_t v, HX86ComputeBaseMethodAddress* method_base, Register reg);
Dcode_generator_x86_64.h530 Address LiteralInt32Address(int32_t v);
Dintrinsics_x86.cc377 __ movss(temp, codegen->LiteralInt32Address( in MathAbsFP()
565 __ movss(out, codegen->LiteralInt32Address(kFloatNaN, method_address, constant_area)); in GenMinMaxFP()
909 __ comiss(t2, codegen_->LiteralInt32Address(bit_cast<int32_t, float>(0.5f), in VisitMathRoundFloat()
913 __ addss(t1, codegen_->LiteralInt32Address(bit_cast<int32_t, float>(1.0f), in VisitMathRoundFloat()
Dintrinsics_x86_64.cc268 __ movss(xmm_temp, codegen->LiteralInt32Address(INT32_C(0x7FFFFFFF))); in MathAbsFP()
403 __ movss(out, codegen->LiteralInt32Address(INT32_C(0x7FC00000))); in GenMinMaxFP()
Dcode_generator_x86_64.cc2530 __ movss(mask, codegen_->LiteralInt32Address(0x80000000)); in VisitNeg()
6904 __ movss(dest, LiteralInt32Address(value)); in Load32BitValue()
7090 Address CodeGeneratorX86_64::LiteralInt32Address(int32_t v) { in LiteralInt32Address() function in art::x86_64::CodeGeneratorX86_64