Home
last modified time | relevance | path

Searched refs:Word64And (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/compiler/
Dmachine-operator-reducer.h59 Node* Word64And(Node* lhs, Node* rhs); in NON_EXPORTED_BASE()
Dmachine-operator-reducer.cc142 Node* WordNAnd(Node* lhs, Node* rhs) { return r_->Word64And(lhs, rhs); } in WordNAnd()
209 Node* MachineOperatorReducer::Word64And(Node* lhs, Node* rhs) { in Word64And() function in v8::internal::compiler::MachineOperatorReducer
210 Node* const node = graph()->NewNode(machine()->Word64And(), lhs, rhs); in Word64And()
1520 NodeProperties::ChangeOp(node, machine()->Word64And()); in ReduceWord64Shl()
Draw-machine-assembler.h371 Node* Word64And(Node* a, Node* b) { in Word64And() function
372 return AddNode(machine()->Word64And(), a, b); in Word64And()
Dmachine-operator.h374 const Operator* Word64And(); in NON_EXPORTED_BASE()
Dopcodes.h564 V(Word64And) \
Dgraph-assembler.h90 V(Word64And) \
Dwasm-compiler.cc490 op = m->Word64And(); in Binop()
1162 node = graph()->NewNode(mcgraph()->machine()->Word64And(), node, in MaskShiftCount64()
1272 m->Word64And(), shiftLower, in BuildChangeEndiannessStore()
1276 m->Word64And(), shiftHigher, in BuildChangeEndiannessStore()
1392 m->Word64And(), shiftLower, in BuildChangeEndiannessLoad()
1396 m->Word64And(), shiftHigher, in BuildChangeEndiannessLoad()
1476 gasm_->Word64And(gasm_->BitcastFloat64ToInt64(left), in BuildF64CopySign()
1478 gasm_->Word64And(gasm_->BitcastFloat64ToInt64(right), in BuildF64CopySign()
Dmachine-operator.cc237 V(Word64And, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
Dcode-assembler.h288 V(Word64And, Word64T, Word64T, Word64T) \
Deffect-control-linearizer.cc2929 return __ Word64And(node->InputAt(0), __ Int64Constant(msk)); in LowerBigIntAsUintN()