MCPcopy Index your code
hub / github.com/sql-js/sql.js / _shl

Function _shl

js/sql-debug.js:396329–396355  ·  view source on GitHub ↗
($0,$1)

Source from the content-addressed store, hash-verified

396327 STACKTOP = sp;return;
396328}
396329function _shl($0,$1) {
396330 $0 = $0|0;
396331 $1 = $1|0;
396332 var $$0 = 0, $$pre = 0, $$pre11 = 0, $10 = 0, $11 = 0, $12 = 0, $2 = 0, $3 = 0, $4 = 0, $5 = 0, $6 = 0, $7 = 0, $8 = 0, $9 = 0, label = 0, sp = 0;
396333 sp = STACKTOP;
396334 $2 = ($1>>>0)>(31);
396335 $3 = ((($0)) + 4|0);
396336 if ($2) {
396337 $4 = (($1) + -32)|0;
396338 $5 = HEAP32[$0>>2]|0;
396339 HEAP32[$3>>2] = $5;
396340 HEAP32[$0>>2] = 0;
396341 $$0 = $4;$10 = 0;$7 = $5;
396342 } else {
396343 $$pre = HEAP32[$3>>2]|0;
396344 $$pre11 = HEAP32[$0>>2]|0;
396345 $$0 = $1;$10 = $$pre11;$7 = $$pre;
396346 }
396347 $6 = $7 << $$0;
396348 $8 = (32 - ($$0))|0;
396349 $9 = $10 >>> $8;
396350 $11 = $9 | $6;
396351 HEAP32[$3>>2] = $11;
396352 $12 = $10 << $$0;
396353 HEAP32[$0>>2] = $12;
396354 return;
396355}
396356function _pntz($0) {
396357 $0 = $0|0;
396358 var $$ = 0, $1 = 0, $2 = 0, $3 = 0, $4 = 0, $5 = 0, $6 = 0, $7 = 0, $8 = 0, $9 = 0, label = 0, sp = 0;

Callers 1

_qsortFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…