Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dmacro-assembler-x64.h543 Label* on_not_both_smi,
548 Label* on_not_both_smi,
Dmacro-assembler-x64.cc1567 Label* on_not_both_smi, in JumpIfNotBothSmi() argument
1570 j(NegateCondition(both_smi), on_not_both_smi, near_jump); in JumpIfNotBothSmi()
1576 Label* on_not_both_smi, in JumpUnlessBothNonNegativeSmi() argument
1579 j(NegateCondition(both_smi), on_not_both_smi, near_jump); in JumpUnlessBothNonNegativeSmi()
/external/v8/src/arm/
Dmacro-assembler-arm.h1273 void JumpIfNotBothSmi(Register reg1, Register reg2, Label* on_not_both_smi);
Dmacro-assembler-arm.cc2979 Label* on_not_both_smi) { in JumpIfNotBothSmi() argument
2983 b(ne, on_not_both_smi); in JumpIfNotBothSmi()
/external/v8/src/mips/
Dmacro-assembler-mips.h1430 void JumpIfNotBothSmi(Register reg1, Register reg2, Label* on_not_both_smi);
Dmacro-assembler-mips.cc5150 Label* on_not_both_smi) { in JumpIfNotBothSmi() argument
5154 JumpIfNotSmi(at, on_not_both_smi); in JumpIfNotBothSmi()
/external/v8/src/mips64/
Dmacro-assembler-mips64.h1501 void JumpIfNotBothSmi(Register reg1, Register reg2, Label* on_not_both_smi);
Dmacro-assembler-mips64.cc5099 Label* on_not_both_smi) { in JumpIfNotBothSmi() argument
5108 JumpIfNotSmi(at, on_not_both_smi); in JumpIfNotBothSmi()