Searched defs:TestIfInt32 (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 1431 __ TestIfInt32(result, r0); in DoMulI() local 1504 __ TestIfInt32(result, r0); in DoMulI() local 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
|
/external/v8/src/ppc/ |
D | code-stubs-ppc.cc | 160 __ TestIfInt32(result_reg, r0); in Generate() local 162 __ TestIfInt32(scratch, result_reg, r0); in Generate() local
|