Home
last modified time | relevance | path

Searched refs:on_not_both_smi (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/x64/
Dmacro-assembler-x64.h572 Label* on_not_both_smi,
577 Label* on_not_both_smi,
Dmacro-assembler-x64.cc1601 Label* on_not_both_smi, in JumpIfNotBothSmi() argument
1604 j(NegateCondition(both_smi), on_not_both_smi, near_jump); in JumpIfNotBothSmi()
1610 Label* on_not_both_smi, in JumpUnlessBothNonNegativeSmi() argument
1613 j(NegateCondition(both_smi), on_not_both_smi, near_jump); in JumpUnlessBothNonNegativeSmi()
/external/v8/src/arm/
Dmacro-assembler-arm.h1252 void JumpIfNotBothSmi(Register reg1, Register reg2, Label* on_not_both_smi);
Dmacro-assembler-arm.cc2842 Label* on_not_both_smi) { in JumpIfNotBothSmi() argument
2846 b(ne, on_not_both_smi); in JumpIfNotBothSmi()
/external/v8/src/ppc/
Dmacro-assembler-ppc.h1282 void JumpIfNotBothSmi(Register reg1, Register reg2, Label* on_not_both_smi);
Dmacro-assembler-ppc.cc2616 Label* on_not_both_smi) { in JumpIfNotBothSmi() argument
2619 JumpIfNotSmi(r0, on_not_both_smi); in JumpIfNotBothSmi()
/external/v8/src/mips/
Dmacro-assembler-mips.h1531 void JumpIfNotBothSmi(Register reg1, Register reg2, Label* on_not_both_smi);
Dmacro-assembler-mips.cc5601 Label* on_not_both_smi) { in JumpIfNotBothSmi() argument
5605 JumpIfNotSmi(at, on_not_both_smi); in JumpIfNotBothSmi()
/external/v8/src/mips64/
Dmacro-assembler-mips64.h1674 void JumpIfNotBothSmi(Register reg1, Register reg2, Label* on_not_both_smi);
Dmacro-assembler-mips64.cc6000 Label* on_not_both_smi) { in JumpIfNotBothSmi() argument
6009 JumpIfNotSmi(at, on_not_both_smi); in JumpIfNotBothSmi()
/external/v8/src/s390/
Dmacro-assembler-s390.h1597 void JumpIfNotBothSmi(Register reg1, Register reg2, Label* on_not_both_smi);
Dmacro-assembler-s390.cc2402 Label* on_not_both_smi) { in JumpIfNotBothSmi() argument
2405 JumpIfNotSmi(r0, on_not_both_smi); in JumpIfNotBothSmi()