Searched refs:DoubleToI (Results 1 - 15 of 15) sorted by relevance

/external/v8/src/ia32/
H A Dmacro-assembler-ia32.h466 void DoubleToI(Register result_reg, XMMRegister input_reg,
H A Dlithium-ia32.h75 V(DoubleToI) \
2118 DECLARE_CONCRETE_INSTRUCTION(DoubleToI, "double-to-i")
H A Dlithium-codegen-ia32.cc4847 __ DoubleToI(result_reg, input_reg, xmm_scratch,
4873 __ DoubleToI(result_reg, input_reg, xmm_scratch,
H A Dmacro-assembler-ia32.cc253 void MacroAssembler::DoubleToI(Register result_reg, XMMRegister input_reg,
H A Dcode-stubs-ia32.cc442 __ DoubleToI(exponent, double_exponent, double_scratch,
/external/v8/src/arm/
H A Dlithium-arm.h71 V(DoubleToI) \
2122 DECLARE_CONCRETE_INSTRUCTION(DoubleToI, "double-to-i")
/external/v8/src/
H A Dcode-stubs.h34 V(DoubleToI) \
1926 DEFINE_PLATFORM_CODE_STUB(DoubleToI, PlatformCodeStub);
/external/v8/src/mips/
H A Dlithium-mips.h70 V(DoubleToI) \
2086 DECLARE_CONCRETE_INSTRUCTION(DoubleToI, "double-to-i")
/external/v8/src/mips64/
H A Dlithium-mips64.h70 V(DoubleToI) \
2070 DECLARE_CONCRETE_INSTRUCTION(DoubleToI, "double-to-i")
/external/v8/src/x64/
H A Dlithium-x64.h71 V(DoubleToI) \
2105 DECLARE_CONCRETE_INSTRUCTION(DoubleToI, "double-to-i")
H A Dmacro-assembler-x64.h1033 void DoubleToI(Register result_reg, XMMRegister input_reg,
H A Dlithium-codegen-x64.cc5042 __ DoubleToI(result_reg, input_reg, xmm_scratch,
5069 __ DoubleToI(result_reg, input_reg, xmm_scratch,
H A Dcode-stubs-x64.cc320 __ DoubleToI(exponent, double_exponent, double_scratch,
H A Dmacro-assembler-x64.cc3520 void MacroAssembler::DoubleToI(Register result_reg, XMMRegister input_reg, function in class:v8::internal::MacroAssembler
/external/v8/src/x87/
H A Dlithium-x87.h76 V(DoubleToI) \
2126 DECLARE_CONCRETE_INSTRUCTION(DoubleToI, "double-to-i")

Completed in 325 milliseconds