Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/ppc/
Dlithium-gap-resolver-ppc.cc229 __ LoadDoubleLiteral(result, v, ip); in EmitMove() local
Dlithium-codegen-ppc.cc1793 __ LoadDoubleLiteral(result, v, scratch0()); in DoShiftI() local
3701 __ LoadDoubleLiteral(dot_five, 0.5, r0); in DoShiftI() local
3770 __ LoadDoubleLiteral(temp, -V8_INFINITY, scratch0()); in DoShiftI() local
/external/v8/src/ppc/
Dcode-stubs-ppc.cc837 __ LoadDoubleLiteral(double_scratch, 0.5, scratch); in Generate() local
843 __ LoadDoubleLiteral(double_scratch, -V8_INFINITY, scratch); in Generate() local
856 __ LoadDoubleLiteral(double_scratch, -0.5, scratch); in Generate() local
862 __ LoadDoubleLiteral(double_scratch, -V8_INFINITY, scratch); in Generate() local
871 __ LoadDoubleLiteral(double_result, 1.0, scratch); in Generate() local
1242 __ LoadDoubleLiteral(kDoubleRegZero, 0.0, r0); in Generate() local
Dmacro-assembler-ppc.cc3448 void MacroAssembler::LoadDoubleLiteral(DoubleRegister result, double value, in LoadDoubleLiteral() function in v8::internal::MacroAssembler
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1731 __ LoadDoubleLiteral(dst, value, kScratchReg); in AssembleMove() local