Home
last modified time | relevance | path

Searched refs:WordAnd (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dchange-lowering.cc166 Node* tag = graph()->NewNode(machine()->WordAnd(), val, in ChangeTaggedToUI32()
192 Node* tag = graph()->NewNode(machine()->WordAnd(), val, in ChangeTaggedToFloat64()
Dmachine-operator-unittest.cc282 EXPECT_EQ(machine.Word32And(), machine.WordAnd()); in TEST()
304 EXPECT_EQ(machine.Word64And(), machine.WordAnd()); in TEST()
Draw-machine-assembler.h110 Node* WordAnd(Node* a, Node* b) { in WordAnd() function
111 return NewNode(machine()->WordAnd(), a, b); in WordAnd()
Dsimplified-lowering.cc791 return graph()->NewNode(machine()->WordAnd(), node, in IsTagged()