Searched defs:Uint32Mod (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/
H A Draw-machine-assembler.h315 Node* Uint32Mod(Node* a, Node* b) { function in class:v8::internal::compiler::RawMachineAssembler
316 return AddNode(machine()->Uint32Mod(), a, b);
H A Dsimplified-lowering.cc1231 // => unsigned Uint32Mod
1233 if (lower()) DeferReplacement(node, lowering->Uint32Mod(node));
1283 if (lower()) DeferReplacement(node, lowering->Uint32Mod(node));
1301 if (lower()) DeferReplacement(node, lowering->Uint32Mod(node));
1776 // => unsigned Uint32Mod
1778 if (lower()) DeferReplacement(node, lowering->Uint32Mod(node));
1798 if (lower()) DeferReplacement(node, lowering->Uint32Mod(node));
3196 Node* SimplifiedLowering::Uint32Mod(Node* const node) { function in class:v8::internal::compiler::SimplifiedLowering
3206 return graph()->NewNode(machine()->Uint32Mod(), lhs, rhs, graph()->start());
3239 Node* true1 = graph()->NewNode(machine()->Uint32Mod(), lh
[all...]

Completed in 142 milliseconds