Home
last modified time | relevance | path

Searched refs:only_low (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc2532 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/
Dbuiltins-s390.cc2526 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/
Dbuiltins-mips.cc2477 Label out_of_range, only_low, negate, done; in Generate_DoubleToI() local
/external/v8/src/builtins/mips64/
Dbuiltins-mips64.cc2495 Label out_of_range, only_low, negate, done; in Generate_DoubleToI() local