tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

regalloc-i64-load-store-global.js (541B)


      1 wasmFullPassI64(`
      2    (module
      3        (global (mut i64) (i64.const 9970292656026947164))
      4        (func (export "global.get_0") (result i64) global.get 0)
      5 
      6        (func $run (param i32) (result i64)
      7            i64.const 8692897571457488645
      8            i64.const 1028567229461950342
      9            i64.mul
     10            global.get 0
     11            f32.const 3.141592653
     12            f32.floor
     13            f32.const -13.37
     14            f32.floor
     15            f32.copysign
     16            drop
     17            i64.div_u
     18        )
     19    )
     20 `, 1, {}, 'i32.const 0');