Home
last modified time | relevance | path

Searched refs:Word64Sar (Results 1 – 25 of 45) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dmachine-operator.h379 const Operator* Word64Sar(ShiftKind kind); in NON_EXPORTED_BASE()
380 const Operator* Word64Sar() { return Word64Sar(ShiftKind::kNormal); } in NON_EXPORTED_BASE()
382 return Word64Sar(ShiftKind::kShiftOutZeros); in NON_EXPORTED_BASE()
973 return Is32() ? Word32Sar(kind) : Word64Sar(kind); in NON_EXPORTED_BASE()
H A Draw-machine-assembler.h386 Node* Word64Sar(Node* a, Node* b) { in Word64Sar() function
387 return AddNode(machine()->Word64Sar(), a, b); in Word64Sar()
H A Dopcodes.h569 V(Word64Sar) \
H A Dsimd-scalar-lowering.cc1157 graph()->NewNode(machine()->Word64Sar(), rep_node[i], shift_node); in LowerShiftOp()
2377 truncate, graph()->NewNode(machine()->Word64Sar(), replacements[i], in Int64ToInt32()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dmachine-operator.h455 const Operator* Word64Sar(ShiftKind kind); in NON_EXPORTED_BASE()
456 const Operator* Word64Sar() { return Word64Sar(ShiftKind::kNormal); } in NON_EXPORTED_BASE()
458 return Word64Sar(ShiftKind::kShiftOutZeros); in NON_EXPORTED_BASE()
1061 return Is32() ? Word32Sar(kind) : Word64Sar(kind); in NON_EXPORTED_BASE()
H A Dcode-assembler.h296 V(Word64Sar, Word64T, Word64T, Word64T)
919 TNode<Int64T> Word64Sar(TNode<Int64T> left, TNode<Int64T> right) { in Word64Sar() function
920 return Signed(Word64Sar(static_cast<TNode<Word64T>>(left), right)); in Word64Sar()
H A Draw-machine-assembler.h425 Node* Word64Sar(Node* a, Node* b) { in Word64Sar() function
426 return AddNode(machine()->Word64Sar(), a, b); in Word64Sar()
H A Dgraph-assembler.h95 V(Word64Sar) \
H A Dopcodes.h573 V(Word64Sar) \
/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/loong64/
H A Dinstruction-selector-loong64-unittest.cc98 {&RawMachineAssembler::Word64Sar, "Word64Sar", kLoong64Sra_d,
817 m.Word64Sar(m.Parameter(0), m.Int32Constant(32)))); in TEST_F()
869 m.Return(m.Int32Mul(m.Word64Sar(m.Parameter(0), m.Int32Constant(32)), in TEST_F()
870 m.Word64Sar(m.Parameter(0), m.Int32Constant(32)))); in TEST_F()
883 m.Return(m.Int32Div(m.Word64Sar(m.Parameter(0), m.Int32Constant(32)), in TEST_F()
884 m.Word64Sar(m.Parameter(0), m.Int32Constant(32)))); in TEST_F()
894 m.Return(m.Int32Mod(m.Word64Sar(m.Parameter(0), m.Int32Constant(32)), in TEST_F()
895 m.Word64Sar(m.Parameter(0), m.Int32Constant(32)))); in TEST_F()
1524 Node* const sar = m.Word64Sar(load, m.Int32Constant(32)); in TEST_F()
/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/riscv64/
H A Dinstruction-selector-riscv64-unittest.cc98 {&RawMachineAssembler::Word64Sar, "Word64Sar", kRiscvSar64,
718 m.Word64Sar(m.Parameter(0), m.Int32Constant(32)))); in TEST_F()
812 m.Return(m.Int32Mul(m.Word64Sar(m.Parameter(0), m.Int32Constant(32)), in TEST_F()
813 m.Word64Sar(m.Parameter(0), m.Int32Constant(32)))); in TEST_F()
826 m.Return(m.Int32Div(m.Word64Sar(m.Parameter(0), m.Int32Constant(32)), in TEST_F()
827 m.Word64Sar(m.Parameter(0), m.Int32Constant(32)))); in TEST_F()
837 m.Return(m.Int32Mod(m.Word64Sar(m.Parameter(0), m.Int32Constant(32)), in TEST_F()
838 m.Word64Sar(m.Parameter(0), m.Int32Constant(32)))); in TEST_F()
1559 Node* const sar = m.Word64Sar(load, m.Int32Constant(32)); in TEST_F()
/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/
H A Dmachine-operator-unittest.cc192 PURE(Word64Sar, 2, 0, 1), // --
382 EXPECT_EQ(machine.Word64Sar(), machine.WordSar()); in TEST_F()
H A Dmachine-operator-reducer-unittest.cc1221 graph()->NewNode(machine()->Word64Sar(), p0, Int64Constant(x)), in TEST_F()
1239 graph()->NewNode(machine()->Word64Sar(), in TEST_F()
1273 graph()->NewNode(machine()->Word64Sar(ShiftKind::kShiftOutZeros), p, in TEST_F()
H A Dint64-lowering-unittest.cc758 LowerGraph(graph()->NewNode(machine()->Word64Sar(), Int64Constant(value(0)), in TEST_F()
/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/mips64/
H A Dinstruction-selector-mips64-unittest.cc101 {&RawMachineAssembler::Word64Sar, "Word64Sar", kMips64Dsar,
940 m.Word64Sar(m.Parameter(0), m.Int32Constant(32)))); in TEST_F()
1036 m.Return(m.Int32Mul(m.Word64Sar(m.Parameter(0), m.Int32Constant(32)), in TEST_F()
1037 m.Word64Sar(m.Parameter(0), m.Int32Constant(32)))); in TEST_F()
1051 m.Return(m.Int32Div(m.Word64Sar(m.Parameter(0), m.Int32Constant(32)), in TEST_F()
1052 m.Word64Sar(m.Parameter(0), m.Int32Constant(32)))); in TEST_F()
1062 m.Return(m.Int32Mod(m.Word64Sar(m.Parameter(0), m.Int32Constant(32)), in TEST_F()
1063 m.Word64Sar(m.Parameter(0), m.Int32Constant(32)))); in TEST_F()
1802 Node* const sar = m.Word64Sar(load, m.Int32Constant(32)); in TEST_F()
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dmachine-operator.h255 const Operator* Word64Sar(); in NON_EXPORTED_BASE()
H A Draw-machine-assembler.h284 Node* Word64Sar(Node* a, Node* b) { in Word64Sar() function
285 return AddNode(machine()->Word64Sar(), a, b); in Word64Sar()
H A Dopcodes.h491 V(Word64Sar) \
H A Dcode-assembler.cc923 TNode<Word64T> CodeAssembler::Word64Sar(SloppyTNode<Word64T> left, in Word64Sar() function in v8::internal::compiler::CodeAssembler
938 return UncheckedCast<Word64T>(raw_assembler()->Word64Sar(left, right)); in Word64Sar()
H A Dmachine-operator.cc120 V(Word64Sar, Operator::kNoProperties, 2, 0, 1) \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dmachine-operator.h322 const Operator* Word64Sar(); in NON_EXPORTED_BASE()
H A Draw-machine-assembler.h377 Node* Word64Sar(Node* a, Node* b) { in Word64Sar() function
378 return AddNode(machine()->Word64Sar(), a, b); in Word64Sar()
H A Dopcodes.h555 V(Word64Sar) \
/dports/lang/v8/v8-9.6.180.12/test/cctest/compiler/
H A Dtest-machine-operator-reducer.cc420 R.binop = R.machine.Word64Sar(); in TEST()
/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/x64/
H A Dinstruction-selector-x64-unittest.cc452 Node* const t = m.TruncateInt64ToInt32(m.Word64Sar(p, m.Int64Constant(32))); in TEST_F()
1914 Node* const shift = m.Word64Sar(load, m.Int32Constant(32)); in TEST_F()
1929 Node* const shift = m.Word64Sar(load, m.Int32Constant(32)); in TEST_F()

12