/external/v8/src/ia32/ |
D | macro-assembler-ia32.h | 430 void DoubleToI(Register result_reg, XMMRegister input_reg,
|
D | macro-assembler-ia32.cc | 253 void MacroAssembler::DoubleToI(Register result_reg, XMMRegister input_reg, in DoubleToI() function in v8::internal::MacroAssembler
|
D | code-stubs-ia32.cc | 443 __ DoubleToI(exponent, double_exponent, double_scratch, in Generate() local
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 74 V(DoubleToI) \ 1991 DECLARE_CONCRETE_INSTRUCTION(DoubleToI, "double-to-i")
|
D | lithium-codegen-ia32.cc | 4704 __ DoubleToI(result_reg, input_reg, xmm_scratch, in DoDoubleToI() local 4730 __ DoubleToI(result_reg, input_reg, xmm_scratch, in DoDoubleToSmi() local
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 75 V(DoubleToI) \ 1997 DECLARE_CONCRETE_INSTRUCTION(DoubleToI, "double-to-i")
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 69 V(DoubleToI) \ 1975 DECLARE_CONCRETE_INSTRUCTION(DoubleToI, "double-to-i")
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 70 V(DoubleToI) \ 1983 DECLARE_CONCRETE_INSTRUCTION(DoubleToI, "double-to-i")
|
D | lithium-codegen-x64.cc | 4907 __ DoubleToI(result_reg, input_reg, xmm_scratch, in DoDoubleToI() local 4934 __ DoubleToI(result_reg, input_reg, xmm_scratch, in DoDoubleToSmi() local
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 70 V(DoubleToI) \ 2012 DECLARE_CONCRETE_INSTRUCTION(DoubleToI, "double-to-i")
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 71 V(DoubleToI) \ 2021 DECLARE_CONCRETE_INSTRUCTION(DoubleToI, "double-to-i")
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 70 V(DoubleToI) \ 1934 DECLARE_CONCRETE_INSTRUCTION(DoubleToI, "double-to-i")
|
/external/v8/src/ |
D | code-stubs.h | 34 V(DoubleToI) \ 2361 DEFINE_PLATFORM_CODE_STUB(DoubleToI, PlatformCodeStub);
|
/external/v8/src/x64/ |
D | macro-assembler-x64.h | 1137 void DoubleToI(Register result_reg, XMMRegister input_reg,
|
D | macro-assembler-x64.cc | 3697 void MacroAssembler::DoubleToI(Register result_reg, XMMRegister input_reg, in DoubleToI() function in v8::internal::MacroAssembler
|
D | code-stubs-x64.cc | 320 __ DoubleToI(exponent, double_exponent, double_scratch, in Generate() local
|