Searched defs:Int32Mod (Results 1 - 3 of 3) sorted by relevance
/external/v8/test/mjsunit/asm/ |
H A D | int32mod-constant.js | 9 function Int32Mod(divisor) { function 29 var mod = Int32Mod(divisor);
|
/external/v8/src/compiler/ |
H A D | raw-machine-assembler.h | 261 Node* Int32Mod(Node* a, Node* b) { function in class:v8::internal::compiler::RawMachineAssembler 262 return AddNode(machine()->Int32Mod(), a, b);
|
H A D | simplified-lowering.cc | 1424 // => 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