Searched refs:TestIfInt32 (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ppc/ |
D | macro-assembler-ppc.cc | 2132 TestIfInt32(result, r0); in TryDoubleToInt32Exact() 2134 TestIfInt32(scratch, result, r0); in TryDoubleToInt32Exact() 2169 TestIfInt32(result, r0); in TryInt32Floor() 2171 TestIfInt32(scratch, result, r0); in TryInt32Floor() 2201 TestIfInt32(result, r0); in TryInlineTruncateDoubleToI() 2203 TestIfInt32(scratch, result, r0); in TryInlineTruncateDoubleToI()
|
D | macro-assembler-ppc.h | 1296 inline void TestIfInt32(Register value, Register scratch, 1303 inline void TestIfInt32(Register hi_word, Register lo_word, Register scratch,
|
D | code-stubs-ppc.cc | 160 __ TestIfInt32(result_reg, r0); in Generate() local 162 __ TestIfInt32(scratch, result_reg, r0); in Generate() local
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 346 __ TestIfInt32(i.OutputRegister(), r0, cr0); \ 353 __ TestIfInt32(i.OutputRegister(), r0, cr0); \
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 1431 __ TestIfInt32(result, r0); in DoMulI() local 1504 __ TestIfInt32(result, r0); in DoMulI() local 1519 __ TestIfInt32(scratch, result, r0); in DoMulI() 1730 __ TestIfInt32(result, r0); in DoShiftI() local 1914 __ TestIfInt32(result, r0); in DoShiftI() local
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 2297 __ TestIfInt32(scratch1, r0); in EmitInlineSmiBinaryOp() local 2305 __ TestIfInt32(scratch2, scratch1, ip); in EmitInlineSmiBinaryOp() local
|