(a, b, c, d)
| 397398 | return ((tempRet0 = h,l|0)|0); |
| 397399 | } |
| 397400 | function _i64Subtract(a, b, c, d) { |
| 397401 | a = a|0; b = b|0; c = c|0; d = d|0; |
| 397402 | var l = 0, h = 0; |
| 397403 | l = (a - c)>>>0; |
| 397404 | h = (b - d)>>>0; |
| 397405 | h = (b - d - (((c>>>0) > (a>>>0))|0))>>>0; // Borrow one from high word to low word on underflow. |
| 397406 | return ((tempRet0 = h,l|0)|0); |
| 397407 | } |
| 397408 | function _llvm_cttz_i32(x) { |
| 397409 | x = x|0; |
| 397410 | var ret = 0; |
no outgoing calls
no test coverage detected
searching dependent graphs…