Home
last modified time | relevance | path

Searched refs:not_smi_result (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/mips/
Dcode-stubs-mips.cc2387 Label not_smi_result; in GenerateSmiSmiOperation() local
2412 __ Branch(&not_smi_result, ne, scratch1, Operand(scratch2)); in GenerateSmiSmiOperation()
2438 __ Branch(&not_smi_result, eq, scratch2, Operand(zero_reg)); in GenerateSmiSmiOperation()
2444 __ Branch(&not_smi_result, ne, scratch1, Operand(zero_reg)); in GenerateSmiSmiOperation()
2447 __ Branch(&not_smi_result, lt, scratch2, Operand(zero_reg)); in GenerateSmiSmiOperation()
2451 __ Branch(&not_smi_result, lt, scratch2, Operand(zero_reg)); in GenerateSmiSmiOperation()
2464 __ Branch(&not_smi_result, eq, scratch2, Operand(zero_reg)); in GenerateSmiSmiOperation()
2470 __ Branch(&not_smi_result, lt, scratch1, Operand(zero_reg)); in GenerateSmiSmiOperation()
2474 __ Branch(&not_smi_result, lt, scratch1, Operand(zero_reg)); in GenerateSmiSmiOperation()
2508 __ Branch(&not_smi_result, ne, scratch1, Operand(zero_reg)); in GenerateSmiSmiOperation()
[all …]
/external/v8/src/arm/
Dcode-stubs-arm.cc2301 Label not_smi_result; in GenerateSmiSmiOperation() local
2325 __ b(ne, &not_smi_result); in GenerateSmiSmiOperation()
2340 __ JumpIfNotPowerOfTwoOrZero(right, scratch1, &not_smi_result); in GenerateSmiSmiOperation()
2344 __ b(ne, &not_smi_result); in GenerateSmiSmiOperation()
2356 __ b(ne, &not_smi_result); in GenerateSmiSmiOperation()
2359 __ JumpIfNotPowerOfTwoOrZero(right, scratch1, &not_smi_result); in GenerateSmiSmiOperation()
2394 __ b(ne, &not_smi_result); in GenerateSmiSmiOperation()
2406 __ b(mi, &not_smi_result); in GenerateSmiSmiOperation()
2413 __ bind(&not_smi_result); in GenerateSmiSmiOperation()