Home
last modified time | relevance | path

Searched defs:TestDoubleSign (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc3569 __ TestDoubleSign(input, scratch1); in DoShiftI() local
4955 __ TestDoubleSign(double_input, scratch1); in DoShiftI() local
4979 __ TestDoubleSign(double_input, scratch1); in DoShiftI() local
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc3669 __ TestDoubleSign(input, scratch1); in DoShiftI() local
5046 __ TestDoubleSign(double_input, scratch1); in DoShiftI() local
5071 __ TestDoubleSign(double_input, scratch1); in DoShiftI() local
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc2538 void MacroAssembler::TestDoubleSign(DoubleRegister input, Register scratch) { in TestDoubleSign() function in v8::internal::MacroAssembler
/external/v8/src/s390/
Dmacro-assembler-s390.cc2412 void MacroAssembler::TestDoubleSign(DoubleRegister input, Register scratch) { in TestDoubleSign() function in v8::internal::MacroAssembler