HomeSort by relevance Sort by last modified time
    Searched refs:WordAnd (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/src/compiler/
change-lowering.cc 166 Node* tag = graph()->NewNode(machine()->WordAnd(), val,
192 Node* tag = graph()->NewNode(machine()->WordAnd(), val,
machine-operator-unittest.cc 282 EXPECT_EQ(machine.Word32And(), machine.WordAnd());
304 EXPECT_EQ(machine.Word64And(), machine.WordAnd());
raw-machine-assembler.h 110 Node* WordAnd(Node* a, Node* b) {
111 return NewNode(machine()->WordAnd(), a, b);
simplified-lowering.cc 791 return graph()->NewNode(machine()->WordAnd(), node,
    [all...]

Completed in 97 milliseconds