Searched refs:only_low (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 2532 Label out_of_range, only_low, negate, done, fastpath_done; in Generate_DoubleToI() local 2594 __ ble(&only_low); in Generate_DoubleToI() 2615 __ bind(&only_low); in Generate_DoubleToI()
|
/external/v8/src/builtins/s390/ |
D | builtins-s390.cc | 2526 Label out_of_range, only_low, negate, done, fastpath_done; in Generate_DoubleToI() local 2581 __ ble(&only_low, Label::kNear); in Generate_DoubleToI() 2604 __ bind(&only_low); in Generate_DoubleToI()
|
/external/v8/src/builtins/mips/ |
D | builtins-mips.cc | 2477 Label out_of_range, only_low, negate, done; in Generate_DoubleToI() local
|
/external/v8/src/builtins/mips64/ |
D | builtins-mips64.cc | 2495 Label out_of_range, only_low, negate, done; in Generate_DoubleToI() local
|