Searched defs:Uint32Mod (Results 1 – 3 of 3) sorted by relevance
/external/v8/test/mjsunit/asm/ | ||
D | uint32mod-constant.js | 9 function Uint32Mod(divisor) { class |
/external/v8/src/compiler/ | ||
D | raw-machine-assembler.h | 268 Node* Uint32Mod(Node* a, Node* b) { in Uint32Mod() function |
D | simplified-lowering.cc | 1825 Node* SimplifiedLowering::Uint32Mod(Node* const node) { in Uint32Mod() function in v8::internal::compiler::SimplifiedLowering |