ahaas
|
a6619c2c44
|
[wasm] Enable I64Neq on 32 bit platforms.
R=titzer@chromium.org
Review URL: https://codereview.chromium.org/1724193003
Cr-Commit-Position: refs/heads/master@{#34279}
|
2016-02-25 10:12:42 +00:00 |
|
ahaas
|
18d9da0dcf
|
[wasm] I added I64Eq to the Int64Lowering.
(a EQ b) is lowered to ((low(a) XOR low(b)) OR (high(a) XOR high(b))) EQ 0
R=titzer@chromium.org
Review URL: https://codereview.chromium.org/1729493002
Cr-Commit-Position: refs/heads/master@{#34249}
|
2016-02-24 12:09:34 +00:00 |
|
ahaas
|
a8d5d17659
|
[wasm] Added I64Xor to the Int64Lowering.
R=titzer@chromium.org
Review URL: https://codereview.chromium.org/1723613002
Cr-Commit-Position: refs/heads/master@{#34241}
|
2016-02-24 09:52:52 +00:00 |
|
ahaas
|
cadc1e7780
|
[wasm] Added I64Ior to the Int64Lowering.
R=titzer@chromium.org
Review URL: https://codereview.chromium.org/1716243002
Cr-Commit-Position: refs/heads/master@{#34219}
|
2016-02-23 16:30:42 +00:00 |
|