Home
last modified time | relevance | path

Searched defs:Word64And (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dcode-assembler.h924 TNode<Int64T> Word64And(TNode<Int64T> left, TNode<Int64T> right) { in Word64And() function
927 TNode<Uint64T> Word64And(TNode<Uint64T> left, TNode<Uint64T> right) { in Word64And() function
Dmachine-operator-reducer.cc226 Node* MachineOperatorReducer::Word64And(Node* lhs, Node* rhs) { in Word64And() function in v8::internal::compiler::MachineOperatorReducer
Draw-machine-assembler.h410 Node* Word64And(Node* a, Node* b) { in Word64And() function