ack/mach/i80/libem
George Koehler a1d1f38691 Add test for EM rol, ror. Fix i80, i86, powerpc.
EM instructions _rol_ and _ror_ do rotate an integer left or right.
Our compilers and optimizers never emit _rol_ nor _ror_, but I might
want to use them in the future.

Add _rol_ and _ror_ to powerpc.  Fix `rol 4` and `ror 4` in both i80
and i86, where the rules for `rol 4` and `ror 4` seem to have never
been tested until now.
2017-12-07 17:16:21 -05:00
..
aar2.s
adi4.s
and.s
blm.s
build.lua Biggish refactor to break cycles; my build rules were full of them. cpm builds, 2016-08-14 01:39:40 +02:00
cii.s Correct the stack pointer when i80 shrinks an integer. 2017-12-07 15:39:41 -05:00
cmi4.s
cms.s
com.s
csa.s
csb.s
dup.s
dvi2.s adapted to new assembler 1987-01-28 18:57:04 +00:00
dvi4.s
exg.s
flp.s
inn.s
ior.s
lar2.s
LIST
loi.s
mli2.s
mli4.s
mlu2.s
ngi4.s
nop.s
rck.s
rol4.s Add test for EM rol, ror. Fix i80, i86, powerpc. 2017-12-07 17:16:21 -05:00
ror4.s Add test for EM rol, ror. Fix i80, i86, powerpc. 2017-12-07 17:16:21 -05:00
sar2.s
sbi4.s
set.s
set2.s
sli2.s
sli4.s
sri2.s
sri4.s
sti.s
xor.s