Searched refs:on_not_both_smi (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/x64/ |
D | macro-assembler-x64.h | 568 Label* on_not_both_smi, 573 Label* on_not_both_smi,
|
D | macro-assembler-x64.cc | 1593 Label* on_not_both_smi, in JumpIfNotBothSmi() argument 1596 j(NegateCondition(both_smi), on_not_both_smi, near_jump); in JumpIfNotBothSmi() 1602 Label* on_not_both_smi, in JumpUnlessBothNonNegativeSmi() argument 1605 j(NegateCondition(both_smi), on_not_both_smi, near_jump); in JumpUnlessBothNonNegativeSmi()
|
/external/v8/src/arm/ |
D | macro-assembler-arm.h | 1312 void JumpIfNotBothSmi(Register reg1, Register reg2, Label* on_not_both_smi);
|
D | macro-assembler-arm.cc | 2950 Label* on_not_both_smi) { in JumpIfNotBothSmi() argument 2954 b(ne, on_not_both_smi); in JumpIfNotBothSmi()
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.h | 1340 void JumpIfNotBothSmi(Register reg1, Register reg2, Label* on_not_both_smi);
|
D | macro-assembler-ppc.cc | 2828 Label* on_not_both_smi) { in JumpIfNotBothSmi() argument 2831 JumpIfNotSmi(r0, on_not_both_smi); in JumpIfNotBothSmi()
|
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 1577 void JumpIfNotBothSmi(Register reg1, Register reg2, Label* on_not_both_smi);
|
D | macro-assembler-mips.cc | 5987 Label* on_not_both_smi) { in JumpIfNotBothSmi() argument 5991 JumpIfNotSmi(at, on_not_both_smi); in JumpIfNotBothSmi()
|
/external/v8/src/s390/ |
D | macro-assembler-s390.h | 1603 void JumpIfNotBothSmi(Register reg1, Register reg2, Label* on_not_both_smi);
|
D | macro-assembler-s390.cc | 2578 Label* on_not_both_smi) { in JumpIfNotBothSmi() argument 2581 JumpIfNotSmi(r0, on_not_both_smi); in JumpIfNotBothSmi()
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.h | 1726 void JumpIfNotBothSmi(Register reg1, Register reg2, Label* on_not_both_smi);
|
D | macro-assembler-mips64.cc | 6400 Label* on_not_both_smi) { in JumpIfNotBothSmi() argument 6409 JumpIfNotSmi(at, on_not_both_smi); in JumpIfNotBothSmi()
|