Home
last modified time | relevance | path

Searched refs:TestDoubleSign (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/ppc/
Dmacro-assembler-ppc.h913 void TestDoubleSign(DoubleRegister input, Register scratch);
Dmacro-assembler-ppc.cc2380 void MacroAssembler::TestDoubleSign(DoubleRegister input, Register scratch) { in TestDoubleSign() function in v8::internal::MacroAssembler
/external/v8/src/s390/
Dmacro-assembler-s390.h1182 void TestDoubleSign(DoubleRegister input, Register scratch);
Dmacro-assembler-s390.cc2157 void MacroAssembler::TestDoubleSign(DoubleRegister input, Register scratch) { in TestDoubleSign() function in v8::internal::MacroAssembler
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc3590 __ TestDoubleSign(input, scratch1); in DoShiftI() local
4908 __ TestDoubleSign(double_input, scratch1); in DoShiftI() local
4933 __ TestDoubleSign(double_input, scratch1); in DoShiftI() local
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc3505 __ TestDoubleSign(input, scratch1); in DoShiftI() local
4841 __ TestDoubleSign(double_input, scratch1); in DoShiftI() local
4865 __ TestDoubleSign(double_input, scratch1); in DoShiftI() local