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

  /external/v8/src/compiler/
machine-operator-reducer.h 46 Node* Word32And(Node* lhs, Node* rhs);
47 Node* Word32And(Node* lhs, uint32_t rhs) {
48 return Word32And(lhs, Uint32Constant(rhs));
int64-lowering.cc 315 graph()->NewNode(machine()->Word32And(), GetReplacementLow(left),
318 graph()->NewNode(machine()->Word32And(), GetReplacementHigh(left),
656 graph()->NewNode(machine()->Word32And(), shift,
680 graph()->NewNode(machine()->Word32And(), shift,
706 graph()->NewNode(machine()->Word32And(), rotate_low, bit_mask),
707 graph()->NewNode(machine()->Word32And(), rotate_high, inv_mask));
711 graph()->NewNode(machine()->Word32And(), rotate_high, bit_mask),
712 graph()->NewNode(machine()->Word32And(), rotate_low, inv_mask));
    [all...]
machine-operator-reducer.cc 62 Node* MachineOperatorReducer::Word32And(Node* lhs, Node* rhs) {
63 Node* const node = graph()->NewNode(machine()->Word32And(), lhs, rhs);
    [all...]
effect-control-linearizer.cc     [all...]
code-assembler.h 108 V(Word32And) \
graph-assembler.h 39 V(Word32And) \
machine-operator.h 213 const Operator* Word32And();
raw-machine-assembler.h 212 Node* Word32And(Node* a, Node* b) {
213 return AddNode(machine()->Word32And(), a, b);
wasm-compiler.cc 545 op = m->Word32And();
    [all...]
simplified-lowering.cc     [all...]
opcodes.h 384 V(Word32And) \
machine-operator.cc 84 V(Word32And, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
    [all...]
representation-change.cc 795 return machine()->Word32And()
    [all...]
  /external/v8/src/builtins/
builtins-constructor.cc 40 Node* is_strict = Word32And(
50 Word32And(compiler_hints,
54 Node* is_generator = Word32And(
59 Node* is_async = Word32And(
64 Node* is_class_constructor = Word32And(
73 Word32And(compiler_hints,
builtins-string.cc 34 Branch(Word32Equal(Word32And(string_instance_type,
52 Word32And(string_instance_type,
93 Word32And(instance_type, Int32Constant(kMask));
204 GotoIf(Word32Equal(Word32And(both_instance_types,
219 Branch(Word32Equal(Word32And(both_instance_types,
314 Branch(Word32Equal(Word32And(both_instance_types,
518 Node* code16 = Word32And(code32, Int32Constant(String::kMaxUtf16CodeUnit));
540 code16 = Word32And(code32, Int32Constant(String::kMaxUtf16CodeUnit));
589 Word32And(code32, Int32Constant(String::kMaxUtf16CodeUnit));
    [all...]
builtins-number.cc 39 Node* shift_count = Word32And(rhs, Int32Constant(0x1f));
206 Node* input_bit = Word32And(
320 Node* input_bit = Word32And(
    [all...]
builtins-regexp.cc     [all...]
builtins-promise.cc 314 GotoIfNot(Word32Equal(Word32And(species_bitfield,
    [all...]
builtins-array.cc 229 Node* test = assembler.Word32And(bit_field2, assembler.Int32Constant(mask));
    [all...]
  /external/v8/src/
code-stub-assembler.cc 871 Word32And(value_map_bitfield, Int32Constant(1 << Map::kIsUndetectable));
    [all...]
code-stub-assembler.h     [all...]
  /external/v8/src/interpreter/
interpreter.cc     [all...]
  /external/v8/src/ic/
accessor-assembler.cc     [all...]

Completed in 319 milliseconds