Searched refs:TestDoubleSign (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ppc/ |
D | macro-assembler-ppc.h | 913 void TestDoubleSign(DoubleRegister input, Register scratch);
|
D | macro-assembler-ppc.cc | 2380 void MacroAssembler::TestDoubleSign(DoubleRegister input, Register scratch) { in TestDoubleSign() function in v8::internal::MacroAssembler
|
/external/v8/src/s390/ |
D | macro-assembler-s390.h | 1182 void TestDoubleSign(DoubleRegister input, Register scratch);
|
D | macro-assembler-s390.cc | 2157 void MacroAssembler::TestDoubleSign(DoubleRegister input, Register scratch) { in TestDoubleSign() function in v8::internal::MacroAssembler
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 3590 __ 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/ |
D | lithium-codegen-s390.cc | 3505 __ TestDoubleSign(input, scratch1); in DoShiftI() local 4841 __ TestDoubleSign(double_input, scratch1); in DoShiftI() local 4865 __ TestDoubleSign(double_input, scratch1); in DoShiftI() local
|