Searched defs:Int32Mod (Results 1 - 3 of 3) sorted by relevance

/external/v8/test/mjsunit/asm/
H A Dint32mod-constant.js9 function Int32Mod(divisor) { function
29 var mod = Int32Mod(divisor);
/external/v8/src/compiler/
H A Draw-machine-assembler.h261 Node* Int32Mod(Node* a, Node* b) { function in class:v8::internal::compiler::RawMachineAssembler
262 return AddNode(machine()->Int32Mod(), a, b);
H A Dsimplified-lowering.cc1424 // => signed Int32Mod
1426 if (lower()) DeferReplacement(node, lowering->Int32Mod(node));
1430 // => signed Int32Mod
1432 if (lower()) DeferReplacement(node, lowering->Int32Mod(node));
2891 Node* SimplifiedLowering::Int32Mod(Node* const node) { function in class:v8::internal::compiler::SimplifiedLowering
2901 return graph()->NewNode(machine()->Int32Mod(), lhs, rhs, graph()->start());
2941 Node* true1 = graph()->NewNode(machine()->Int32Mod(), lhs, rhs, if_true1);
2976 Node* true1 = graph()->NewNode(machine()->Int32Mod(), lhs, rhs, if_true1);

Completed in 9483 milliseconds