Searched defs:LoadDoubleLiteral (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/crankshaft/s390/ |
D | lithium-gap-resolver-s390.cc | 223 __ LoadDoubleLiteral(result, v, ip); in EmitMove() local
|
D | lithium-codegen-s390.cc | 1768 __ 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/ |
D | lithium-gap-resolver-ppc.cc | 229 __ LoadDoubleLiteral(result, v, ip); in EmitMove() local
|
D | lithium-codegen-ppc.cc | 1778 __ 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/ |
D | code-generator-ppc.cc | 2442 __ LoadDoubleLiteral(dst, value, kScratchReg); in AssembleMove() local
|
/external/v8/src/s390/ |
D | macro-assembler-s390.cc | 4529 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/ |
D | code-generator-s390.cc | 2761 __ LoadDoubleLiteral(dst, value, kScratchReg); in AssembleMove() local
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.cc | 3377 void MacroAssembler::LoadDoubleLiteral(DoubleRegister result, double value, in LoadDoubleLiteral() function in v8::internal::MacroAssembler
|
D | code-stubs-ppc.cc | 1089 __ LoadDoubleLiteral(kDoubleRegZero, 0.0, r0); in Generate() local
|