Home
last modified time | relevance | path

Searched refs:input_high (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/builtins/mips/
H A Dbuiltins-mips.cc2887 Register input_high = scratch2; in Generate_DoubleToI() local
2891 __ lw(input_high, in Generate_DoubleToI()
2896 __ Ext(result_reg, input_high, HeapNumber::kExponentShift, in Generate_DoubleToI()
2922 __ And(sign, input_high, Operand(HeapNumber::kSignMask)); in Generate_DoubleToI()
2928 __ mov(input_high, zero_reg); in Generate_DoubleToI()
2932 // Set the implicit 1 before the mantissa part in input_high. in Generate_DoubleToI()
2933 __ Or(input_high, input_high, in Generate_DoubleToI()
2938 __ sllv(input_high, input_high, scratc in Generate_DoubleToI()
[all...]
/third_party/node/deps/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc2972 Register input_high = scratch2; in Generate_DoubleToI() local
2976 __ Lw(input_high, in Generate_DoubleToI()
2981 __ Ext(result_reg, input_high, HeapNumber::kExponentShift, in Generate_DoubleToI()
3007 __ And(sign, input_high, Operand(HeapNumber::kSignMask)); in Generate_DoubleToI()
3013 __ mov(input_high, zero_reg); in Generate_DoubleToI()
3017 // Set the implicit 1 before the mantissa part in input_high. in Generate_DoubleToI()
3018 __ Or(input_high, input_high, in Generate_DoubleToI()
3023 __ sllv(input_high, input_high, scratc in Generate_DoubleToI()
[all...]
/third_party/node/deps/v8/src/builtins/loong64/
H A Dbuiltins-loong64.cc2948 Register input_high = scratch2; in Generate_DoubleToI() local
2953 __ Ld_w(input_high, in Generate_DoubleToI()
2958 __ bstrpick_w(result_reg, input_high, in Generate_DoubleToI()
2986 __ And(sign, input_high, Operand(HeapNumber::kSignMask)); in Generate_DoubleToI()
2992 __ mov(input_high, zero_reg); in Generate_DoubleToI()
2996 // Set the implicit 1 before the mantissa part in input_high. in Generate_DoubleToI()
2997 __ Or(input_high, input_high, in Generate_DoubleToI()
3002 __ sll_w(input_high, input_high, scratc in Generate_DoubleToI()
[all...]
/third_party/node/deps/v8/src/builtins/riscv64/
H A Dbuiltins-riscv64.cc2999 Register input_high = scratch2; in Generate_DoubleToI() local
3003 __ Lw(input_high, in Generate_DoubleToI()
3008 __ ExtractBits(result_reg, input_high, HeapNumber::kExponentShift, in Generate_DoubleToI()
3038 __ And(sign, input_high, Operand(HeapNumber::kSignMask)); in Generate_DoubleToI()
3044 __ Move(input_high, zero_reg); in Generate_DoubleToI()
3048 // Set the implicit 1 before the mantissa part in input_high. in Generate_DoubleToI()
3049 __ Or(input_high, input_high, in Generate_DoubleToI()
3054 __ Sll32(input_high, input_high, scratc in Generate_DoubleToI()
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dint64-lowering.cc798 Node* input_high = in LowerNode() local
806 Node* rotate_high = graph()->NewNode(oper, input_high, safe_shift); in LowerNode()

Completed in 21 milliseconds