Searched defs:Word32Sar (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/compiler/ | ||
H A D | machine-operator.h | 421 const Operator* Word32Sar() { return Word32Sar(ShiftKind::kNormal); } in Word32Sar() function |
H A D | machine-operator-reducer.cc | 212 Node* MachineOperatorReducer::Word32Sar(Node* lhs, uint32_t rhs) { in Word32Sar() function in v8::internal::compiler::MachineOperatorReducer |
H A D | code-assembler.h | 907 TNode<Int32T> Word32Sar(TNode<Int32T> left, TNode<Int32T> right) { in Word32Sar() function in v8::internal::compiler::CodeAssembler |
H A D | machine-operator.cc | 1368 const Operator* MachineOperatorBuilder::Word32Sar(ShiftKind kind) { in Word32Sar() function in v8::internal::compiler::MachineOperatorBuilder |
H A D | code-assembler.cc | 592 TNode<Word32T> CodeAssembler::Word32Sar(TNode<Word32T> value, int shift) { in Word32Sar() function in v8::internal::compiler::CodeAssembler |
H A D | raw-machine-assembler.h | 391 Node* Word32Sar(Node* a, Node* b) { in Word32Sar() function in v8::internal::compiler::RawMachineAssembler |
Completed in 19 milliseconds