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 | 1763 __ 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/ |
D | lithium-gap-resolver-ppc.cc | 229 __ LoadDoubleLiteral(result, v, ip); in EmitMove() local
|
D | lithium-codegen-ppc.cc | 1771 __ 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/ |
D | code-generator-ppc.cc | 2318 __ LoadDoubleLiteral(dst, value, kScratchReg); in AssembleMove() local
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 2441 __ 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 4540 void MacroAssembler::LoadDoubleLiteral(DoubleRegister result, double value, in LoadDoubleLiteral() function in v8::internal::MacroAssembler
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.cc | 3612 void MacroAssembler::LoadDoubleLiteral(DoubleRegister result, double value, in LoadDoubleLiteral() function in v8::internal::MacroAssembler
|
D | code-stubs-ppc.cc | 1104 __ LoadDoubleLiteral(kDoubleRegZero, 0.0, r0); in Generate() local
|