Home
last modified time | relevance | path

Searched defs:Word32Sar (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dmachine-operator.h421 const Operator* Word32Sar() { return Word32Sar(ShiftKind::kNormal); } in Word32Sar() function
H A Dmachine-operator-reducer.cc212 Node* MachineOperatorReducer::Word32Sar(Node* lhs, uint32_t rhs) { in Word32Sar() function in v8::internal::compiler::MachineOperatorReducer
H A Dcode-assembler.h907 TNode<Int32T> Word32Sar(TNode<Int32T> left, TNode<Int32T> right) { in Word32Sar() function in v8::internal::compiler::CodeAssembler
H A Dmachine-operator.cc1368 const Operator* MachineOperatorBuilder::Word32Sar(ShiftKind kind) { in Word32Sar() function in v8::internal::compiler::MachineOperatorBuilder
H A Dcode-assembler.cc592 TNode<Word32T> CodeAssembler::Word32Sar(TNode<Word32T> value, int shift) { in Word32Sar() function in v8::internal::compiler::CodeAssembler
H A Draw-machine-assembler.h391 Node* Word32Sar(Node* a, Node* b) { in Word32Sar() function in v8::internal::compiler::RawMachineAssembler

Completed in 19 milliseconds