($a$0, $a$1, $b$0, $b$1)
| 397700 | return $1$0 | 0; |
| 397701 | } |
| 397702 | function ___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 | } |
| 397715 | function _bitshift64Ashr(low, high, bits) { |
| 397716 | low = low|0; high = high|0; bits = bits|0; |
| 397717 | var ander = 0; |
no test coverage detected
searching dependent graphs…