Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.h285 Address LiteralInt64Address(int64_t v);
Dcode_generator_x86_64.cc1073 __ cmpq(left_reg, codegen_->LiteralInt64Address(value)); in VisitCompare()
1503 __ movsd(mask, codegen_->LiteralInt64Address(INT64_C(0x8000000000000000))); in VisitNeg()
2660 __ imulq(rdx, codegen_->LiteralInt64Address(imm)); in GenerateDivRemWithAnyConstant()
4402 __ andq(first_reg, codegen_->LiteralInt64Address(value)); in HandleBitwiseOperation()
4414 __ orq(first_reg, codegen_->LiteralInt64Address(value)); in HandleBitwiseOperation()
4427 __ xorq(first_reg, codegen_->LiteralInt64Address(value)); in HandleBitwiseOperation()
4517 Address CodeGeneratorX86_64::LiteralInt64Address(int64_t v) { in LiteralInt64Address() function in art::x86_64::CodeGeneratorX86_64
Dintrinsics_x86_64.cc302 __ movsd(xmm_temp, codegen->LiteralInt64Address(INT64_C(0x7FFFFFFFFFFFFFFF))); in MathAbsFP()
454 __ movsd(out, codegen->LiteralInt64Address(INT64_C(0x7FF8000000000000))); in GenMinMaxFP()