Searched defs:TestIfInt32 (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/s390/ |
D | macro-assembler-s390.h | 1615 inline void TestIfInt32(Register value, Register scratch) { in TestIfInt32() function 1621 inline void TestIfInt32(Register hi_word, Register lo_word, in TestIfInt32() function
|
D | code-stubs-s390.cc | 109 __ TestIfInt32(result_reg, r0); in Generate() local 111 __ TestIfInt32(scratch, result_reg, r0); in Generate() local
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 1409 __ TestIfInt32(result, r0); in DoMulI() local 1482 __ TestIfInt32(result, r0); in DoMulI() local 1708 __ TestIfInt32(result, r0); in DoShiftI() local 1885 __ TestIfInt32(result, r0); in DoShiftI() local
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 1922 __ TestIfInt32(scratch1, r0); in EmitInlineSmiBinaryOp() local 1930 __ TestIfInt32(scratch2, scratch1, ip); in EmitInlineSmiBinaryOp() local
|
/external/v8/src/ppc/ |
D | code-stubs-ppc.cc | 111 __ TestIfInt32(result_reg, r0); in Generate() local 113 __ TestIfInt32(scratch, result_reg, r0); in Generate() local
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.cc | 1354 __ TestIfInt32(result, r0); in DoMulI() local 1428 __ TestIfInt32(result, r0); in DoMulI() local
|
/external/v8/src/full-codegen/s390/ |
D | full-codegen-s390.cc | 1890 __ TestIfInt32(scratch1, scratch2, ip); in EmitInlineSmiBinaryOp() local
|