summary refs log tree commit diff stats
path: root/tests/vm/tzero_extend.nim
Commit message (Collapse)AuthorAgeFilesLines
* makes test green againAraq2019-09-021-3/+3
|
* 32 bit fixes (#10608)Arne Döring2019-02-131-6/+6
|
* Vm fix zero extend proc ze/ze64 && toU32/toU16/toU8 (#5988)Parashurama2017-08-031-0/+44
* fixes ze/ze64 procs in VM. * fixes toU8/toU16/toU32. * add tests for ze/ze64 toU32/toU16/toU8 procs