MCPcopy
hub / github.com/sql-js/sql.js / ___uremdi3

Function ___uremdi3

js/sql-debug.js:397702–397714  ·  view source on GitHub ↗
($a$0, $a$1, $b$0, $b$1)

Source from the content-addressed store, hash-verified

397700 return $1$0 | 0;
397701}
397702function ___uremdi3($a$0, $a$1, $b$0, $b$1) {
397703 $a$0 = $a$0 | 0;
397704 $a$1 = $a$1 | 0;
397705 $b$0 = $b$0 | 0;
397706 $b$1 = $b$1 | 0;
397707 var $rem = 0, __stackBase__ = 0;
397708 __stackBase__ = STACKTOP;
397709 STACKTOP = STACKTOP + 16 | 0;
397710 $rem = __stackBase__ | 0;
397711 ___udivmoddi4($a$0, $a$1, $b$0, $b$1, $rem) | 0;
397712 STACKTOP = __stackBase__;
397713 return (tempRet0 = HEAP32[$rem + 4 >> 2] | 0, HEAP32[$rem >> 2] | 0) | 0;
397714}
397715function _bitshift64Ashr(low, high, bits) {
397716 low = low|0; high = high|0; bits = bits|0;
397717 var ander = 0;

Callers 1

_sqlite3VXPrintfFunction · 0.85

Calls 1

___udivmoddi4Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…