OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Uint32Constant
(Results
1 - 9
of
9
) sorted by null
/external/v8/src/compiler/
machine-operator-reducer.h
34
Node*
Uint32Constant
(uint32_t value) {
39
return Word32And(lhs,
Uint32Constant
(rhs));
61
return Replace(
Uint32Constant
(value));
js-graph.h
70
Node*
Uint32Constant
(uint32_t value) {
machine-operator-reducer.cc
55
return graph()->NewNode(machine()->Word32Sar(), lhs,
Uint32Constant
(rhs));
61
return graph()->NewNode(machine()->Word32Shr(), lhs,
Uint32Constant
(rhs));
95
Uint32Constant
(mag.multiplier));
116
Uint32Constant
(mag.multiplier));
294
node->ReplaceInput(1,
Uint32Constant
(c << k));
568
node->ReplaceInput(1,
Uint32Constant
(WhichPowerOf2(m.right().Value())));
632
node->ReplaceInput(1,
Uint32Constant
(m.right().Value() - 1));
638
node->ReplaceInput(1, Int32Mul(quotient,
Uint32Constant
(divisor)));
788
Uint32Constant
(~((1U << m.right().Value()) - 1U)));
[
all
...]
js-typed-lowering.cc
[
all
...]
simplified-lowering.cc
[
all
...]
js-generic-lowering.cc
667
jsgraph()->
Uint32Constant
(Map::EnumLengthBits::kMask));
[
all
...]
js-native-context-specialization.cc
139
jsgraph()->
Uint32Constant
(FIRST_NONSTRING_TYPE));
[
all
...]
/external/v8/test/unittests/compiler/
graph-unittest.h
40
Node*
Uint32Constant
(uint32_t value) {
machine-operator-reducer-unittest.cc
[
all
...]
Completed in 137 milliseconds