Home
last modified time | relevance | path

Searched defs:LoadDoubleLiteral (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/crankshaft/s390/
Dlithium-gap-resolver-s390.cc223 __ LoadDoubleLiteral(result, v, ip); in EmitMove() local
Dlithium-codegen-s390.cc1763 __ LoadDoubleLiteral(result, bits, scratch0()); in DoShiftI() local
3495 __ LoadDoubleLiteral(dot_five, 0.5, r0); in DoShiftI() local
3555 __ LoadDoubleLiteral(temp, -V8_INFINITY, scratch0()); in DoShiftI() local
/external/v8/src/crankshaft/ppc/
Dlithium-gap-resolver-ppc.cc229 __ LoadDoubleLiteral(result, v, ip); in EmitMove() local
Dlithium-codegen-ppc.cc1771 __ LoadDoubleLiteral(result, v, scratch0()); in DoShiftI() local
3560 __ LoadDoubleLiteral(dot_five, 0.5, r0); in DoShiftI() local
3580 __ LoadDoubleLiteral(dot_five, 0.5, r0); in DoShiftI() local
3644 __ LoadDoubleLiteral(temp, -V8_INFINITY, scratch0()); in DoShiftI() local
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc2318 __ LoadDoubleLiteral(dst, value, kScratchReg); in AssembleMove() local
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc2441 __ LoadDoubleLiteral(dst, value, kScratchReg); in AssembleMove() local
/external/v8/src/s390/
Dmacro-assembler-s390.cc4529 void MacroAssembler::LoadDoubleLiteral(DoubleRegister result, uint64_t value, in LoadDoubleLiteral() function in v8::internal::MacroAssembler
4540 void MacroAssembler::LoadDoubleLiteral(DoubleRegister result, double value, in LoadDoubleLiteral() function in v8::internal::MacroAssembler
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc3612 void MacroAssembler::LoadDoubleLiteral(DoubleRegister result, double value, in LoadDoubleLiteral() function in v8::internal::MacroAssembler
Dcode-stubs-ppc.cc1104 __ LoadDoubleLiteral(kDoubleRegZero, 0.0, r0); in Generate() local