/external/v8/src/ppc/ |
D | macro-assembler-ppc.cc | 2219 TestIfInt32(result, r0); in TryDoubleToInt32Exact() 2221 TestIfInt32(scratch, result, r0); in TryDoubleToInt32Exact() 2256 TestIfInt32(result, r0); in TryInt32Floor() 2258 TestIfInt32(scratch, result, r0); in TryInt32Floor() 2288 TestIfInt32(result, r0); in TryInlineTruncateDoubleToI() 2290 TestIfInt32(scratch, result, r0); in TryInlineTruncateDoubleToI()
|
D | macro-assembler-ppc.h | 1295 inline void TestIfInt32(Register value, Register scratch, 1302 inline void TestIfInt32(Register hi_word, Register lo_word, Register scratch,
|
D | code-stubs-ppc.cc | 100 __ TestIfInt32(result_reg, r0); in Generate() local 102 __ TestIfInt32(scratch, result_reg, r0); in Generate() local
|
/external/v8/src/s390/ |
D | macro-assembler-s390.cc | 2023 TestIfInt32(result, r0); in TryDoubleToInt32Exact() 2025 TestIfInt32(scratch, result, r0); in TryDoubleToInt32Exact() 2064 TestIfInt32(result, r0); in TryInt32Floor() 2066 TestIfInt32(scratch, result, r0); in TryInt32Floor() 2096 TestIfInt32(result, r0); in TryInlineTruncateDoubleToI() 2098 TestIfInt32(scratch, result, r0); in TryInlineTruncateDoubleToI()
|
D | macro-assembler-s390.h | 1609 inline void TestIfInt32(Register value, Register scratch) { in TestIfInt32() function 1615 inline void TestIfInt32(Register hi_word, Register lo_word, in TestIfInt32() function
|
D | code-stubs-s390.cc | 98 __ TestIfInt32(result_reg, r0); in Generate() local 100 __ TestIfInt32(scratch, result_reg, r0); in Generate() local
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 1413 __ TestIfInt32(result, r0); in DoMulI() local 1486 __ TestIfInt32(result, r0); in DoMulI() local 1501 __ TestIfInt32(scratch, result, r0); in DoMulI() 1712 __ TestIfInt32(result, r0); in DoShiftI() local 1714 __ TestIfInt32(scratch0(), result, r0); in DoShiftI() 1892 __ TestIfInt32(result, r0); in DoShiftI() local
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 1622 __ TestIfInt32(scratch1, r0); in EmitInlineSmiBinaryOp() local 1630 __ TestIfInt32(scratch2, scratch1, ip); in EmitInlineSmiBinaryOp() local
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.cc | 1363 __ TestIfInt32(result, r0); in DoMulI() local 1448 __ TestIfInt32(result, r0); in DoMulI() local 1465 __ TestIfInt32(r0, result, scratch); in DoMulI()
|
/external/v8/src/full-codegen/s390/ |
D | full-codegen-s390.cc | 1600 __ TestIfInt32(scratch1, scratch2, ip); in EmitInlineSmiBinaryOp()
|