Searched defs:TestIfSmi (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 2172 __ TestIfSmi(reg, r0); in DoShiftI() local 2459 __ TestIfSmi(input_reg, r0); in DoShiftI() local 2658 __ TestIfSmi(object, r0); in DoShiftI() local 3194 __ TestIfSmi(result, r0); in DoShiftI() local 3365 __ TestIfSmi(receiver, r0); in DoShiftI() local 4504 __ TestIfSmi(result, r0); in DoShiftI() local 5154 __ TestIfSmi(ToRegister(input), r0); in DoShiftI() local 5162 __ TestIfSmi(ToRegister(input), r0); in DoShiftI() local 5252 __ TestIfSmi(temp, r0); in DoShiftI() local 5730 __ TestIfSmi(r3, r0); in DoShiftI() local
|
/external/v8/src/ppc/ |
D | builtins-ppc.cc | 95 __ TestIfSmi(r5, r0); in Generate_InternalArrayCode() local 123 __ TestIfSmi(r5, r0); in Generate_ArrayCode() local 874 __ TestIfSmi(kInterpreterBytecodeArrayRegister, r0); in Generate_InterpreterEntryTrampoline() local 1073 __ TestIfSmi(kInterpreterBytecodeArrayRegister, r0); in Generate_InterpreterNotifyDeoptimizedHelper() local
|
D | macro-assembler-ppc.h | 1262 inline void TestIfSmi(Register value, Register scratch) { in TestIfSmi() function
|
D | code-stubs-ppc.cc | 3418 __ TestIfSmi(r5, r0); in Generate() local 5021 __ TestIfSmi(r7, r0); in Generate() local 5115 __ TestIfSmi(r6, r0); in Generate() local
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 3084 __ TestIfSmi(r3, r0); in EmitIsSmi() local 3448 __ TestIfSmi(value, r0); in EmitOneByteSeqStringSetChar() local 3450 __ TestIfSmi(index, r0); in EmitOneByteSeqStringSetChar() local 3480 __ TestIfSmi(value, r0); in EmitTwoByteSeqStringSetChar() local 3482 __ TestIfSmi(index, r0); in EmitTwoByteSeqStringSetChar() local
|