Searched refs:not_smi_result (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/mips/ |
D | code-stubs-mips.cc | 2387 Label not_smi_result; in GenerateSmiSmiOperation() local 2412 __ Branch(¬_smi_result, ne, scratch1, Operand(scratch2)); in GenerateSmiSmiOperation() 2438 __ Branch(¬_smi_result, eq, scratch2, Operand(zero_reg)); in GenerateSmiSmiOperation() 2444 __ Branch(¬_smi_result, ne, scratch1, Operand(zero_reg)); in GenerateSmiSmiOperation() 2447 __ Branch(¬_smi_result, lt, scratch2, Operand(zero_reg)); in GenerateSmiSmiOperation() 2451 __ Branch(¬_smi_result, lt, scratch2, Operand(zero_reg)); in GenerateSmiSmiOperation() 2464 __ Branch(¬_smi_result, eq, scratch2, Operand(zero_reg)); in GenerateSmiSmiOperation() 2470 __ Branch(¬_smi_result, lt, scratch1, Operand(zero_reg)); in GenerateSmiSmiOperation() 2474 __ Branch(¬_smi_result, lt, scratch1, Operand(zero_reg)); in GenerateSmiSmiOperation() 2508 __ Branch(¬_smi_result, ne, scratch1, Operand(zero_reg)); in GenerateSmiSmiOperation() [all …]
|
/external/v8/src/arm/ |
D | code-stubs-arm.cc | 2301 Label not_smi_result; in GenerateSmiSmiOperation() local 2325 __ b(ne, ¬_smi_result); in GenerateSmiSmiOperation() 2340 __ JumpIfNotPowerOfTwoOrZero(right, scratch1, ¬_smi_result); in GenerateSmiSmiOperation() 2344 __ b(ne, ¬_smi_result); in GenerateSmiSmiOperation() 2356 __ b(ne, ¬_smi_result); in GenerateSmiSmiOperation() 2359 __ JumpIfNotPowerOfTwoOrZero(right, scratch1, ¬_smi_result); in GenerateSmiSmiOperation() 2394 __ b(ne, ¬_smi_result); in GenerateSmiSmiOperation() 2406 __ b(mi, ¬_smi_result); in GenerateSmiSmiOperation() 2413 __ bind(¬_smi_result); in GenerateSmiSmiOperation()
|