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. |
||
|---|---|---|
| .. | ||
| aar2.s | ||
| adi4.s | ||
| and.s | ||
| blm.s | ||
| build.lua | ||
| cii.s | ||
| cmi4.s | ||
| cms.s | ||
| com.s | ||
| csa.s | ||
| csb.s | ||
| dup.s | ||
| dvi2.s | ||
| 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 | ||
| ror4.s | ||
| sar2.s | ||
| sbi4.s | ||
| set.s | ||
| set2.s | ||
| sli2.s | ||
| sli4.s | ||
| sri2.s | ||
| sri4.s | ||
| sti.s | ||
| xor.s | ||