Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.h284 Address LiteralInt32Address(int32_t v);
Dintrinsics_x86_64.cc305 __ movss(xmm_temp, codegen->LiteralInt32Address(INT32_C(0x7FFFFFFF))); in MathAbsFP()
456 __ movss(out, codegen->LiteralInt32Address(INT32_C(0x7FC00000))); in GenMinMaxFP()
Dcode_generator_x86_64.cc1492 __ movss(mask, codegen_->LiteralInt32Address(0x80000000)); in VisitNeg()
4512 Address CodeGeneratorX86_64::LiteralInt32Address(int32_t v) { in LiteralInt32Address() function in art::x86_64::CodeGeneratorX86_64