-static const struct tvec_urange ur_eight = { 8, 8 };
-static const struct tvec_urange ur_shift = { 0, 63 };
-static const struct tvec_regdef shift_regs[] = {
- { "x", RX, &tvty_bytes, 0, { &ur_eight } },
- { "n", RN, &tvty_uint, 0, { &ur_shift } },
- { "z", RZ, &tvty_bytes, 0, { &ur_eight } },
- { 0, 0, 0, 0 }
-};
-static const struct tvec_regdef arith_regs[] = {
- { "x", RX, &tvty_bytes, 0, { &ur_eight } },
- { "y", RY, &tvty_bytes, 0, { &ur_eight } },
- { "z", RZ, &tvty_bytes, 0, { &ur_eight } },
- { 0, 0, 0, 0 }
-};