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.cc1768 __ LoadDoubleLiteral(result, bits, scratch0()); in DoShiftI() local
3497 __ LoadDoubleLiteral(dot_five, 0.5, r0); in DoShiftI() local
3561 __ 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.cc1778 __ LoadDoubleLiteral(result, v, scratch0()); in DoShiftI() local
3577 __ LoadDoubleLiteral(dot_five, 0.5, r0); in DoShiftI() local
3597 __ LoadDoubleLiteral(dot_five, 0.5, r0); in DoShiftI() local
3661 __ LoadDoubleLiteral(temp, -V8_INFINITY, scratch0()); in DoShiftI() local
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc2442 __ 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
4547 void MacroAssembler::LoadDoubleLiteral(DoubleRegister result, double value, in LoadDoubleLiteral() function in v8::internal::MacroAssembler
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc2761 __ LoadDoubleLiteral(dst, value, kScratchReg); in AssembleMove() local
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc3377 void MacroAssembler::LoadDoubleLiteral(DoubleRegister result, double value, in LoadDoubleLiteral() function in v8::internal::MacroAssembler
Dcode-stubs-ppc.cc1089 __ LoadDoubleLiteral(kDoubleRegZero, 0.0, r0); in Generate() local