trunk/src/emu/cpu/arcompact/arcompact.h
| r242484 | r242485 | |
| 9 | 9 | #ifndef __ARCOMPACT_H__ |
| 10 | 10 | #define __ARCOMPACT_H__ |
| 11 | 11 | |
| 12 | #define ARCOMPACT_RETTYPE UINT32 |
| 13 | #define OPS_32 UINT32 op |
| 14 | #define OPS_16 UINT16 op |
| 15 | #define PARAMS op |
| 16 | #define LIMM_REG 62 |
| 17 | #define ARCOMPACT_OPERATION ((op & 0xf800) >> 11) |
| 18 | |
| 19 | |
| 20 | |
| 12 | 21 | class arcompact_device : public cpu_device |
| 13 | 22 | { |
| 14 | 23 | public: |
| r242484 | r242485 | |
| 39 | 48 | virtual UINT32 disasm_max_opcode_bytes() const { return 8; } |
| 40 | 49 | virtual offs_t disasm_disassemble(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram, UINT32 options); |
| 41 | 50 | |
| 51 | |
| 52 | |
| 53 | // Dispatch |
| 54 | ARCOMPACT_RETTYPE arcompact_handle00(OPS_32); |
| 55 | ARCOMPACT_RETTYPE arcompact_handle01(OPS_32); |
| 56 | ARCOMPACT_RETTYPE arcompact_handle01_00(OPS_32); |
| 57 | ARCOMPACT_RETTYPE arcompact_handle01_01(OPS_32); |
| 58 | ARCOMPACT_RETTYPE arcompact_handle01_01_00(OPS_32); |
| 59 | ARCOMPACT_RETTYPE arcompact_handle01_01_01(OPS_32); |
| 60 | ARCOMPACT_RETTYPE arcompact_handle04(OPS_32); |
| 61 | ARCOMPACT_RETTYPE arcompact_handle04_2f(OPS_32); |
| 62 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f(OPS_32); |
| 63 | ARCOMPACT_RETTYPE arcompact_handle05(OPS_32); |
| 64 | |
| 65 | ARCOMPACT_RETTYPE arcompact_handle05_2f(OPS_32); |
| 66 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f(OPS_32); |
| 67 | |
| 68 | ARCOMPACT_RETTYPE arcompact_handle0c(OPS_16); |
| 69 | ARCOMPACT_RETTYPE arcompact_handle0d(OPS_16); |
| 70 | ARCOMPACT_RETTYPE arcompact_handle0e(OPS_16); |
| 71 | ARCOMPACT_RETTYPE arcompact_handle0f(OPS_16); |
| 72 | ARCOMPACT_RETTYPE arcompact_handle0f_00(OPS_16); |
| 73 | ARCOMPACT_RETTYPE arcompact_handle0f_00_07(OPS_16); |
| 74 | ARCOMPACT_RETTYPE arcompact_handle17(OPS_16); |
| 75 | ARCOMPACT_RETTYPE arcompact_handle18(OPS_16); |
| 76 | ARCOMPACT_RETTYPE arcompact_handle18_05(OPS_16); |
| 77 | ARCOMPACT_RETTYPE arcompact_handle18_06(OPS_16); |
| 78 | ARCOMPACT_RETTYPE arcompact_handle18_07(OPS_16); |
| 79 | ARCOMPACT_RETTYPE arcompact_handle19(OPS_16); |
| 80 | ARCOMPACT_RETTYPE arcompact_handle1c(OPS_16); |
| 81 | ARCOMPACT_RETTYPE arcompact_handle1d(OPS_16); |
| 82 | ARCOMPACT_RETTYPE arcompact_handle1e(OPS_16); |
| 83 | ARCOMPACT_RETTYPE arcompact_handle1e_03(OPS_16); |
| 84 | |
| 85 | // Handler |
| 86 | |
| 87 | ARCOMPACT_RETTYPE arcompact_handle00_00(OPS_32); |
| 88 | ARCOMPACT_RETTYPE arcompact_handle00_01(OPS_32); |
| 89 | ARCOMPACT_RETTYPE arcompact_handle01_00_00dasm(OPS_32); |
| 90 | ARCOMPACT_RETTYPE arcompact_handle01_00_01dasm(OPS_32); |
| 91 | ARCOMPACT_RETTYPE arcompact_handle01_01_00_00(OPS_32); |
| 92 | ARCOMPACT_RETTYPE arcompact_handle01_01_00_01(OPS_32); |
| 93 | ARCOMPACT_RETTYPE arcompact_handle01_01_00_02(OPS_32); |
| 94 | ARCOMPACT_RETTYPE arcompact_handle01_01_00_03(OPS_32); |
| 95 | ARCOMPACT_RETTYPE arcompact_handle01_01_00_04(OPS_32); |
| 96 | ARCOMPACT_RETTYPE arcompact_handle01_01_00_05(OPS_32); |
| 97 | ARCOMPACT_RETTYPE arcompact_handle01_01_00_0e(OPS_32); |
| 98 | ARCOMPACT_RETTYPE arcompact_handle01_01_00_0f(OPS_32); |
| 99 | ARCOMPACT_RETTYPE arcompact_handle01_01_01_00(OPS_32); |
| 100 | ARCOMPACT_RETTYPE arcompact_handle01_01_01_01(OPS_32); |
| 101 | ARCOMPACT_RETTYPE arcompact_handle01_01_01_02(OPS_32); |
| 102 | ARCOMPACT_RETTYPE arcompact_handle01_01_01_03(OPS_32); |
| 103 | ARCOMPACT_RETTYPE arcompact_handle01_01_01_04(OPS_32); |
| 104 | ARCOMPACT_RETTYPE arcompact_handle01_01_01_05(OPS_32); |
| 105 | ARCOMPACT_RETTYPE arcompact_handle01_01_01_0e(OPS_32); |
| 106 | ARCOMPACT_RETTYPE arcompact_handle01_01_01_0f(OPS_32); |
| 107 | ARCOMPACT_RETTYPE arcompact_handle02(OPS_32); |
| 108 | ARCOMPACT_RETTYPE arcompact_handle03(OPS_32); |
| 109 | ARCOMPACT_RETTYPE arcompact_handle04_00(OPS_32); |
| 110 | ARCOMPACT_RETTYPE arcompact_handle04_01(OPS_32); |
| 111 | ARCOMPACT_RETTYPE arcompact_handle04_02(OPS_32); |
| 112 | ARCOMPACT_RETTYPE arcompact_handle04_03(OPS_32); |
| 113 | ARCOMPACT_RETTYPE arcompact_handle04_04(OPS_32); |
| 114 | ARCOMPACT_RETTYPE arcompact_handle04_05(OPS_32); |
| 115 | ARCOMPACT_RETTYPE arcompact_handle04_06(OPS_32); |
| 116 | ARCOMPACT_RETTYPE arcompact_handle04_07(OPS_32); |
| 117 | ARCOMPACT_RETTYPE arcompact_handle04_08(OPS_32); |
| 118 | ARCOMPACT_RETTYPE arcompact_handle04_09(OPS_32); |
| 119 | ARCOMPACT_RETTYPE arcompact_handle04_0a(OPS_32); |
| 120 | ARCOMPACT_RETTYPE arcompact_handle04_0b(OPS_32); |
| 121 | ARCOMPACT_RETTYPE arcompact_handle04_0c(OPS_32); |
| 122 | ARCOMPACT_RETTYPE arcompact_handle04_0d(OPS_32); |
| 123 | ARCOMPACT_RETTYPE arcompact_handle04_0e(OPS_32); |
| 124 | ARCOMPACT_RETTYPE arcompact_handle04_0f(OPS_32); |
| 125 | ARCOMPACT_RETTYPE arcompact_handle04_10(OPS_32); |
| 126 | ARCOMPACT_RETTYPE arcompact_handle04_11(OPS_32); |
| 127 | ARCOMPACT_RETTYPE arcompact_handle04_12(OPS_32); |
| 128 | ARCOMPACT_RETTYPE arcompact_handle04_13(OPS_32); |
| 129 | ARCOMPACT_RETTYPE arcompact_handle04_14(OPS_32); |
| 130 | ARCOMPACT_RETTYPE arcompact_handle04_15(OPS_32); |
| 131 | ARCOMPACT_RETTYPE arcompact_handle04_16(OPS_32); |
| 132 | ARCOMPACT_RETTYPE arcompact_handle04_17(OPS_32); |
| 133 | ARCOMPACT_RETTYPE arcompact_handle04_18(OPS_32); |
| 134 | ARCOMPACT_RETTYPE arcompact_handle04_19(OPS_32); |
| 135 | ARCOMPACT_RETTYPE arcompact_handle04_1a(OPS_32); |
| 136 | ARCOMPACT_RETTYPE arcompact_handle04_1b(OPS_32); |
| 137 | ARCOMPACT_RETTYPE arcompact_handle04_1c(OPS_32); |
| 138 | ARCOMPACT_RETTYPE arcompact_handle04_1d(OPS_32); |
| 139 | ARCOMPACT_RETTYPE arcompact_handle04_20(OPS_32); |
| 140 | ARCOMPACT_RETTYPE arcompact_handle04_21(OPS_32); |
| 141 | ARCOMPACT_RETTYPE arcompact_handle04_22(OPS_32); |
| 142 | ARCOMPACT_RETTYPE arcompact_handle04_23(OPS_32); |
| 143 | ARCOMPACT_RETTYPE arcompact_handle04_28(OPS_32); |
| 144 | ARCOMPACT_RETTYPE arcompact_handle04_29(OPS_32); |
| 145 | ARCOMPACT_RETTYPE arcompact_handle04_2a(OPS_32); |
| 146 | ARCOMPACT_RETTYPE arcompact_handle04_2b(OPS_32); |
| 147 | ARCOMPACT_RETTYPE arcompact_handle04_2f_00(OPS_32); |
| 148 | ARCOMPACT_RETTYPE arcompact_handle04_2f_01(OPS_32); |
| 149 | ARCOMPACT_RETTYPE arcompact_handle04_2f_02(OPS_32); |
| 150 | ARCOMPACT_RETTYPE arcompact_handle04_2f_03(OPS_32); |
| 151 | ARCOMPACT_RETTYPE arcompact_handle04_2f_04(OPS_32); |
| 152 | ARCOMPACT_RETTYPE arcompact_handle04_2f_05(OPS_32); |
| 153 | ARCOMPACT_RETTYPE arcompact_handle04_2f_06(OPS_32); |
| 154 | ARCOMPACT_RETTYPE arcompact_handle04_2f_07(OPS_32); |
| 155 | ARCOMPACT_RETTYPE arcompact_handle04_2f_08(OPS_32); |
| 156 | ARCOMPACT_RETTYPE arcompact_handle04_2f_09(OPS_32); |
| 157 | ARCOMPACT_RETTYPE arcompact_handle04_2f_0a(OPS_32); |
| 158 | ARCOMPACT_RETTYPE arcompact_handle04_2f_0b(OPS_32); |
| 159 | ARCOMPACT_RETTYPE arcompact_handle04_2f_0c(OPS_32); |
| 160 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_01(OPS_32); |
| 161 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_02(OPS_32); |
| 162 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_03(OPS_32); |
| 163 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_04(OPS_32); |
| 164 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_05(OPS_32); |
| 165 | ARCOMPACT_RETTYPE arcompact_handle04_30(OPS_32); |
| 166 | ARCOMPACT_RETTYPE arcompact_handle04_31(OPS_32); |
| 167 | ARCOMPACT_RETTYPE arcompact_handle04_32(OPS_32); |
| 168 | ARCOMPACT_RETTYPE arcompact_handle04_33(OPS_32); |
| 169 | ARCOMPACT_RETTYPE arcompact_handle04_34(OPS_32); |
| 170 | ARCOMPACT_RETTYPE arcompact_handle04_35(OPS_32); |
| 171 | ARCOMPACT_RETTYPE arcompact_handle04_36(OPS_32); |
| 172 | ARCOMPACT_RETTYPE arcompact_handle04_37(OPS_32); |
| 173 | ARCOMPACT_RETTYPE arcompact_handle05_00(OPS_32); |
| 174 | ARCOMPACT_RETTYPE arcompact_handle05_01(OPS_32); |
| 175 | ARCOMPACT_RETTYPE arcompact_handle05_02(OPS_32); |
| 176 | ARCOMPACT_RETTYPE arcompact_handle05_03(OPS_32); |
| 177 | ARCOMPACT_RETTYPE arcompact_handle05_04(OPS_32); |
| 178 | ARCOMPACT_RETTYPE arcompact_handle05_05(OPS_32); |
| 179 | ARCOMPACT_RETTYPE arcompact_handle05_06(OPS_32); |
| 180 | ARCOMPACT_RETTYPE arcompact_handle05_07(OPS_32); |
| 181 | ARCOMPACT_RETTYPE arcompact_handle05_08(OPS_32); |
| 182 | ARCOMPACT_RETTYPE arcompact_handle05_0a(OPS_32); |
| 183 | ARCOMPACT_RETTYPE arcompact_handle05_0b(OPS_32); |
| 184 | ARCOMPACT_RETTYPE arcompact_handle05_28(OPS_32); |
| 185 | ARCOMPACT_RETTYPE arcompact_handle05_29(OPS_32); |
| 186 | |
| 187 | ARCOMPACT_RETTYPE arcompact_handle06(OPS_32); |
| 188 | ARCOMPACT_RETTYPE arcompact_handle07(OPS_32); |
| 189 | ARCOMPACT_RETTYPE arcompact_handle08(OPS_32); |
| 190 | ARCOMPACT_RETTYPE arcompact_handle09(OPS_32); |
| 191 | ARCOMPACT_RETTYPE arcompact_handle0a(OPS_32); |
| 192 | ARCOMPACT_RETTYPE arcompact_handle0b(OPS_32); |
| 193 | |
| 194 | ARCOMPACT_RETTYPE arcompact_handle0c_00(OPS_16); |
| 195 | ARCOMPACT_RETTYPE arcompact_handle0c_01(OPS_16); |
| 196 | ARCOMPACT_RETTYPE arcompact_handle0c_02(OPS_16); |
| 197 | ARCOMPACT_RETTYPE arcompact_handle0c_03(OPS_16); |
| 198 | ARCOMPACT_RETTYPE arcompact_handle0d_00(OPS_16); |
| 199 | ARCOMPACT_RETTYPE arcompact_handle0d_01(OPS_16); |
| 200 | ARCOMPACT_RETTYPE arcompact_handle0d_02(OPS_16); |
| 201 | ARCOMPACT_RETTYPE arcompact_handle0d_03(OPS_16); |
| 202 | ARCOMPACT_RETTYPE arcompact_handle0e_00(OPS_16); |
| 203 | ARCOMPACT_RETTYPE arcompact_handle0e_01(OPS_16); |
| 204 | ARCOMPACT_RETTYPE arcompact_handle0e_02(OPS_16); |
| 205 | ARCOMPACT_RETTYPE arcompact_handle0e_03(OPS_16); |
| 206 | ARCOMPACT_RETTYPE arcompact_handle0f_00_00(OPS_16); |
| 207 | ARCOMPACT_RETTYPE arcompact_handle0f_00_01(OPS_16); |
| 208 | ARCOMPACT_RETTYPE arcompact_handle0f_00_02(OPS_16); |
| 209 | ARCOMPACT_RETTYPE arcompact_handle0f_00_03(OPS_16); |
| 210 | ARCOMPACT_RETTYPE arcompact_handle0f_00_06(OPS_16); |
| 211 | ARCOMPACT_RETTYPE arcompact_handle0f_00_07_00(OPS_16); |
| 212 | ARCOMPACT_RETTYPE arcompact_handle0f_00_07_01(OPS_16); |
| 213 | ARCOMPACT_RETTYPE arcompact_handle0f_00_07_04(OPS_16); |
| 214 | ARCOMPACT_RETTYPE arcompact_handle0f_00_07_05(OPS_16); |
| 215 | ARCOMPACT_RETTYPE arcompact_handle0f_00_07_06(OPS_16); |
| 216 | ARCOMPACT_RETTYPE arcompact_handle0f_00_07_07(OPS_16); |
| 217 | ARCOMPACT_RETTYPE arcompact_handle0f_02(OPS_16); |
| 218 | ARCOMPACT_RETTYPE arcompact_handle0f_04(OPS_16); |
| 219 | ARCOMPACT_RETTYPE arcompact_handle0f_05(OPS_16); |
| 220 | ARCOMPACT_RETTYPE arcompact_handle0f_06(OPS_16); |
| 221 | ARCOMPACT_RETTYPE arcompact_handle0f_07(OPS_16); |
| 222 | ARCOMPACT_RETTYPE arcompact_handle0f_0b(OPS_16); |
| 223 | ARCOMPACT_RETTYPE arcompact_handle0f_0c(OPS_16); |
| 224 | ARCOMPACT_RETTYPE arcompact_handle0f_0d(OPS_16); |
| 225 | ARCOMPACT_RETTYPE arcompact_handle0f_0e(OPS_16); |
| 226 | ARCOMPACT_RETTYPE arcompact_handle0f_0f(OPS_16); |
| 227 | ARCOMPACT_RETTYPE arcompact_handle0f_10(OPS_16); |
| 228 | ARCOMPACT_RETTYPE arcompact_handle0f_11(OPS_16); |
| 229 | ARCOMPACT_RETTYPE arcompact_handle0f_12(OPS_16); |
| 230 | ARCOMPACT_RETTYPE arcompact_handle0f_13(OPS_16); |
| 231 | ARCOMPACT_RETTYPE arcompact_handle0f_14(OPS_16); |
| 232 | ARCOMPACT_RETTYPE arcompact_handle0f_15(OPS_16); |
| 233 | ARCOMPACT_RETTYPE arcompact_handle0f_16(OPS_16); |
| 234 | ARCOMPACT_RETTYPE arcompact_handle0f_18(OPS_16); |
| 235 | ARCOMPACT_RETTYPE arcompact_handle0f_19(OPS_16); |
| 236 | ARCOMPACT_RETTYPE arcompact_handle0f_1a(OPS_16); |
| 237 | ARCOMPACT_RETTYPE arcompact_handle0f_1b(OPS_16); |
| 238 | ARCOMPACT_RETTYPE arcompact_handle0f_1c(OPS_16); |
| 239 | ARCOMPACT_RETTYPE arcompact_handle0f_1d(OPS_16); |
| 240 | ARCOMPACT_RETTYPE arcompact_handle0f_1e(OPS_16); |
| 241 | ARCOMPACT_RETTYPE arcompact_handle0f_1f(OPS_16); |
| 242 | ARCOMPACT_RETTYPE arcompact_handle10(OPS_16); |
| 243 | ARCOMPACT_RETTYPE arcompact_handle11(OPS_16); |
| 244 | ARCOMPACT_RETTYPE arcompact_handle12(OPS_16); |
| 245 | ARCOMPACT_RETTYPE arcompact_handle13(OPS_16); |
| 246 | ARCOMPACT_RETTYPE arcompact_handle14(OPS_16); |
| 247 | ARCOMPACT_RETTYPE arcompact_handle15(OPS_16); |
| 248 | ARCOMPACT_RETTYPE arcompact_handle16(OPS_16); |
| 249 | ARCOMPACT_RETTYPE arcompact_handle17_00(OPS_16); |
| 250 | ARCOMPACT_RETTYPE arcompact_handle17_01(OPS_16); |
| 251 | ARCOMPACT_RETTYPE arcompact_handle17_02(OPS_16); |
| 252 | ARCOMPACT_RETTYPE arcompact_handle17_03(OPS_16); |
| 253 | ARCOMPACT_RETTYPE arcompact_handle17_04(OPS_16); |
| 254 | ARCOMPACT_RETTYPE arcompact_handle17_05(OPS_16); |
| 255 | ARCOMPACT_RETTYPE arcompact_handle17_06(OPS_16); |
| 256 | ARCOMPACT_RETTYPE arcompact_handle17_07(OPS_16); |
| 257 | ARCOMPACT_RETTYPE arcompact_handle18_00(OPS_16); |
| 258 | ARCOMPACT_RETTYPE arcompact_handle18_01(OPS_16); |
| 259 | ARCOMPACT_RETTYPE arcompact_handle18_02(OPS_16); |
| 260 | ARCOMPACT_RETTYPE arcompact_handle18_03(OPS_16); |
| 261 | ARCOMPACT_RETTYPE arcompact_handle18_04(OPS_16); |
| 262 | ARCOMPACT_RETTYPE arcompact_handle18_05_00(OPS_16); |
| 263 | ARCOMPACT_RETTYPE arcompact_handle18_05_01(OPS_16); |
| 264 | ARCOMPACT_RETTYPE arcompact_handle18_06_01(OPS_16); |
| 265 | ARCOMPACT_RETTYPE arcompact_handle18_06_11(OPS_16); |
| 266 | ARCOMPACT_RETTYPE arcompact_handle18_07_01(OPS_16); |
| 267 | ARCOMPACT_RETTYPE arcompact_handle18_07_11(OPS_16); |
| 268 | ARCOMPACT_RETTYPE arcompact_handle19_00(OPS_16); |
| 269 | ARCOMPACT_RETTYPE arcompact_handle19_01(OPS_16); |
| 270 | ARCOMPACT_RETTYPE arcompact_handle19_02(OPS_16); |
| 271 | ARCOMPACT_RETTYPE arcompact_handle19_03(OPS_16); |
| 272 | ARCOMPACT_RETTYPE arcompact_handle1a(OPS_16); |
| 273 | ARCOMPACT_RETTYPE arcompact_handle1b(OPS_16); |
| 274 | ARCOMPACT_RETTYPE arcompact_handle1c_00(OPS_16); |
| 275 | ARCOMPACT_RETTYPE arcompact_handle1c_01(OPS_16); |
| 276 | ARCOMPACT_RETTYPE arcompact_handle1d_00(OPS_16); |
| 277 | ARCOMPACT_RETTYPE arcompact_handle1d_01(OPS_16); |
| 278 | ARCOMPACT_RETTYPE arcompact_handle1e_00(OPS_16); |
| 279 | ARCOMPACT_RETTYPE arcompact_handle1e_01(OPS_16); |
| 280 | ARCOMPACT_RETTYPE arcompact_handle1e_02(OPS_16); |
| 281 | ARCOMPACT_RETTYPE arcompact_handle1e_03_00(OPS_16); |
| 282 | ARCOMPACT_RETTYPE arcompact_handle1e_03_01(OPS_16); |
| 283 | ARCOMPACT_RETTYPE arcompact_handle1e_03_02(OPS_16); |
| 284 | ARCOMPACT_RETTYPE arcompact_handle1e_03_03(OPS_16); |
| 285 | ARCOMPACT_RETTYPE arcompact_handle1e_03_04(OPS_16); |
| 286 | ARCOMPACT_RETTYPE arcompact_handle1e_03_05(OPS_16); |
| 287 | ARCOMPACT_RETTYPE arcompact_handle1e_03_06(OPS_16); |
| 288 | ARCOMPACT_RETTYPE arcompact_handle1e_03_07(OPS_16); |
| 289 | ARCOMPACT_RETTYPE arcompact_handle1f(OPS_16); |
| 290 | |
| 291 | /************************************************************************************************************************************ |
| 292 | * * |
| 293 | * illegal opcode handlers (disassembly) * |
| 294 | * * |
| 295 | ************************************************************************************************************************************/ |
| 296 | |
| 297 | ARCOMPACT_RETTYPE arcompact_handle01_01_00_06(OPS_32); |
| 298 | ARCOMPACT_RETTYPE arcompact_handle01_01_00_07(OPS_32); |
| 299 | ARCOMPACT_RETTYPE arcompact_handle01_01_00_08(OPS_32); |
| 300 | ARCOMPACT_RETTYPE arcompact_handle01_01_00_09(OPS_32); |
| 301 | ARCOMPACT_RETTYPE arcompact_handle01_01_00_0a(OPS_32); |
| 302 | ARCOMPACT_RETTYPE arcompact_handle01_01_00_0b(OPS_32); |
| 303 | ARCOMPACT_RETTYPE arcompact_handle01_01_00_0c(OPS_32); |
| 304 | ARCOMPACT_RETTYPE arcompact_handle01_01_00_0d(OPS_32); |
| 305 | |
| 306 | ARCOMPACT_RETTYPE arcompact_handle01_01_01_06(OPS_32); |
| 307 | ARCOMPACT_RETTYPE arcompact_handle01_01_01_07(OPS_32); |
| 308 | ARCOMPACT_RETTYPE arcompact_handle01_01_01_08(OPS_32); |
| 309 | ARCOMPACT_RETTYPE arcompact_handle01_01_01_09(OPS_32); |
| 310 | ARCOMPACT_RETTYPE arcompact_handle01_01_01_0a(OPS_32); |
| 311 | ARCOMPACT_RETTYPE arcompact_handle01_01_01_0b(OPS_32); |
| 312 | ARCOMPACT_RETTYPE arcompact_handle01_01_01_0c(OPS_32); |
| 313 | ARCOMPACT_RETTYPE arcompact_handle01_01_01_0d(OPS_32); |
| 314 | |
| 315 | |
| 316 | ARCOMPACT_RETTYPE arcompact_handle04_1e(OPS_32); |
| 317 | ARCOMPACT_RETTYPE arcompact_handle04_1f(OPS_32); |
| 318 | |
| 319 | ARCOMPACT_RETTYPE arcompact_handle04_24(OPS_32); |
| 320 | ARCOMPACT_RETTYPE arcompact_handle04_25(OPS_32); |
| 321 | ARCOMPACT_RETTYPE arcompact_handle04_26(OPS_32); |
| 322 | ARCOMPACT_RETTYPE arcompact_handle04_27(OPS_32); |
| 323 | |
| 324 | ARCOMPACT_RETTYPE arcompact_handle04_2c(OPS_32); |
| 325 | ARCOMPACT_RETTYPE arcompact_handle04_2d(OPS_32); |
| 326 | ARCOMPACT_RETTYPE arcompact_handle04_2e(OPS_32); |
| 327 | |
| 328 | ARCOMPACT_RETTYPE arcompact_handle04_2f_0d(OPS_32); |
| 329 | ARCOMPACT_RETTYPE arcompact_handle04_2f_0e(OPS_32); |
| 330 | ARCOMPACT_RETTYPE arcompact_handle04_2f_0f(OPS_32); |
| 331 | ARCOMPACT_RETTYPE arcompact_handle04_2f_10(OPS_32); |
| 332 | ARCOMPACT_RETTYPE arcompact_handle04_2f_11(OPS_32); |
| 333 | ARCOMPACT_RETTYPE arcompact_handle04_2f_12(OPS_32); |
| 334 | ARCOMPACT_RETTYPE arcompact_handle04_2f_13(OPS_32); |
| 335 | ARCOMPACT_RETTYPE arcompact_handle04_2f_14(OPS_32); |
| 336 | ARCOMPACT_RETTYPE arcompact_handle04_2f_15(OPS_32); |
| 337 | ARCOMPACT_RETTYPE arcompact_handle04_2f_16(OPS_32); |
| 338 | ARCOMPACT_RETTYPE arcompact_handle04_2f_17(OPS_32); |
| 339 | ARCOMPACT_RETTYPE arcompact_handle04_2f_18(OPS_32); |
| 340 | ARCOMPACT_RETTYPE arcompact_handle04_2f_19(OPS_32); |
| 341 | ARCOMPACT_RETTYPE arcompact_handle04_2f_1a(OPS_32); |
| 342 | ARCOMPACT_RETTYPE arcompact_handle04_2f_1b(OPS_32); |
| 343 | ARCOMPACT_RETTYPE arcompact_handle04_2f_1c(OPS_32); |
| 344 | ARCOMPACT_RETTYPE arcompact_handle04_2f_1d(OPS_32); |
| 345 | ARCOMPACT_RETTYPE arcompact_handle04_2f_1e(OPS_32); |
| 346 | ARCOMPACT_RETTYPE arcompact_handle04_2f_1f(OPS_32); |
| 347 | ARCOMPACT_RETTYPE arcompact_handle04_2f_20(OPS_32); |
| 348 | ARCOMPACT_RETTYPE arcompact_handle04_2f_21(OPS_32); |
| 349 | ARCOMPACT_RETTYPE arcompact_handle04_2f_22(OPS_32); |
| 350 | ARCOMPACT_RETTYPE arcompact_handle04_2f_23(OPS_32); |
| 351 | ARCOMPACT_RETTYPE arcompact_handle04_2f_24(OPS_32); |
| 352 | ARCOMPACT_RETTYPE arcompact_handle04_2f_25(OPS_32); |
| 353 | ARCOMPACT_RETTYPE arcompact_handle04_2f_26(OPS_32); |
| 354 | ARCOMPACT_RETTYPE arcompact_handle04_2f_27(OPS_32); |
| 355 | ARCOMPACT_RETTYPE arcompact_handle04_2f_28(OPS_32); |
| 356 | ARCOMPACT_RETTYPE arcompact_handle04_2f_29(OPS_32); |
| 357 | ARCOMPACT_RETTYPE arcompact_handle04_2f_2a(OPS_32); |
| 358 | ARCOMPACT_RETTYPE arcompact_handle04_2f_2b(OPS_32); |
| 359 | ARCOMPACT_RETTYPE arcompact_handle04_2f_2c(OPS_32); |
| 360 | ARCOMPACT_RETTYPE arcompact_handle04_2f_2d(OPS_32); |
| 361 | ARCOMPACT_RETTYPE arcompact_handle04_2f_2e(OPS_32); |
| 362 | ARCOMPACT_RETTYPE arcompact_handle04_2f_2f(OPS_32); |
| 363 | ARCOMPACT_RETTYPE arcompact_handle04_2f_30(OPS_32); |
| 364 | ARCOMPACT_RETTYPE arcompact_handle04_2f_31(OPS_32); |
| 365 | ARCOMPACT_RETTYPE arcompact_handle04_2f_32(OPS_32); |
| 366 | ARCOMPACT_RETTYPE arcompact_handle04_2f_33(OPS_32); |
| 367 | ARCOMPACT_RETTYPE arcompact_handle04_2f_34(OPS_32); |
| 368 | ARCOMPACT_RETTYPE arcompact_handle04_2f_35(OPS_32); |
| 369 | ARCOMPACT_RETTYPE arcompact_handle04_2f_36(OPS_32); |
| 370 | ARCOMPACT_RETTYPE arcompact_handle04_2f_37(OPS_32); |
| 371 | ARCOMPACT_RETTYPE arcompact_handle04_2f_38(OPS_32); |
| 372 | ARCOMPACT_RETTYPE arcompact_handle04_2f_39(OPS_32); |
| 373 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3a(OPS_32); |
| 374 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3b(OPS_32); |
| 375 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3c(OPS_32); |
| 376 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3d(OPS_32); |
| 377 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3e(OPS_32); |
| 378 | |
| 379 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_00(OPS_32); |
| 380 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_06(OPS_32); |
| 381 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_07(OPS_32); |
| 382 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_08(OPS_32); |
| 383 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_09(OPS_32); |
| 384 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_0a(OPS_32); |
| 385 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_0b(OPS_32); |
| 386 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_0c(OPS_32); |
| 387 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_0d(OPS_32); |
| 388 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_0e(OPS_32); |
| 389 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_0f(OPS_32); |
| 390 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_10(OPS_32); |
| 391 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_11(OPS_32); |
| 392 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_12(OPS_32); |
| 393 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_13(OPS_32); |
| 394 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_14(OPS_32); |
| 395 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_15(OPS_32); |
| 396 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_16(OPS_32); |
| 397 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_17(OPS_32); |
| 398 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_18(OPS_32); |
| 399 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_19(OPS_32); |
| 400 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_1a(OPS_32); |
| 401 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_1b(OPS_32); |
| 402 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_1c(OPS_32); |
| 403 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_1d(OPS_32); |
| 404 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_1e(OPS_32); |
| 405 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_1f(OPS_32); |
| 406 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_20(OPS_32); |
| 407 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_21(OPS_32); |
| 408 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_22(OPS_32); |
| 409 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_23(OPS_32); |
| 410 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_24(OPS_32); |
| 411 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_25(OPS_32); |
| 412 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_26(OPS_32); |
| 413 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_27(OPS_32); |
| 414 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_28(OPS_32); |
| 415 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_29(OPS_32); |
| 416 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_2a(OPS_32); |
| 417 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_2b(OPS_32); |
| 418 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_2c(OPS_32); |
| 419 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_2d(OPS_32); |
| 420 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_2e(OPS_32); |
| 421 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_2f(OPS_32); |
| 422 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_30(OPS_32); |
| 423 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_31(OPS_32); |
| 424 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_32(OPS_32); |
| 425 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_33(OPS_32); |
| 426 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_34(OPS_32); |
| 427 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_35(OPS_32); |
| 428 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_36(OPS_32); |
| 429 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_37(OPS_32); |
| 430 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_38(OPS_32); |
| 431 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_39(OPS_32); |
| 432 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_3a(OPS_32); |
| 433 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_3b(OPS_32); |
| 434 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_3c(OPS_32); |
| 435 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_3d(OPS_32); |
| 436 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_3e(OPS_32); |
| 437 | ARCOMPACT_RETTYPE arcompact_handle04_2f_3f_3f(OPS_32); |
| 438 | |
| 439 | ARCOMPACT_RETTYPE arcompact_handle05_2f_00(OPS_32); |
| 440 | ARCOMPACT_RETTYPE arcompact_handle05_2f_01(OPS_32); |
| 441 | ARCOMPACT_RETTYPE arcompact_handle05_2f_02(OPS_32); |
| 442 | ARCOMPACT_RETTYPE arcompact_handle05_2f_03(OPS_32); |
| 443 | ARCOMPACT_RETTYPE arcompact_handle05_2f_04(OPS_32); |
| 444 | ARCOMPACT_RETTYPE arcompact_handle05_2f_05(OPS_32); |
| 445 | ARCOMPACT_RETTYPE arcompact_handle05_2f_06(OPS_32); |
| 446 | ARCOMPACT_RETTYPE arcompact_handle05_2f_07(OPS_32); |
| 447 | ARCOMPACT_RETTYPE arcompact_handle05_2f_08(OPS_32); |
| 448 | ARCOMPACT_RETTYPE arcompact_handle05_2f_09(OPS_32); |
| 449 | ARCOMPACT_RETTYPE arcompact_handle05_2f_0a(OPS_32); |
| 450 | ARCOMPACT_RETTYPE arcompact_handle05_2f_0b(OPS_32); |
| 451 | ARCOMPACT_RETTYPE arcompact_handle05_2f_0c(OPS_32); |
| 452 | ARCOMPACT_RETTYPE arcompact_handle05_2f_0d(OPS_32); |
| 453 | ARCOMPACT_RETTYPE arcompact_handle05_2f_0e(OPS_32); |
| 454 | ARCOMPACT_RETTYPE arcompact_handle05_2f_0f(OPS_32); |
| 455 | ARCOMPACT_RETTYPE arcompact_handle05_2f_10(OPS_32); |
| 456 | ARCOMPACT_RETTYPE arcompact_handle05_2f_11(OPS_32); |
| 457 | ARCOMPACT_RETTYPE arcompact_handle05_2f_12(OPS_32); |
| 458 | ARCOMPACT_RETTYPE arcompact_handle05_2f_13(OPS_32); |
| 459 | ARCOMPACT_RETTYPE arcompact_handle05_2f_14(OPS_32); |
| 460 | ARCOMPACT_RETTYPE arcompact_handle05_2f_15(OPS_32); |
| 461 | ARCOMPACT_RETTYPE arcompact_handle05_2f_16(OPS_32); |
| 462 | ARCOMPACT_RETTYPE arcompact_handle05_2f_17(OPS_32); |
| 463 | ARCOMPACT_RETTYPE arcompact_handle05_2f_18(OPS_32); |
| 464 | ARCOMPACT_RETTYPE arcompact_handle05_2f_19(OPS_32); |
| 465 | ARCOMPACT_RETTYPE arcompact_handle05_2f_1a(OPS_32); |
| 466 | ARCOMPACT_RETTYPE arcompact_handle05_2f_1b(OPS_32); |
| 467 | ARCOMPACT_RETTYPE arcompact_handle05_2f_1c(OPS_32); |
| 468 | ARCOMPACT_RETTYPE arcompact_handle05_2f_1d(OPS_32); |
| 469 | ARCOMPACT_RETTYPE arcompact_handle05_2f_1e(OPS_32); |
| 470 | ARCOMPACT_RETTYPE arcompact_handle05_2f_1f(OPS_32); |
| 471 | ARCOMPACT_RETTYPE arcompact_handle05_2f_20(OPS_32); |
| 472 | ARCOMPACT_RETTYPE arcompact_handle05_2f_21(OPS_32); |
| 473 | ARCOMPACT_RETTYPE arcompact_handle05_2f_22(OPS_32); |
| 474 | ARCOMPACT_RETTYPE arcompact_handle05_2f_23(OPS_32); |
| 475 | ARCOMPACT_RETTYPE arcompact_handle05_2f_24(OPS_32); |
| 476 | ARCOMPACT_RETTYPE arcompact_handle05_2f_25(OPS_32); |
| 477 | ARCOMPACT_RETTYPE arcompact_handle05_2f_26(OPS_32); |
| 478 | ARCOMPACT_RETTYPE arcompact_handle05_2f_27(OPS_32); |
| 479 | ARCOMPACT_RETTYPE arcompact_handle05_2f_28(OPS_32); |
| 480 | ARCOMPACT_RETTYPE arcompact_handle05_2f_29(OPS_32); |
| 481 | ARCOMPACT_RETTYPE arcompact_handle05_2f_2a(OPS_32); |
| 482 | ARCOMPACT_RETTYPE arcompact_handle05_2f_2b(OPS_32); |
| 483 | ARCOMPACT_RETTYPE arcompact_handle05_2f_2c(OPS_32); |
| 484 | ARCOMPACT_RETTYPE arcompact_handle05_2f_2d(OPS_32); |
| 485 | ARCOMPACT_RETTYPE arcompact_handle05_2f_2e(OPS_32); |
| 486 | ARCOMPACT_RETTYPE arcompact_handle05_2f_2f(OPS_32); |
| 487 | ARCOMPACT_RETTYPE arcompact_handle05_2f_30(OPS_32); |
| 488 | ARCOMPACT_RETTYPE arcompact_handle05_2f_31(OPS_32); |
| 489 | ARCOMPACT_RETTYPE arcompact_handle05_2f_32(OPS_32); |
| 490 | ARCOMPACT_RETTYPE arcompact_handle05_2f_33(OPS_32); |
| 491 | ARCOMPACT_RETTYPE arcompact_handle05_2f_34(OPS_32); |
| 492 | ARCOMPACT_RETTYPE arcompact_handle05_2f_35(OPS_32); |
| 493 | ARCOMPACT_RETTYPE arcompact_handle05_2f_36(OPS_32); |
| 494 | ARCOMPACT_RETTYPE arcompact_handle05_2f_37(OPS_32); |
| 495 | ARCOMPACT_RETTYPE arcompact_handle05_2f_38(OPS_32); |
| 496 | ARCOMPACT_RETTYPE arcompact_handle05_2f_39(OPS_32); |
| 497 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3a(OPS_32); |
| 498 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3b(OPS_32); |
| 499 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3c(OPS_32); |
| 500 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3d(OPS_32); |
| 501 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3e(OPS_32); |
| 502 | |
| 503 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_00(OPS_32); |
| 504 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_01(OPS_32); |
| 505 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_02(OPS_32); |
| 506 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_03(OPS_32); |
| 507 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_04(OPS_32); |
| 508 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_05(OPS_32); |
| 509 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_06(OPS_32); |
| 510 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_07(OPS_32); |
| 511 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_08(OPS_32); |
| 512 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_09(OPS_32); |
| 513 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_0a(OPS_32); |
| 514 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_0b(OPS_32); |
| 515 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_0c(OPS_32); |
| 516 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_0d(OPS_32); |
| 517 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_0e(OPS_32); |
| 518 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_0f(OPS_32); |
| 519 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_10(OPS_32); |
| 520 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_11(OPS_32); |
| 521 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_12(OPS_32); |
| 522 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_13(OPS_32); |
| 523 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_14(OPS_32); |
| 524 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_15(OPS_32); |
| 525 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_16(OPS_32); |
| 526 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_17(OPS_32); |
| 527 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_18(OPS_32); |
| 528 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_19(OPS_32); |
| 529 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_1a(OPS_32); |
| 530 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_1b(OPS_32); |
| 531 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_1c(OPS_32); |
| 532 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_1d(OPS_32); |
| 533 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_1e(OPS_32); |
| 534 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_1f(OPS_32); |
| 535 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_20(OPS_32); |
| 536 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_21(OPS_32); |
| 537 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_22(OPS_32); |
| 538 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_23(OPS_32); |
| 539 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_24(OPS_32); |
| 540 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_25(OPS_32); |
| 541 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_26(OPS_32); |
| 542 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_27(OPS_32); |
| 543 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_28(OPS_32); |
| 544 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_29(OPS_32); |
| 545 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_2a(OPS_32); |
| 546 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_2b(OPS_32); |
| 547 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_2c(OPS_32); |
| 548 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_2d(OPS_32); |
| 549 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_2e(OPS_32); |
| 550 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_2f(OPS_32); |
| 551 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_30(OPS_32); |
| 552 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_31(OPS_32); |
| 553 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_32(OPS_32); |
| 554 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_33(OPS_32); |
| 555 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_34(OPS_32); |
| 556 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_35(OPS_32); |
| 557 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_36(OPS_32); |
| 558 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_37(OPS_32); |
| 559 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_38(OPS_32); |
| 560 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_39(OPS_32); |
| 561 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_3a(OPS_32); |
| 562 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_3b(OPS_32); |
| 563 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_3c(OPS_32); |
| 564 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_3d(OPS_32); |
| 565 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_3e(OPS_32); |
| 566 | ARCOMPACT_RETTYPE arcompact_handle05_2f_3f_3f(OPS_32); |
| 567 | |
| 568 | |
| 569 | ARCOMPACT_RETTYPE arcompact_handle04_38(OPS_32); |
| 570 | ARCOMPACT_RETTYPE arcompact_handle04_39(OPS_32); |
| 571 | ARCOMPACT_RETTYPE arcompact_handle04_3a(OPS_32); |
| 572 | ARCOMPACT_RETTYPE arcompact_handle04_3b(OPS_32); |
| 573 | ARCOMPACT_RETTYPE arcompact_handle04_3c(OPS_32); |
| 574 | ARCOMPACT_RETTYPE arcompact_handle04_3d(OPS_32); |
| 575 | ARCOMPACT_RETTYPE arcompact_handle04_3e(OPS_32); |
| 576 | ARCOMPACT_RETTYPE arcompact_handle04_3f(OPS_32); |
| 577 | |
| 578 | ARCOMPACT_RETTYPE arcompact_handle05_09(OPS_32); |
| 579 | ARCOMPACT_RETTYPE arcompact_handle05_0c(OPS_32); |
| 580 | ARCOMPACT_RETTYPE arcompact_handle05_0d(OPS_32); |
| 581 | ARCOMPACT_RETTYPE arcompact_handle05_0e(OPS_32); |
| 582 | ARCOMPACT_RETTYPE arcompact_handle05_0f(OPS_32); |
| 583 | ARCOMPACT_RETTYPE arcompact_handle05_10(OPS_32); |
| 584 | ARCOMPACT_RETTYPE arcompact_handle05_11(OPS_32); |
| 585 | ARCOMPACT_RETTYPE arcompact_handle05_12(OPS_32); |
| 586 | ARCOMPACT_RETTYPE arcompact_handle05_13(OPS_32); |
| 587 | ARCOMPACT_RETTYPE arcompact_handle05_14(OPS_32); |
| 588 | ARCOMPACT_RETTYPE arcompact_handle05_15(OPS_32); |
| 589 | ARCOMPACT_RETTYPE arcompact_handle05_16(OPS_32); |
| 590 | ARCOMPACT_RETTYPE arcompact_handle05_17(OPS_32); |
| 591 | ARCOMPACT_RETTYPE arcompact_handle05_18(OPS_32); |
| 592 | ARCOMPACT_RETTYPE arcompact_handle05_19(OPS_32); |
| 593 | ARCOMPACT_RETTYPE arcompact_handle05_1a(OPS_32); |
| 594 | ARCOMPACT_RETTYPE arcompact_handle05_1b(OPS_32); |
| 595 | ARCOMPACT_RETTYPE arcompact_handle05_1c(OPS_32); |
| 596 | ARCOMPACT_RETTYPE arcompact_handle05_1d(OPS_32); |
| 597 | ARCOMPACT_RETTYPE arcompact_handle05_1e(OPS_32); |
| 598 | ARCOMPACT_RETTYPE arcompact_handle05_1f(OPS_32); |
| 599 | ARCOMPACT_RETTYPE arcompact_handle05_20(OPS_32); |
| 600 | ARCOMPACT_RETTYPE arcompact_handle05_21(OPS_32); |
| 601 | ARCOMPACT_RETTYPE arcompact_handle05_22(OPS_32); |
| 602 | ARCOMPACT_RETTYPE arcompact_handle05_23(OPS_32); |
| 603 | ARCOMPACT_RETTYPE arcompact_handle05_24(OPS_32); |
| 604 | ARCOMPACT_RETTYPE arcompact_handle05_25(OPS_32); |
| 605 | ARCOMPACT_RETTYPE arcompact_handle05_26(OPS_32); |
| 606 | ARCOMPACT_RETTYPE arcompact_handle05_27(OPS_32); |
| 607 | |
| 608 | ARCOMPACT_RETTYPE arcompact_handle05_2a(OPS_32); |
| 609 | ARCOMPACT_RETTYPE arcompact_handle05_2b(OPS_32); |
| 610 | ARCOMPACT_RETTYPE arcompact_handle05_2c(OPS_32); |
| 611 | ARCOMPACT_RETTYPE arcompact_handle05_2d(OPS_32); |
| 612 | ARCOMPACT_RETTYPE arcompact_handle05_2e(OPS_32); |
| 613 | |
| 614 | ARCOMPACT_RETTYPE arcompact_handle05_30(OPS_32); |
| 615 | ARCOMPACT_RETTYPE arcompact_handle05_31(OPS_32); |
| 616 | ARCOMPACT_RETTYPE arcompact_handle05_32(OPS_32); |
| 617 | ARCOMPACT_RETTYPE arcompact_handle05_33(OPS_32); |
| 618 | ARCOMPACT_RETTYPE arcompact_handle05_34(OPS_32); |
| 619 | ARCOMPACT_RETTYPE arcompact_handle05_35(OPS_32); |
| 620 | ARCOMPACT_RETTYPE arcompact_handle05_36(OPS_32); |
| 621 | ARCOMPACT_RETTYPE arcompact_handle05_37(OPS_32); |
| 622 | ARCOMPACT_RETTYPE arcompact_handle05_38(OPS_32); |
| 623 | ARCOMPACT_RETTYPE arcompact_handle05_39(OPS_32); |
| 624 | ARCOMPACT_RETTYPE arcompact_handle05_3a(OPS_32); |
| 625 | ARCOMPACT_RETTYPE arcompact_handle05_3b(OPS_32); |
| 626 | ARCOMPACT_RETTYPE arcompact_handle05_3c(OPS_32); |
| 627 | ARCOMPACT_RETTYPE arcompact_handle05_3d(OPS_32); |
| 628 | ARCOMPACT_RETTYPE arcompact_handle05_3e(OPS_32); |
| 629 | ARCOMPACT_RETTYPE arcompact_handle05_3f(OPS_32); |
| 630 | |
| 631 | ARCOMPACT_RETTYPE arcompact_handle0f_00_04(OPS_16); |
| 632 | ARCOMPACT_RETTYPE arcompact_handle0f_00_05(OPS_16); |
| 633 | ARCOMPACT_RETTYPE arcompact_handle0f_00_07_02(OPS_16); |
| 634 | ARCOMPACT_RETTYPE arcompact_handle0f_00_07_03(OPS_16); |
| 635 | ARCOMPACT_RETTYPE arcompact_handle0f_01(OPS_16); |
| 636 | ARCOMPACT_RETTYPE arcompact_handle0f_03(OPS_16); |
| 637 | ARCOMPACT_RETTYPE arcompact_handle0f_08(OPS_16); |
| 638 | ARCOMPACT_RETTYPE arcompact_handle0f_09(OPS_16); |
| 639 | ARCOMPACT_RETTYPE arcompact_handle0f_0a(OPS_16); |
| 640 | ARCOMPACT_RETTYPE arcompact_handle0f_17(OPS_16); |
| 641 | |
| 642 | ARCOMPACT_RETTYPE arcompact_handle18_05_02(OPS_16); |
| 643 | ARCOMPACT_RETTYPE arcompact_handle18_05_03(OPS_16); |
| 644 | ARCOMPACT_RETTYPE arcompact_handle18_05_04(OPS_16); |
| 645 | ARCOMPACT_RETTYPE arcompact_handle18_05_05(OPS_16); |
| 646 | ARCOMPACT_RETTYPE arcompact_handle18_05_06(OPS_16); |
| 647 | ARCOMPACT_RETTYPE arcompact_handle18_05_07(OPS_16); |
| 648 | ARCOMPACT_RETTYPE arcompact_handle18_06_00(OPS_16); |
| 649 | ARCOMPACT_RETTYPE arcompact_handle18_06_02(OPS_16); |
| 650 | ARCOMPACT_RETTYPE arcompact_handle18_06_03(OPS_16); |
| 651 | ARCOMPACT_RETTYPE arcompact_handle18_06_04(OPS_16); |
| 652 | ARCOMPACT_RETTYPE arcompact_handle18_06_05(OPS_16); |
| 653 | ARCOMPACT_RETTYPE arcompact_handle18_06_06(OPS_16); |
| 654 | ARCOMPACT_RETTYPE arcompact_handle18_06_07(OPS_16); |
| 655 | ARCOMPACT_RETTYPE arcompact_handle18_06_08(OPS_16); |
| 656 | ARCOMPACT_RETTYPE arcompact_handle18_06_09(OPS_16); |
| 657 | ARCOMPACT_RETTYPE arcompact_handle18_06_0a(OPS_16); |
| 658 | ARCOMPACT_RETTYPE arcompact_handle18_06_0b(OPS_16); |
| 659 | ARCOMPACT_RETTYPE arcompact_handle18_06_0c(OPS_16); |
| 660 | ARCOMPACT_RETTYPE arcompact_handle18_06_0d(OPS_16); |
| 661 | ARCOMPACT_RETTYPE arcompact_handle18_06_0e(OPS_16); |
| 662 | ARCOMPACT_RETTYPE arcompact_handle18_06_0f(OPS_16); |
| 663 | ARCOMPACT_RETTYPE arcompact_handle18_06_10(OPS_16); |
| 664 | ARCOMPACT_RETTYPE arcompact_handle18_06_12(OPS_16); |
| 665 | ARCOMPACT_RETTYPE arcompact_handle18_06_13(OPS_16); |
| 666 | ARCOMPACT_RETTYPE arcompact_handle18_06_14(OPS_16); |
| 667 | ARCOMPACT_RETTYPE arcompact_handle18_06_15(OPS_16); |
| 668 | ARCOMPACT_RETTYPE arcompact_handle18_06_16(OPS_16); |
| 669 | ARCOMPACT_RETTYPE arcompact_handle18_06_17(OPS_16); |
| 670 | ARCOMPACT_RETTYPE arcompact_handle18_06_18(OPS_16); |
| 671 | ARCOMPACT_RETTYPE arcompact_handle18_06_19(OPS_16); |
| 672 | ARCOMPACT_RETTYPE arcompact_handle18_06_1a(OPS_16); |
| 673 | ARCOMPACT_RETTYPE arcompact_handle18_06_1b(OPS_16); |
| 674 | ARCOMPACT_RETTYPE arcompact_handle18_06_1c(OPS_16); |
| 675 | ARCOMPACT_RETTYPE arcompact_handle18_06_1d(OPS_16); |
| 676 | ARCOMPACT_RETTYPE arcompact_handle18_06_1e(OPS_16); |
| 677 | ARCOMPACT_RETTYPE arcompact_handle18_06_1f(OPS_16); |
| 678 | ARCOMPACT_RETTYPE arcompact_handle18_07_00(OPS_16); |
| 679 | ARCOMPACT_RETTYPE arcompact_handle18_07_02(OPS_16); |
| 680 | ARCOMPACT_RETTYPE arcompact_handle18_07_03(OPS_16); |
| 681 | ARCOMPACT_RETTYPE arcompact_handle18_07_04(OPS_16); |
| 682 | ARCOMPACT_RETTYPE arcompact_handle18_07_05(OPS_16); |
| 683 | ARCOMPACT_RETTYPE arcompact_handle18_07_06(OPS_16); |
| 684 | ARCOMPACT_RETTYPE arcompact_handle18_07_07(OPS_16); |
| 685 | ARCOMPACT_RETTYPE arcompact_handle18_07_08(OPS_16); |
| 686 | ARCOMPACT_RETTYPE arcompact_handle18_07_09(OPS_16); |
| 687 | ARCOMPACT_RETTYPE arcompact_handle18_07_0a(OPS_16); |
| 688 | ARCOMPACT_RETTYPE arcompact_handle18_07_0b(OPS_16); |
| 689 | ARCOMPACT_RETTYPE arcompact_handle18_07_0c(OPS_16); |
| 690 | ARCOMPACT_RETTYPE arcompact_handle18_07_0d(OPS_16); |
| 691 | ARCOMPACT_RETTYPE arcompact_handle18_07_0e(OPS_16); |
| 692 | ARCOMPACT_RETTYPE arcompact_handle18_07_0f(OPS_16); |
| 693 | ARCOMPACT_RETTYPE arcompact_handle18_07_10(OPS_16); |
| 694 | ARCOMPACT_RETTYPE arcompact_handle18_07_12(OPS_16); |
| 695 | ARCOMPACT_RETTYPE arcompact_handle18_07_13(OPS_16); |
| 696 | ARCOMPACT_RETTYPE arcompact_handle18_07_14(OPS_16); |
| 697 | ARCOMPACT_RETTYPE arcompact_handle18_07_15(OPS_16); |
| 698 | ARCOMPACT_RETTYPE arcompact_handle18_07_16(OPS_16); |
| 699 | ARCOMPACT_RETTYPE arcompact_handle18_07_17(OPS_16); |
| 700 | ARCOMPACT_RETTYPE arcompact_handle18_07_18(OPS_16); |
| 701 | ARCOMPACT_RETTYPE arcompact_handle18_07_19(OPS_16); |
| 702 | ARCOMPACT_RETTYPE arcompact_handle18_07_1a(OPS_16); |
| 703 | ARCOMPACT_RETTYPE arcompact_handle18_07_1b(OPS_16); |
| 704 | ARCOMPACT_RETTYPE arcompact_handle18_07_1c(OPS_16); |
| 705 | ARCOMPACT_RETTYPE arcompact_handle18_07_1d(OPS_16); |
| 706 | ARCOMPACT_RETTYPE arcompact_handle18_07_1e(OPS_16); |
| 707 | ARCOMPACT_RETTYPE arcompact_handle18_07_1f(OPS_16); |
| 708 | |
| 709 | ARCOMPACT_RETTYPE arcompact_01_01_00_helper(OPS_32, const char* optext); |
| 710 | ARCOMPACT_RETTYPE arcompact_01_01_01_helper(OPS_32, const char* optext); |
| 711 | ARCOMPACT_RETTYPE arcompact_handle04_helper(OPS_32, const char* optext, int ignore_dst, int b_reserved); |
| 712 | ARCOMPACT_RETTYPE arcompact_handle04_2f_helper(OPS_32, const char* optext); |
| 713 | ARCOMPACT_RETTYPE arcompact_handle04_3x_helper(OPS_32, int dsize, int extend); |
| 714 | ARCOMPACT_RETTYPE arcompact_handle05_2f_0x_helper(OPS_32, const char* optext); |
| 715 | ARCOMPACT_RETTYPE arcompact_handle0c_helper(OPS_16, const char* optext); |
| 716 | ARCOMPACT_RETTYPE arcompact_handle0d_helper(OPS_16, const char* optext); |
| 717 | ARCOMPACT_RETTYPE arcompact_handle0e_0x_helper(OPS_16, const char* optext, int revop); |
| 718 | ARCOMPACT_RETTYPE arcompact_handle0f_00_0x_helper(OPS_16, const char* optext); |
| 719 | ARCOMPACT_RETTYPE arcompact_handle0f_0x_helper(OPS_16, const char* optext, int nodst); |
| 720 | ARCOMPACT_RETTYPE arcompact_handle_ld_helper(OPS_16, const char* optext, int shift, int swap); |
| 721 | ARCOMPACT_RETTYPE arcompact_handle_l7_0x_helper(OPS_16, const char* optext); |
| 722 | ARCOMPACT_RETTYPE arcompact_handle18_0x_helper(OPS_16, const char* optext, int st); |
| 723 | ARCOMPACT_RETTYPE arcompact_handle19_0x_helper(OPS_16, const char* optext, int shift, int format); |
| 724 | ARCOMPACT_RETTYPE arcompact_handle1e_0x_helper(OPS_16, const char* optext); |
| 725 | ARCOMPACT_RETTYPE arcompact_handle1e_03_0x_helper(OPS_16, const char* optext); |
| 726 | ARCOMPACT_RETTYPE arcompact_handle1d_helper(OPS_16, const char* optext); |
| 727 | |
| 728 | ARCOMPACT_RETTYPE get_insruction(OPS_32); |
| 729 | |
| 42 | 730 | private: |
| 43 | 731 | address_space_config m_program_config; |
| 44 | 732 | |
| r242484 | r242485 | |
| 50 | 738 | UINT32 m_debugger_temp; |
| 51 | 739 | |
| 52 | 740 | void unimplemented_opcode(UINT16 op); |
| 53 | | inline UINT32 READ32(UINT32 address); |
| 54 | | inline void WRITE32(UINT32 address, UINT32 data); |
| 55 | | inline UINT16 READ16(UINT32 address); |
| 56 | | inline void WRITE16(UINT32 address, UINT16 data); |
| 57 | 741 | |
| 742 | inline UINT32 READ32(UINT32 address) { return m_program->read_dword(address << 2); } |
| 743 | inline void WRITE32(UINT32 address, UINT32 data) { m_program->write_dword(address << 2, data); } |
| 744 | inline UINT16 READ16(UINT32 address) { return m_program->read_word(address << 1); } |
| 745 | inline void WRITE16(UINT32 address, UINT16 data){ m_program->write_word(address << 1, data); } |
| 58 | 746 | |
| 747 | UINT32 m_regs[0x40]; |
| 748 | |
| 749 | int m_delayactive; |
| 750 | int m_delaylinks; |
| 751 | UINT32 m_delayjump; |
| 752 | |
| 753 | |
| 59 | 754 | }; |
| 60 | 755 | |
| 61 | 756 | |
trunk/src/emu/cpu/arcompact/arcompact_execute.c
| r0 | r242485 | |
| 1 | |
| 2 | #include "emu.h" |
| 3 | #include "debugger.h" |
| 4 | #include "arcompact.h" |
| 5 | #include "arcompact_common.h" |
| 6 | |
| 7 | #define ARCOMPACT_LOGGING 0 |
| 8 | |
| 9 | #define arcompact_fatal if (ARCOMPACT_LOGGING) fatalerror |
| 10 | #define arcompact_log if (ARCOMPACT_LOGGING) fatalerror |
| 11 | |
| 12 | |
| 13 | void arcompact_device::execute_run() |
| 14 | { |
| 15 | //UINT32 lres; |
| 16 | //lres = 0; |
| 17 | |
| 18 | while (m_icount > 0) |
| 19 | { |
| 20 | debugger_instruction_hook(this, m_pc<<1); |
| 21 | |
| 22 | // printf("new pc %04x\n", m_pc); |
| 23 | |
| 24 | if (m_delayactive) |
| 25 | { |
| 26 | UINT16 op = READ16((m_pc + 0) >> 1); |
| 27 | m_pc = get_insruction(op); |
| 28 | if (m_delaylinks) m_regs[REG_BLINK] = m_pc; |
| 29 | |
| 30 | m_pc = m_delayjump; |
| 31 | m_delayactive = 0; m_delaylinks = 0; |
| 32 | } |
| 33 | else |
| 34 | { |
| 35 | UINT16 op = READ16((m_pc + 0) >> 1); |
| 36 | m_pc = get_insruction(op); |
| 37 | } |
| 38 | |
| 39 | m_icount--; |
| 40 | } |
| 41 | |
| 42 | } |
| 43 | |
| 44 | |
| 45 | #define GET_01_01_01_BRANCH_ADDR \ |
| 46 | INT32 address = (op & 0x00fe0000) >> 17; \ |
| 47 | address |= ((op & 0x00008000) >> 15) << 7; \ |
| 48 | if (address & 0x80) address = -0x80 + (address & 0x7f); \ |
| 49 | |
| 50 | |
| 51 | #define GROUP_0e_GET_h \ |
| 52 | h = ((op & 0x0007) << 3); \ |
| 53 | h |= ((op & 0x00e0) >> 5); \ |
| 54 | |
| 55 | #define COMMON32_GET_breg \ |
| 56 | int b_temp = (op & 0x07000000) >> 24; \ |
| 57 | int B_temp = (op & 0x00007000) >> 12; \ |
| 58 | int breg = b_temp | (B_temp << 3); \ |
| 59 | |
| 60 | #define COMMON32_GET_s12 \ |
| 61 | int S_temp = (op & 0x0000003f) >> 0; \ |
| 62 | int s_temp = (op & 0x00000fc0) >> 6; \ |
| 63 | int S = s_temp | (S_temp<<6); \ |
| 64 | |
| 65 | #define COMMON32_GET_CONDITION \ |
| 66 | UINT8 condition = op & 0x0000001f; |
| 67 | |
| 68 | |
| 69 | #define COMMON16_GET_breg \ |
| 70 | breg = ((op & 0x0700) >>8); \ |
| 71 | |
| 72 | #define COMMON16_GET_creg \ |
| 73 | creg = ((op & 0x00e0) >>5); \ |
| 74 | |
| 75 | #define COMMON16_GET_areg \ |
| 76 | areg = ((op & 0x0007) >>0); \ |
| 77 | |
| 78 | #define COMMON16_GET_u3 \ |
| 79 | u = ((op & 0x0007) >>0); \ |
| 80 | |
| 81 | #define COMMON16_GET_u5 \ |
| 82 | u = ((op & 0x001f) >>0); \ |
| 83 | |
| 84 | #define COMMON16_GET_u8 \ |
| 85 | u = ((op & 0x00ff) >>0); \ |
| 86 | |
| 87 | #define COMMON16_GET_u7 \ |
| 88 | u = ((op & 0x007f) >>0); \ |
| 89 | |
| 90 | #define COMMON16_GET_s9 \ |
| 91 | s = ((op & 0x01ff) >>0); \ |
| 92 | |
| 93 | // registers used in 16-bit opcodes hae a limited range |
| 94 | // and can only address registers r0-r3 and r12-r15 |
| 95 | |
| 96 | #define REG_16BIT_RANGE(_reg_) \ |
| 97 | if (_reg_>3) _reg_+= 8; \ |
| 98 | |
| 99 | |
| 100 | #define GET_LIMM_32 \ |
| 101 | limm = (READ16((m_pc + 4) >> 1) << 16); \ |
| 102 | limm |= READ16((m_pc + 6) >> 1); \ |
| 103 | |
| 104 | |
| 105 | |
| 106 | #define PC_ALIGNED32 \ |
| 107 | (m_pc&0xfffffffc) |
| 108 | |
| 109 | |
| 110 | ARCOMPACT_RETTYPE arcompact_device::get_insruction(OPS_32) |
| 111 | { |
| 112 | UINT8 instruction = ARCOMPACT_OPERATION; |
| 113 | |
| 114 | if (instruction < 0x0c) |
| 115 | { |
| 116 | op <<= 16; |
| 117 | op |= READ16((m_pc + 2) >> 1); |
| 118 | |
| 119 | switch (instruction) // 32-bit instructions (with optional extra dword for immediate data) |
| 120 | { |
| 121 | case 0x00: return arcompact_handle00(PARAMS); break; // Bcc |
| 122 | case 0x01: return arcompact_handle01(PARAMS); break; // BLcc/BRcc |
| 123 | case 0x02: return arcompact_handle02(PARAMS); break; // LD r+o |
| 124 | case 0x03: return arcompact_handle03(PARAMS); break; // ST r+o |
| 125 | case 0x04: return arcompact_handle04(PARAMS); break; // op a,b,c (basecase) |
| 126 | case 0x05: return arcompact_handle05(PARAMS); break; // op a,b,c (05 ARC ext) |
| 127 | case 0x06: return arcompact_handle06(PARAMS); break; // op a,b,c (06 ARC ext) |
| 128 | case 0x07: return arcompact_handle07(PARAMS); break; // op a,b,c (07 User ext) |
| 129 | case 0x08: return arcompact_handle08(PARAMS); break; // op a,b,c (08 User ext) |
| 130 | case 0x09: return arcompact_handle09(PARAMS); break; // op a,b,c (09 Market ext) |
| 131 | case 0x0a: return arcompact_handle0a(PARAMS); break; // op a,b,c (0a Market ext) |
| 132 | case 0x0b: return arcompact_handle0b(PARAMS); break; // op a,b,c (0b Market ext) |
| 133 | } |
| 134 | } |
| 135 | else |
| 136 | { |
| 137 | switch (instruction) // 16-bit instructions |
| 138 | { |
| 139 | case 0x0c: return arcompact_handle0c(PARAMS); break; // Load/Add reg-reg |
| 140 | case 0x0d: return arcompact_handle0d(PARAMS); break; // Add/Sub/Shft imm |
| 141 | case 0x0e: return arcompact_handle0e(PARAMS); break; // Mov/Cmp/Add |
| 142 | case 0x0f: return arcompact_handle0f(PARAMS); break; // op_S b,b,c (single 16-bit ops) |
| 143 | case 0x10: return arcompact_handle10(PARAMS); break; // LD_S |
| 144 | case 0x11: return arcompact_handle11(PARAMS); break; // LDB_S |
| 145 | case 0x12: return arcompact_handle12(PARAMS); break; // LDW_S |
| 146 | case 0x13: return arcompact_handle13(PARAMS); break; // LSW_S.X |
| 147 | case 0x14: return arcompact_handle14(PARAMS); break; // ST_S |
| 148 | case 0x15: return arcompact_handle15(PARAMS); break; // STB_S |
| 149 | case 0x16: return arcompact_handle16(PARAMS); break; // STW_S |
| 150 | case 0x17: return arcompact_handle17(PARAMS); break; // Shift/Sub/Bit |
| 151 | case 0x18: return arcompact_handle18(PARAMS); break; // Stack Instr |
| 152 | case 0x19: return arcompact_handle19(PARAMS); break; // GP Instr |
| 153 | case 0x1a: return arcompact_handle1a(PARAMS); break; // PCL Instr |
| 154 | case 0x1b: return arcompact_handle1b(PARAMS); break; // MOV_S |
| 155 | case 0x1c: return arcompact_handle1c(PARAMS); break; // ADD_S/CMP_S |
| 156 | case 0x1d: return arcompact_handle1d(PARAMS); break; // BRcc_S |
| 157 | case 0x1e: return arcompact_handle1e(PARAMS); break; // Bcc_S |
| 158 | case 0x1f: return arcompact_handle1f(PARAMS); break; // BL_S |
| 159 | } |
| 160 | } |
| 161 | |
| 162 | return 0; |
| 163 | } |
| 164 | |
| 165 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle00(OPS_32) |
| 166 | { |
| 167 | UINT8 subinstr = (op & 0x00010000) >> 16; |
| 168 | |
| 169 | switch (subinstr) |
| 170 | { |
| 171 | case 0x00: return arcompact_handle00_00(PARAMS); break; // Branch Conditionally |
| 172 | case 0x01: return arcompact_handle00_01(PARAMS); break; // Branch Unconditionally Far |
| 173 | } |
| 174 | |
| 175 | return 0; |
| 176 | } |
| 177 | |
| 178 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01(OPS_32) |
| 179 | { |
| 180 | UINT8 subinstr = (op & 0x00010000) >> 16; |
| 181 | |
| 182 | switch (subinstr) |
| 183 | { |
| 184 | case 0x00: return arcompact_handle01_00(PARAMS); break; // Branh & Link |
| 185 | case 0x01: return arcompact_handle01_01(PARAMS); break; // Branch on Compare |
| 186 | } |
| 187 | |
| 188 | return 0; |
| 189 | } |
| 190 | |
| 191 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_00(OPS_32) |
| 192 | { |
| 193 | UINT8 subinstr2 = (op & 0x00020000) >> 17; |
| 194 | |
| 195 | switch (subinstr2) |
| 196 | { |
| 197 | case 0x00: return arcompact_handle01_00_00dasm(PARAMS); break; // Branch and Link Conditionally |
| 198 | case 0x01: return arcompact_handle01_00_01dasm(PARAMS); break; // Branch and Link Unconditional Far |
| 199 | } |
| 200 | |
| 201 | return 0; |
| 202 | } |
| 203 | |
| 204 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01(OPS_32) |
| 205 | { |
| 206 | UINT8 subinstr2 = (op & 0x00000010) >> 4; |
| 207 | |
| 208 | switch (subinstr2) |
| 209 | { |
| 210 | case 0x00: return arcompact_handle01_01_00(PARAMS); break; // Branch on Compare Register-Register |
| 211 | case 0x01: return arcompact_handle01_01_01(PARAMS); break; // Branch on Compare/Bit Test Register-Immediate |
| 212 | } |
| 213 | |
| 214 | return 0; |
| 215 | } |
| 216 | |
| 217 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_00(OPS_32) |
| 218 | { |
| 219 | UINT8 subinstr3 = (op & 0x0000000f) >> 0; |
| 220 | |
| 221 | switch (subinstr3) |
| 222 | { |
| 223 | case 0x00: return arcompact_handle01_01_00_00(PARAMS); break; // BREQ (reg-reg) |
| 224 | case 0x01: return arcompact_handle01_01_00_01(PARAMS); break; // BRNE (reg-reg) |
| 225 | case 0x02: return arcompact_handle01_01_00_02(PARAMS); break; // BRLT (reg-reg) |
| 226 | case 0x03: return arcompact_handle01_01_00_03(PARAMS); break; // BRGE (reg-reg) |
| 227 | case 0x04: return arcompact_handle01_01_00_04(PARAMS); break; // BRLO (reg-reg) |
| 228 | case 0x05: return arcompact_handle01_01_00_05(PARAMS); break; // BRHS (reg-reg) |
| 229 | case 0x06: return arcompact_handle01_01_00_06(PARAMS); break; // reserved |
| 230 | case 0x07: return arcompact_handle01_01_00_07(PARAMS); break; // reserved |
| 231 | case 0x08: return arcompact_handle01_01_00_08(PARAMS); break; // reserved |
| 232 | case 0x09: return arcompact_handle01_01_00_09(PARAMS); break; // reserved |
| 233 | case 0x0a: return arcompact_handle01_01_00_0a(PARAMS); break; // reserved |
| 234 | case 0x0b: return arcompact_handle01_01_00_0b(PARAMS); break; // reserved |
| 235 | case 0x0c: return arcompact_handle01_01_00_0c(PARAMS); break; // reserved |
| 236 | case 0x0d: return arcompact_handle01_01_00_0d(PARAMS); break; // reserved |
| 237 | case 0x0e: return arcompact_handle01_01_00_0e(PARAMS); break; // BBIT0 (reg-reg) |
| 238 | case 0x0f: return arcompact_handle01_01_00_0f(PARAMS); break; // BBIT1 (reg-reg) |
| 239 | } |
| 240 | |
| 241 | return 0; |
| 242 | } |
| 243 | |
| 244 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_01(OPS_32) // Branch on Compare/Bit Test Register-Immediate |
| 245 | { |
| 246 | UINT8 subinstr3 = (op & 0x0000000f) >> 0; |
| 247 | |
| 248 | switch (subinstr3) |
| 249 | { |
| 250 | case 0x00: return arcompact_handle01_01_01_00(PARAMS); break; // BREQ (reg-imm) |
| 251 | case 0x01: return arcompact_handle01_01_01_01(PARAMS); break; // BRNE (reg-imm) |
| 252 | case 0x02: return arcompact_handle01_01_01_02(PARAMS); break; // BRLT (reg-imm) |
| 253 | case 0x03: return arcompact_handle01_01_01_03(PARAMS); break; // BRGE (reg-imm) |
| 254 | case 0x04: return arcompact_handle01_01_01_04(PARAMS); break; // BRLO (reg-imm) |
| 255 | case 0x05: return arcompact_handle01_01_01_05(PARAMS); break; // BRHS (reg-imm) |
| 256 | case 0x06: return arcompact_handle01_01_01_06(PARAMS); break; // reserved |
| 257 | case 0x07: return arcompact_handle01_01_01_07(PARAMS); break; // reserved |
| 258 | case 0x08: return arcompact_handle01_01_01_08(PARAMS); break; // reserved |
| 259 | case 0x09: return arcompact_handle01_01_01_09(PARAMS); break; // reserved |
| 260 | case 0x0a: return arcompact_handle01_01_01_0a(PARAMS); break; // reserved |
| 261 | case 0x0b: return arcompact_handle01_01_01_0b(PARAMS); break; // reserved |
| 262 | case 0x0c: return arcompact_handle01_01_01_0c(PARAMS); break; // reserved |
| 263 | case 0x0d: return arcompact_handle01_01_01_0d(PARAMS); break; // reserved |
| 264 | case 0x0e: return arcompact_handle01_01_01_0e(PARAMS); break; // BBIT0 (reg-imm) |
| 265 | case 0x0f: return arcompact_handle01_01_01_0f(PARAMS); break; // BBIT1 (reg-imm) |
| 266 | } |
| 267 | |
| 268 | return 0; |
| 269 | } |
| 270 | |
| 271 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04(OPS_32) |
| 272 | { |
| 273 | UINT8 subinstr = (op & 0x003f0000) >> 16; |
| 274 | |
| 275 | switch (subinstr) |
| 276 | { |
| 277 | case 0x00: return arcompact_handle04_00(PARAMS); break; // ADD |
| 278 | case 0x01: return arcompact_handle04_01(PARAMS); break; // ADC |
| 279 | case 0x02: return arcompact_handle04_02(PARAMS); break; // SUB |
| 280 | case 0x03: return arcompact_handle04_03(PARAMS); break; // SBC |
| 281 | case 0x04: return arcompact_handle04_04(PARAMS); break; // AND |
| 282 | case 0x05: return arcompact_handle04_05(PARAMS); break; // OR |
| 283 | case 0x06: return arcompact_handle04_06(PARAMS); break; // BIC |
| 284 | case 0x07: return arcompact_handle04_07(PARAMS); break; // XOR |
| 285 | case 0x08: return arcompact_handle04_08(PARAMS); break; // MAX |
| 286 | case 0x09: return arcompact_handle04_09(PARAMS); break; // MIN |
| 287 | case 0x0a: return arcompact_handle04_0a(PARAMS); break; // MOV |
| 288 | case 0x0b: return arcompact_handle04_0b(PARAMS); break; // TST |
| 289 | case 0x0c: return arcompact_handle04_0c(PARAMS); break; // CMP |
| 290 | case 0x0d: return arcompact_handle04_0d(PARAMS); break; // RCMP |
| 291 | case 0x0e: return arcompact_handle04_0e(PARAMS); break; // RSUB |
| 292 | case 0x0f: return arcompact_handle04_0f(PARAMS); break; // BSET |
| 293 | case 0x10: return arcompact_handle04_10(PARAMS); break; // BCLR |
| 294 | case 0x11: return arcompact_handle04_11(PARAMS); break; // BTST |
| 295 | case 0x12: return arcompact_handle04_12(PARAMS); break; // BXOR |
| 296 | case 0x13: return arcompact_handle04_13(PARAMS); break; // BMSK |
| 297 | case 0x14: return arcompact_handle04_14(PARAMS); break; // ADD1 |
| 298 | case 0x15: return arcompact_handle04_15(PARAMS); break; // ADD2 |
| 299 | case 0x16: return arcompact_handle04_16(PARAMS); break; // ADD3 |
| 300 | case 0x17: return arcompact_handle04_17(PARAMS); break; // SUB1 |
| 301 | case 0x18: return arcompact_handle04_18(PARAMS); break; // SUB2 |
| 302 | case 0x19: return arcompact_handle04_19(PARAMS); break; // SUB3 |
| 303 | case 0x1a: return arcompact_handle04_1a(PARAMS); break; // MPY * |
| 304 | case 0x1b: return arcompact_handle04_1b(PARAMS); break; // MPYH * |
| 305 | case 0x1c: return arcompact_handle04_1c(PARAMS); break; // MPYHU * |
| 306 | case 0x1d: return arcompact_handle04_1d(PARAMS); break; // MPYU * |
| 307 | case 0x1e: return arcompact_handle04_1e(PARAMS); break; // illegal |
| 308 | case 0x1f: return arcompact_handle04_1f(PARAMS); break; // illegal |
| 309 | case 0x20: return arcompact_handle04_20(PARAMS); break; // Jcc |
| 310 | case 0x21: return arcompact_handle04_21(PARAMS); break; // Jcc.D |
| 311 | case 0x22: return arcompact_handle04_22(PARAMS); break; // JLcc |
| 312 | case 0x23: return arcompact_handle04_23(PARAMS); break; // JLcc.D |
| 313 | case 0x24: return arcompact_handle04_24(PARAMS); break; // illegal |
| 314 | case 0x25: return arcompact_handle04_25(PARAMS); break; // illegal |
| 315 | case 0x26: return arcompact_handle04_26(PARAMS); break; // illegal |
| 316 | case 0x27: return arcompact_handle04_27(PARAMS); break; // illegal |
| 317 | case 0x28: return arcompact_handle04_28(PARAMS); break; // LPcc |
| 318 | case 0x29: return arcompact_handle04_29(PARAMS); break; // FLAG |
| 319 | case 0x2a: return arcompact_handle04_2a(PARAMS); break; // LR |
| 320 | case 0x2b: return arcompact_handle04_2b(PARAMS); break; // SR |
| 321 | case 0x2c: return arcompact_handle04_2c(PARAMS); break; // illegal |
| 322 | case 0x2d: return arcompact_handle04_2d(PARAMS); break; // illegal |
| 323 | case 0x2e: return arcompact_handle04_2e(PARAMS); break; // illegal |
| 324 | case 0x2f: return arcompact_handle04_2f(PARAMS); break; // Sub Opcode |
| 325 | case 0x30: return arcompact_handle04_30(PARAMS); break; // LD r-r |
| 326 | case 0x31: return arcompact_handle04_31(PARAMS); break; // LD r-r |
| 327 | case 0x32: return arcompact_handle04_32(PARAMS); break; // LD r-r |
| 328 | case 0x33: return arcompact_handle04_33(PARAMS); break; // LD r-r |
| 329 | case 0x34: return arcompact_handle04_34(PARAMS); break; // LD r-r |
| 330 | case 0x35: return arcompact_handle04_35(PARAMS); break; // LD r-r |
| 331 | case 0x36: return arcompact_handle04_36(PARAMS); break; // LD r-r |
| 332 | case 0x37: return arcompact_handle04_37(PARAMS); break; // LD r-r |
| 333 | case 0x38: return arcompact_handle04_38(PARAMS); break; // illegal |
| 334 | case 0x39: return arcompact_handle04_39(PARAMS); break; // illegal |
| 335 | case 0x3a: return arcompact_handle04_3a(PARAMS); break; // illegal |
| 336 | case 0x3b: return arcompact_handle04_3b(PARAMS); break; // illegal |
| 337 | case 0x3c: return arcompact_handle04_3c(PARAMS); break; // illegal |
| 338 | case 0x3d: return arcompact_handle04_3d(PARAMS); break; // illegal |
| 339 | case 0x3e: return arcompact_handle04_3e(PARAMS); break; // illegal |
| 340 | case 0x3f: return arcompact_handle04_3f(PARAMS); break; // illegal |
| 341 | } |
| 342 | |
| 343 | return 0; |
| 344 | } |
| 345 | |
| 346 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f(OPS_32) |
| 347 | { |
| 348 | UINT8 subinstr2 = (op & 0x0000003f) >> 0; |
| 349 | |
| 350 | switch (subinstr2) |
| 351 | { |
| 352 | case 0x00: return arcompact_handle04_2f_00(PARAMS); break; // ASL |
| 353 | case 0x01: return arcompact_handle04_2f_01(PARAMS); break; // ASR |
| 354 | case 0x02: return arcompact_handle04_2f_02(PARAMS); break; // LSR |
| 355 | case 0x03: return arcompact_handle04_2f_03(PARAMS); break; // ROR |
| 356 | case 0x04: return arcompact_handle04_2f_04(PARAMS); break; // RCC |
| 357 | case 0x05: return arcompact_handle04_2f_05(PARAMS); break; // SEXB |
| 358 | case 0x06: return arcompact_handle04_2f_06(PARAMS); break; // SEXW |
| 359 | case 0x07: return arcompact_handle04_2f_07(PARAMS); break; // EXTB |
| 360 | case 0x08: return arcompact_handle04_2f_08(PARAMS); break; // EXTW |
| 361 | case 0x09: return arcompact_handle04_2f_09(PARAMS); break; // ABS |
| 362 | case 0x0a: return arcompact_handle04_2f_0a(PARAMS); break; // NOT |
| 363 | case 0x0b: return arcompact_handle04_2f_0b(PARAMS); break; // RLC |
| 364 | case 0x0c: return arcompact_handle04_2f_0c(PARAMS); break; // EX |
| 365 | case 0x0d: return arcompact_handle04_2f_0d(PARAMS); break; // illegal |
| 366 | case 0x0e: return arcompact_handle04_2f_0e(PARAMS); break; // illegal |
| 367 | case 0x0f: return arcompact_handle04_2f_0f(PARAMS); break; // illegal |
| 368 | case 0x10: return arcompact_handle04_2f_10(PARAMS); break; // illegal |
| 369 | case 0x11: return arcompact_handle04_2f_11(PARAMS); break; // illegal |
| 370 | case 0x12: return arcompact_handle04_2f_12(PARAMS); break; // illegal |
| 371 | case 0x13: return arcompact_handle04_2f_13(PARAMS); break; // illegal |
| 372 | case 0x14: return arcompact_handle04_2f_14(PARAMS); break; // illegal |
| 373 | case 0x15: return arcompact_handle04_2f_15(PARAMS); break; // illegal |
| 374 | case 0x16: return arcompact_handle04_2f_16(PARAMS); break; // illegal |
| 375 | case 0x17: return arcompact_handle04_2f_17(PARAMS); break; // illegal |
| 376 | case 0x18: return arcompact_handle04_2f_18(PARAMS); break; // illegal |
| 377 | case 0x19: return arcompact_handle04_2f_19(PARAMS); break; // illegal |
| 378 | case 0x1a: return arcompact_handle04_2f_1a(PARAMS); break; // illegal |
| 379 | case 0x1b: return arcompact_handle04_2f_1b(PARAMS); break; // illegal |
| 380 | case 0x1c: return arcompact_handle04_2f_1c(PARAMS); break; // illegal |
| 381 | case 0x1d: return arcompact_handle04_2f_1d(PARAMS); break; // illegal |
| 382 | case 0x1e: return arcompact_handle04_2f_1e(PARAMS); break; // illegal |
| 383 | case 0x1f: return arcompact_handle04_2f_1f(PARAMS); break; // illegal |
| 384 | case 0x20: return arcompact_handle04_2f_20(PARAMS); break; // illegal |
| 385 | case 0x21: return arcompact_handle04_2f_21(PARAMS); break; // illegal |
| 386 | case 0x22: return arcompact_handle04_2f_22(PARAMS); break; // illegal |
| 387 | case 0x23: return arcompact_handle04_2f_23(PARAMS); break; // illegal |
| 388 | case 0x24: return arcompact_handle04_2f_24(PARAMS); break; // illegal |
| 389 | case 0x25: return arcompact_handle04_2f_25(PARAMS); break; // illegal |
| 390 | case 0x26: return arcompact_handle04_2f_26(PARAMS); break; // illegal |
| 391 | case 0x27: return arcompact_handle04_2f_27(PARAMS); break; // illegal |
| 392 | case 0x28: return arcompact_handle04_2f_28(PARAMS); break; // illegal |
| 393 | case 0x29: return arcompact_handle04_2f_29(PARAMS); break; // illegal |
| 394 | case 0x2a: return arcompact_handle04_2f_2a(PARAMS); break; // illegal |
| 395 | case 0x2b: return arcompact_handle04_2f_2b(PARAMS); break; // illegal |
| 396 | case 0x2c: return arcompact_handle04_2f_2c(PARAMS); break; // illegal |
| 397 | case 0x2d: return arcompact_handle04_2f_2d(PARAMS); break; // illegal |
| 398 | case 0x2e: return arcompact_handle04_2f_2e(PARAMS); break; // illegal |
| 399 | case 0x2f: return arcompact_handle04_2f_2f(PARAMS); break; // illegal |
| 400 | case 0x30: return arcompact_handle04_2f_30(PARAMS); break; // illegal |
| 401 | case 0x31: return arcompact_handle04_2f_31(PARAMS); break; // illegal |
| 402 | case 0x32: return arcompact_handle04_2f_32(PARAMS); break; // illegal |
| 403 | case 0x33: return arcompact_handle04_2f_33(PARAMS); break; // illegal |
| 404 | case 0x34: return arcompact_handle04_2f_34(PARAMS); break; // illegal |
| 405 | case 0x35: return arcompact_handle04_2f_35(PARAMS); break; // illegal |
| 406 | case 0x36: return arcompact_handle04_2f_36(PARAMS); break; // illegal |
| 407 | case 0x37: return arcompact_handle04_2f_37(PARAMS); break; // illegal |
| 408 | case 0x38: return arcompact_handle04_2f_38(PARAMS); break; // illegal |
| 409 | case 0x39: return arcompact_handle04_2f_39(PARAMS); break; // illegal |
| 410 | case 0x3a: return arcompact_handle04_2f_3a(PARAMS); break; // illegal |
| 411 | case 0x3b: return arcompact_handle04_2f_3b(PARAMS); break; // illegal |
| 412 | case 0x3c: return arcompact_handle04_2f_3c(PARAMS); break; // illegal |
| 413 | case 0x3d: return arcompact_handle04_2f_3d(PARAMS); break; // illegal |
| 414 | case 0x3e: return arcompact_handle04_2f_3e(PARAMS); break; // illegal |
| 415 | case 0x3f: return arcompact_handle04_2f_3f(PARAMS); break; // ZOPs (Zero Operand Opcodes) |
| 416 | } |
| 417 | |
| 418 | return 0; |
| 419 | } |
| 420 | |
| 421 | |
| 422 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f(OPS_32) |
| 423 | { |
| 424 | UINT8 subinstr2 = (op & 0x0000003f) >> 0; |
| 425 | |
| 426 | switch (subinstr2) |
| 427 | { |
| 428 | case 0x00: return arcompact_handle05_2f_00(PARAMS); break; // SWAP |
| 429 | case 0x01: return arcompact_handle05_2f_01(PARAMS); break; // NORM |
| 430 | case 0x02: return arcompact_handle05_2f_02(PARAMS); break; // SAT16 |
| 431 | case 0x03: return arcompact_handle05_2f_03(PARAMS); break; // RND16 |
| 432 | case 0x04: return arcompact_handle05_2f_04(PARAMS); break; // ABSSW |
| 433 | case 0x05: return arcompact_handle05_2f_05(PARAMS); break; // ABSS |
| 434 | case 0x06: return arcompact_handle05_2f_06(PARAMS); break; // NEGSW |
| 435 | case 0x07: return arcompact_handle05_2f_07(PARAMS); break; // NEGS |
| 436 | case 0x08: return arcompact_handle05_2f_08(PARAMS); break; // NORMW |
| 437 | case 0x09: return arcompact_handle05_2f_09(PARAMS); break; // illegal |
| 438 | case 0x0a: return arcompact_handle05_2f_0a(PARAMS); break; // illegal |
| 439 | case 0x0b: return arcompact_handle05_2f_0b(PARAMS); break; // illegal |
| 440 | case 0x0c: return arcompact_handle05_2f_0c(PARAMS); break; // illegal |
| 441 | case 0x0d: return arcompact_handle05_2f_0d(PARAMS); break; // illegal |
| 442 | case 0x0e: return arcompact_handle05_2f_0e(PARAMS); break; // illegal |
| 443 | case 0x0f: return arcompact_handle05_2f_0f(PARAMS); break; // illegal |
| 444 | case 0x10: return arcompact_handle05_2f_10(PARAMS); break; // illegal |
| 445 | case 0x11: return arcompact_handle05_2f_11(PARAMS); break; // illegal |
| 446 | case 0x12: return arcompact_handle05_2f_12(PARAMS); break; // illegal |
| 447 | case 0x13: return arcompact_handle05_2f_13(PARAMS); break; // illegal |
| 448 | case 0x14: return arcompact_handle05_2f_14(PARAMS); break; // illegal |
| 449 | case 0x15: return arcompact_handle05_2f_15(PARAMS); break; // illegal |
| 450 | case 0x16: return arcompact_handle05_2f_16(PARAMS); break; // illegal |
| 451 | case 0x17: return arcompact_handle05_2f_17(PARAMS); break; // illegal |
| 452 | case 0x18: return arcompact_handle05_2f_18(PARAMS); break; // illegal |
| 453 | case 0x19: return arcompact_handle05_2f_19(PARAMS); break; // illegal |
| 454 | case 0x1a: return arcompact_handle05_2f_1a(PARAMS); break; // illegal |
| 455 | case 0x1b: return arcompact_handle05_2f_1b(PARAMS); break; // illegal |
| 456 | case 0x1c: return arcompact_handle05_2f_1c(PARAMS); break; // illegal |
| 457 | case 0x1d: return arcompact_handle05_2f_1d(PARAMS); break; // illegal |
| 458 | case 0x1e: return arcompact_handle05_2f_1e(PARAMS); break; // illegal |
| 459 | case 0x1f: return arcompact_handle05_2f_1f(PARAMS); break; // illegal |
| 460 | case 0x20: return arcompact_handle05_2f_20(PARAMS); break; // illegal |
| 461 | case 0x21: return arcompact_handle05_2f_21(PARAMS); break; // illegal |
| 462 | case 0x22: return arcompact_handle05_2f_22(PARAMS); break; // illegal |
| 463 | case 0x23: return arcompact_handle05_2f_23(PARAMS); break; // illegal |
| 464 | case 0x24: return arcompact_handle05_2f_24(PARAMS); break; // illegal |
| 465 | case 0x25: return arcompact_handle05_2f_25(PARAMS); break; // illegal |
| 466 | case 0x26: return arcompact_handle05_2f_26(PARAMS); break; // illegal |
| 467 | case 0x27: return arcompact_handle05_2f_27(PARAMS); break; // illegal |
| 468 | case 0x28: return arcompact_handle05_2f_28(PARAMS); break; // illegal |
| 469 | case 0x29: return arcompact_handle05_2f_29(PARAMS); break; // illegal |
| 470 | case 0x2a: return arcompact_handle05_2f_2a(PARAMS); break; // illegal |
| 471 | case 0x2b: return arcompact_handle05_2f_2b(PARAMS); break; // illegal |
| 472 | case 0x2c: return arcompact_handle05_2f_2c(PARAMS); break; // illegal |
| 473 | case 0x2d: return arcompact_handle05_2f_2d(PARAMS); break; // illegal |
| 474 | case 0x2e: return arcompact_handle05_2f_2e(PARAMS); break; // illegal |
| 475 | case 0x2f: return arcompact_handle05_2f_2f(PARAMS); break; // illegal |
| 476 | case 0x30: return arcompact_handle05_2f_30(PARAMS); break; // illegal |
| 477 | case 0x31: return arcompact_handle05_2f_31(PARAMS); break; // illegal |
| 478 | case 0x32: return arcompact_handle05_2f_32(PARAMS); break; // illegal |
| 479 | case 0x33: return arcompact_handle05_2f_33(PARAMS); break; // illegal |
| 480 | case 0x34: return arcompact_handle05_2f_34(PARAMS); break; // illegal |
| 481 | case 0x35: return arcompact_handle05_2f_35(PARAMS); break; // illegal |
| 482 | case 0x36: return arcompact_handle05_2f_36(PARAMS); break; // illegal |
| 483 | case 0x37: return arcompact_handle05_2f_37(PARAMS); break; // illegal |
| 484 | case 0x38: return arcompact_handle05_2f_38(PARAMS); break; // illegal |
| 485 | case 0x39: return arcompact_handle05_2f_39(PARAMS); break; // illegal |
| 486 | case 0x3a: return arcompact_handle05_2f_3a(PARAMS); break; // illegal |
| 487 | case 0x3b: return arcompact_handle05_2f_3b(PARAMS); break; // illegal |
| 488 | case 0x3c: return arcompact_handle05_2f_3c(PARAMS); break; // illegal |
| 489 | case 0x3d: return arcompact_handle05_2f_3d(PARAMS); break; // illegal |
| 490 | case 0x3e: return arcompact_handle05_2f_3e(PARAMS); break; // illegal |
| 491 | case 0x3f: return arcompact_handle05_2f_3f(PARAMS); break; // ZOPs (Zero Operand Opcodes) |
| 492 | } |
| 493 | |
| 494 | return 0; |
| 495 | } |
| 496 | |
| 497 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f(OPS_32) |
| 498 | { |
| 499 | UINT8 subinstr3 = (op & 0x07000000) >> 24; |
| 500 | subinstr3 |= ((op & 0x00007000) >> 12) << 3; |
| 501 | |
| 502 | switch (subinstr3) |
| 503 | { |
| 504 | case 0x00: return arcompact_handle04_2f_3f_00(PARAMS); break; // illegal |
| 505 | case 0x01: return arcompact_handle04_2f_3f_01(PARAMS); break; // SLEEP |
| 506 | case 0x02: return arcompact_handle04_2f_3f_02(PARAMS); break; // SWI / TRAP9 |
| 507 | case 0x03: return arcompact_handle04_2f_3f_03(PARAMS); break; // SYNC |
| 508 | case 0x04: return arcompact_handle04_2f_3f_04(PARAMS); break; // RTIE |
| 509 | case 0x05: return arcompact_handle04_2f_3f_05(PARAMS); break; // BRK |
| 510 | case 0x06: return arcompact_handle04_2f_3f_06(PARAMS); break; // illegal |
| 511 | case 0x07: return arcompact_handle04_2f_3f_07(PARAMS); break; // illegal |
| 512 | case 0x08: return arcompact_handle04_2f_3f_08(PARAMS); break; // illegal |
| 513 | case 0x09: return arcompact_handle04_2f_3f_09(PARAMS); break; // illegal |
| 514 | case 0x0a: return arcompact_handle04_2f_3f_0a(PARAMS); break; // illegal |
| 515 | case 0x0b: return arcompact_handle04_2f_3f_0b(PARAMS); break; // illegal |
| 516 | case 0x0c: return arcompact_handle04_2f_3f_0c(PARAMS); break; // illegal |
| 517 | case 0x0d: return arcompact_handle04_2f_3f_0d(PARAMS); break; // illegal |
| 518 | case 0x0e: return arcompact_handle04_2f_3f_0e(PARAMS); break; // illegal |
| 519 | case 0x0f: return arcompact_handle04_2f_3f_0f(PARAMS); break; // illegal |
| 520 | case 0x10: return arcompact_handle04_2f_3f_10(PARAMS); break; // illegal |
| 521 | case 0x11: return arcompact_handle04_2f_3f_11(PARAMS); break; // illegal |
| 522 | case 0x12: return arcompact_handle04_2f_3f_12(PARAMS); break; // illegal |
| 523 | case 0x13: return arcompact_handle04_2f_3f_13(PARAMS); break; // illegal |
| 524 | case 0x14: return arcompact_handle04_2f_3f_14(PARAMS); break; // illegal |
| 525 | case 0x15: return arcompact_handle04_2f_3f_15(PARAMS); break; // illegal |
| 526 | case 0x16: return arcompact_handle04_2f_3f_16(PARAMS); break; // illegal |
| 527 | case 0x17: return arcompact_handle04_2f_3f_17(PARAMS); break; // illegal |
| 528 | case 0x18: return arcompact_handle04_2f_3f_18(PARAMS); break; // illegal |
| 529 | case 0x19: return arcompact_handle04_2f_3f_19(PARAMS); break; // illegal |
| 530 | case 0x1a: return arcompact_handle04_2f_3f_1a(PARAMS); break; // illegal |
| 531 | case 0x1b: return arcompact_handle04_2f_3f_1b(PARAMS); break; // illegal |
| 532 | case 0x1c: return arcompact_handle04_2f_3f_1c(PARAMS); break; // illegal |
| 533 | case 0x1d: return arcompact_handle04_2f_3f_1d(PARAMS); break; // illegal |
| 534 | case 0x1e: return arcompact_handle04_2f_3f_1e(PARAMS); break; // illegal |
| 535 | case 0x1f: return arcompact_handle04_2f_3f_1f(PARAMS); break; // illegal |
| 536 | case 0x20: return arcompact_handle04_2f_3f_20(PARAMS); break; // illegal |
| 537 | case 0x21: return arcompact_handle04_2f_3f_21(PARAMS); break; // illegal |
| 538 | case 0x22: return arcompact_handle04_2f_3f_22(PARAMS); break; // illegal |
| 539 | case 0x23: return arcompact_handle04_2f_3f_23(PARAMS); break; // illegal |
| 540 | case 0x24: return arcompact_handle04_2f_3f_24(PARAMS); break; // illegal |
| 541 | case 0x25: return arcompact_handle04_2f_3f_25(PARAMS); break; // illegal |
| 542 | case 0x26: return arcompact_handle04_2f_3f_26(PARAMS); break; // illegal |
| 543 | case 0x27: return arcompact_handle04_2f_3f_27(PARAMS); break; // illegal |
| 544 | case 0x28: return arcompact_handle04_2f_3f_28(PARAMS); break; // illegal |
| 545 | case 0x29: return arcompact_handle04_2f_3f_29(PARAMS); break; // illegal |
| 546 | case 0x2a: return arcompact_handle04_2f_3f_2a(PARAMS); break; // illegal |
| 547 | case 0x2b: return arcompact_handle04_2f_3f_2b(PARAMS); break; // illegal |
| 548 | case 0x2c: return arcompact_handle04_2f_3f_2c(PARAMS); break; // illegal |
| 549 | case 0x2d: return arcompact_handle04_2f_3f_2d(PARAMS); break; // illegal |
| 550 | case 0x2e: return arcompact_handle04_2f_3f_2e(PARAMS); break; // illegal |
| 551 | case 0x2f: return arcompact_handle04_2f_3f_2f(PARAMS); break; // illegal |
| 552 | case 0x30: return arcompact_handle04_2f_3f_30(PARAMS); break; // illegal |
| 553 | case 0x31: return arcompact_handle04_2f_3f_31(PARAMS); break; // illegal |
| 554 | case 0x32: return arcompact_handle04_2f_3f_32(PARAMS); break; // illegal |
| 555 | case 0x33: return arcompact_handle04_2f_3f_33(PARAMS); break; // illegal |
| 556 | case 0x34: return arcompact_handle04_2f_3f_34(PARAMS); break; // illegal |
| 557 | case 0x35: return arcompact_handle04_2f_3f_35(PARAMS); break; // illegal |
| 558 | case 0x36: return arcompact_handle04_2f_3f_36(PARAMS); break; // illegal |
| 559 | case 0x37: return arcompact_handle04_2f_3f_37(PARAMS); break; // illegal |
| 560 | case 0x38: return arcompact_handle04_2f_3f_38(PARAMS); break; // illegal |
| 561 | case 0x39: return arcompact_handle04_2f_3f_39(PARAMS); break; // illegal |
| 562 | case 0x3a: return arcompact_handle04_2f_3f_3a(PARAMS); break; // illegal |
| 563 | case 0x3b: return arcompact_handle04_2f_3f_3b(PARAMS); break; // illegal |
| 564 | case 0x3c: return arcompact_handle04_2f_3f_3c(PARAMS); break; // illegal |
| 565 | case 0x3d: return arcompact_handle04_2f_3f_3d(PARAMS); break; // illegal |
| 566 | case 0x3e: return arcompact_handle04_2f_3f_3e(PARAMS); break; // illegal |
| 567 | case 0x3f: return arcompact_handle04_2f_3f_3f(PARAMS); break; // illegal |
| 568 | } |
| 569 | |
| 570 | return 0; |
| 571 | } |
| 572 | |
| 573 | |
| 574 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f(OPS_32) // useless ZOP group, no actual opcodes |
| 575 | { |
| 576 | UINT8 subinstr3 = (op & 0x07000000) >> 24; |
| 577 | subinstr3 |= ((op & 0x00007000) >> 12) << 3; |
| 578 | |
| 579 | switch (subinstr3) |
| 580 | { |
| 581 | case 0x00: return arcompact_handle05_2f_3f_00(PARAMS); break; // illegal |
| 582 | case 0x01: return arcompact_handle05_2f_3f_01(PARAMS); break; // illegal |
| 583 | case 0x02: return arcompact_handle05_2f_3f_02(PARAMS); break; // illegal |
| 584 | case 0x03: return arcompact_handle05_2f_3f_03(PARAMS); break; // illegal |
| 585 | case 0x04: return arcompact_handle05_2f_3f_04(PARAMS); break; // illegal |
| 586 | case 0x05: return arcompact_handle05_2f_3f_05(PARAMS); break; // illegal |
| 587 | case 0x06: return arcompact_handle05_2f_3f_06(PARAMS); break; // illegal |
| 588 | case 0x07: return arcompact_handle05_2f_3f_07(PARAMS); break; // illegal |
| 589 | case 0x08: return arcompact_handle05_2f_3f_08(PARAMS); break; // illegal |
| 590 | case 0x09: return arcompact_handle05_2f_3f_09(PARAMS); break; // illegal |
| 591 | case 0x0a: return arcompact_handle05_2f_3f_0a(PARAMS); break; // illegal |
| 592 | case 0x0b: return arcompact_handle05_2f_3f_0b(PARAMS); break; // illegal |
| 593 | case 0x0c: return arcompact_handle05_2f_3f_0c(PARAMS); break; // illegal |
| 594 | case 0x0d: return arcompact_handle05_2f_3f_0d(PARAMS); break; // illegal |
| 595 | case 0x0e: return arcompact_handle05_2f_3f_0e(PARAMS); break; // illegal |
| 596 | case 0x0f: return arcompact_handle05_2f_3f_0f(PARAMS); break; // illegal |
| 597 | case 0x10: return arcompact_handle05_2f_3f_10(PARAMS); break; // illegal |
| 598 | case 0x11: return arcompact_handle05_2f_3f_11(PARAMS); break; // illegal |
| 599 | case 0x12: return arcompact_handle05_2f_3f_12(PARAMS); break; // illegal |
| 600 | case 0x13: return arcompact_handle05_2f_3f_13(PARAMS); break; // illegal |
| 601 | case 0x14: return arcompact_handle05_2f_3f_14(PARAMS); break; // illegal |
| 602 | case 0x15: return arcompact_handle05_2f_3f_15(PARAMS); break; // illegal |
| 603 | case 0x16: return arcompact_handle05_2f_3f_16(PARAMS); break; // illegal |
| 604 | case 0x17: return arcompact_handle05_2f_3f_17(PARAMS); break; // illegal |
| 605 | case 0x18: return arcompact_handle05_2f_3f_18(PARAMS); break; // illegal |
| 606 | case 0x19: return arcompact_handle05_2f_3f_19(PARAMS); break; // illegal |
| 607 | case 0x1a: return arcompact_handle05_2f_3f_1a(PARAMS); break; // illegal |
| 608 | case 0x1b: return arcompact_handle05_2f_3f_1b(PARAMS); break; // illegal |
| 609 | case 0x1c: return arcompact_handle05_2f_3f_1c(PARAMS); break; // illegal |
| 610 | case 0x1d: return arcompact_handle05_2f_3f_1d(PARAMS); break; // illegal |
| 611 | case 0x1e: return arcompact_handle05_2f_3f_1e(PARAMS); break; // illegal |
| 612 | case 0x1f: return arcompact_handle05_2f_3f_1f(PARAMS); break; // illegal |
| 613 | case 0x20: return arcompact_handle05_2f_3f_20(PARAMS); break; // illegal |
| 614 | case 0x21: return arcompact_handle05_2f_3f_21(PARAMS); break; // illegal |
| 615 | case 0x22: return arcompact_handle05_2f_3f_22(PARAMS); break; // illegal |
| 616 | case 0x23: return arcompact_handle05_2f_3f_23(PARAMS); break; // illegal |
| 617 | case 0x24: return arcompact_handle05_2f_3f_24(PARAMS); break; // illegal |
| 618 | case 0x25: return arcompact_handle05_2f_3f_25(PARAMS); break; // illegal |
| 619 | case 0x26: return arcompact_handle05_2f_3f_26(PARAMS); break; // illegal |
| 620 | case 0x27: return arcompact_handle05_2f_3f_27(PARAMS); break; // illegal |
| 621 | case 0x28: return arcompact_handle05_2f_3f_28(PARAMS); break; // illegal |
| 622 | case 0x29: return arcompact_handle05_2f_3f_29(PARAMS); break; // illegal |
| 623 | case 0x2a: return arcompact_handle05_2f_3f_2a(PARAMS); break; // illegal |
| 624 | case 0x2b: return arcompact_handle05_2f_3f_2b(PARAMS); break; // illegal |
| 625 | case 0x2c: return arcompact_handle05_2f_3f_2c(PARAMS); break; // illegal |
| 626 | case 0x2d: return arcompact_handle05_2f_3f_2d(PARAMS); break; // illegal |
| 627 | case 0x2e: return arcompact_handle05_2f_3f_2e(PARAMS); break; // illegal |
| 628 | case 0x2f: return arcompact_handle05_2f_3f_2f(PARAMS); break; // illegal |
| 629 | case 0x30: return arcompact_handle05_2f_3f_30(PARAMS); break; // illegal |
| 630 | case 0x31: return arcompact_handle05_2f_3f_31(PARAMS); break; // illegal |
| 631 | case 0x32: return arcompact_handle05_2f_3f_32(PARAMS); break; // illegal |
| 632 | case 0x33: return arcompact_handle05_2f_3f_33(PARAMS); break; // illegal |
| 633 | case 0x34: return arcompact_handle05_2f_3f_34(PARAMS); break; // illegal |
| 634 | case 0x35: return arcompact_handle05_2f_3f_35(PARAMS); break; // illegal |
| 635 | case 0x36: return arcompact_handle05_2f_3f_36(PARAMS); break; // illegal |
| 636 | case 0x37: return arcompact_handle05_2f_3f_37(PARAMS); break; // illegal |
| 637 | case 0x38: return arcompact_handle05_2f_3f_38(PARAMS); break; // illegal |
| 638 | case 0x39: return arcompact_handle05_2f_3f_39(PARAMS); break; // illegal |
| 639 | case 0x3a: return arcompact_handle05_2f_3f_3a(PARAMS); break; // illegal |
| 640 | case 0x3b: return arcompact_handle05_2f_3f_3b(PARAMS); break; // illegal |
| 641 | case 0x3c: return arcompact_handle05_2f_3f_3c(PARAMS); break; // illegal |
| 642 | case 0x3d: return arcompact_handle05_2f_3f_3d(PARAMS); break; // illegal |
| 643 | case 0x3e: return arcompact_handle05_2f_3f_3e(PARAMS); break; // illegal |
| 644 | case 0x3f: return arcompact_handle05_2f_3f_3f(PARAMS); break; // illegal |
| 645 | } |
| 646 | |
| 647 | return 0; |
| 648 | } |
| 649 | |
| 650 | |
| 651 | // this is an Extension ALU group, maybe optional on some CPUs? |
| 652 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05(OPS_32) |
| 653 | { |
| 654 | UINT8 subinstr = (op & 0x003f0000) >> 16; |
| 655 | |
| 656 | switch (subinstr) |
| 657 | { |
| 658 | case 0x00: return arcompact_handle05_00(PARAMS); break; // ASL |
| 659 | case 0x01: return arcompact_handle05_01(PARAMS); break; // LSR |
| 660 | case 0x02: return arcompact_handle05_02(PARAMS); break; // ASR |
| 661 | case 0x03: return arcompact_handle05_03(PARAMS); break; // ROR |
| 662 | case 0x04: return arcompact_handle05_04(PARAMS); break; // MUL64 |
| 663 | case 0x05: return arcompact_handle05_05(PARAMS); break; // MULU64 |
| 664 | case 0x06: return arcompact_handle05_06(PARAMS); break; // ADDS |
| 665 | case 0x07: return arcompact_handle05_07(PARAMS); break; // SUBS |
| 666 | case 0x08: return arcompact_handle05_08(PARAMS); break; // DIVAW |
| 667 | case 0x09: return arcompact_handle05_09(PARAMS); break; // illegal |
| 668 | case 0x0a: return arcompact_handle05_0a(PARAMS); break; // ASLS |
| 669 | case 0x0b: return arcompact_handle05_0b(PARAMS); break; // ASRS |
| 670 | case 0x0c: return arcompact_handle05_0c(PARAMS); break; // illegal |
| 671 | case 0x0d: return arcompact_handle05_0d(PARAMS); break; // illegal |
| 672 | case 0x0e: return arcompact_handle05_0e(PARAMS); break; // illegal |
| 673 | case 0x0f: return arcompact_handle05_0f(PARAMS); break; // illegal |
| 674 | case 0x10: return arcompact_handle05_10(PARAMS); break; // illegal |
| 675 | case 0x11: return arcompact_handle05_11(PARAMS); break; // illegal |
| 676 | case 0x12: return arcompact_handle05_12(PARAMS); break; // illegal |
| 677 | case 0x13: return arcompact_handle05_13(PARAMS); break; // illegal |
| 678 | case 0x14: return arcompact_handle05_14(PARAMS); break; // illegal |
| 679 | case 0x15: return arcompact_handle05_15(PARAMS); break; // illegal |
| 680 | case 0x16: return arcompact_handle05_16(PARAMS); break; // illegal |
| 681 | case 0x17: return arcompact_handle05_17(PARAMS); break; // illegal |
| 682 | case 0x18: return arcompact_handle05_18(PARAMS); break; // illegal |
| 683 | case 0x19: return arcompact_handle05_19(PARAMS); break; // illegal |
| 684 | case 0x1a: return arcompact_handle05_1a(PARAMS); break; // illegal |
| 685 | case 0x1b: return arcompact_handle05_1b(PARAMS); break; // illegal |
| 686 | case 0x1c: return arcompact_handle05_1c(PARAMS); break; // illegal |
| 687 | case 0x1d: return arcompact_handle05_1d(PARAMS); break; // illegal |
| 688 | case 0x1e: return arcompact_handle05_1e(PARAMS); break; // illegal |
| 689 | case 0x1f: return arcompact_handle05_1f(PARAMS); break; // illegal |
| 690 | case 0x20: return arcompact_handle05_20(PARAMS); break; // illegal |
| 691 | case 0x21: return arcompact_handle05_21(PARAMS); break; // illegal |
| 692 | case 0x22: return arcompact_handle05_22(PARAMS); break; // illegal |
| 693 | case 0x23: return arcompact_handle05_23(PARAMS); break; // illegal |
| 694 | case 0x24: return arcompact_handle05_24(PARAMS); break; // illegal |
| 695 | case 0x25: return arcompact_handle05_25(PARAMS); break; // illegal |
| 696 | case 0x26: return arcompact_handle05_26(PARAMS); break; // illegal |
| 697 | case 0x27: return arcompact_handle05_27(PARAMS); break; // illegal |
| 698 | case 0x28: return arcompact_handle05_28(PARAMS); break; // ADDSDW |
| 699 | case 0x29: return arcompact_handle05_29(PARAMS); break; // SUBSDW |
| 700 | case 0x2a: return arcompact_handle05_2a(PARAMS); break; // illegal |
| 701 | case 0x2b: return arcompact_handle05_2b(PARAMS); break; // illegal |
| 702 | case 0x2c: return arcompact_handle05_2c(PARAMS); break; // illegal |
| 703 | case 0x2d: return arcompact_handle05_2d(PARAMS); break; // illegal |
| 704 | case 0x2e: return arcompact_handle05_2e(PARAMS); break; // illegal |
| 705 | case 0x2f: return arcompact_handle05_2f(PARAMS); break; // SOPs |
| 706 | case 0x30: return arcompact_handle05_30(PARAMS); break; // illegal |
| 707 | case 0x31: return arcompact_handle05_31(PARAMS); break; // illegal |
| 708 | case 0x32: return arcompact_handle05_32(PARAMS); break; // illegal |
| 709 | case 0x33: return arcompact_handle05_33(PARAMS); break; // illegal |
| 710 | case 0x34: return arcompact_handle05_34(PARAMS); break; // illegal |
| 711 | case 0x35: return arcompact_handle05_35(PARAMS); break; // illegal |
| 712 | case 0x36: return arcompact_handle05_36(PARAMS); break; // illegal |
| 713 | case 0x37: return arcompact_handle05_37(PARAMS); break; // illegal |
| 714 | case 0x38: return arcompact_handle05_38(PARAMS); break; // illegal |
| 715 | case 0x39: return arcompact_handle05_39(PARAMS); break; // illegal |
| 716 | case 0x3a: return arcompact_handle05_3a(PARAMS); break; // illegal |
| 717 | case 0x3b: return arcompact_handle05_3b(PARAMS); break; // illegal |
| 718 | case 0x3c: return arcompact_handle05_3c(PARAMS); break; // illegal |
| 719 | case 0x3d: return arcompact_handle05_3d(PARAMS); break; // illegal |
| 720 | case 0x3e: return arcompact_handle05_3e(PARAMS); break; // illegal |
| 721 | case 0x3f: return arcompact_handle05_3f(PARAMS); break; // illegal |
| 722 | } |
| 723 | |
| 724 | return 0; |
| 725 | } |
| 726 | |
| 727 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0c(OPS_16) |
| 728 | { |
| 729 | UINT8 subinstr = (op & 0x0018) >> 3; |
| 730 | |
| 731 | switch (subinstr) |
| 732 | { |
| 733 | case 0x00: return arcompact_handle0c_00(PARAMS); break; // LD_S |
| 734 | case 0x01: return arcompact_handle0c_01(PARAMS); break; // LDB_S |
| 735 | case 0x02: return arcompact_handle0c_02(PARAMS); break; // LDW_S |
| 736 | case 0x03: return arcompact_handle0c_03(PARAMS); break; // ADD_S |
| 737 | } |
| 738 | |
| 739 | return 0; |
| 740 | } |
| 741 | |
| 742 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0d(OPS_16) |
| 743 | { |
| 744 | UINT8 subinstr = (op & 0x0018) >> 3; |
| 745 | |
| 746 | switch (subinstr) |
| 747 | { |
| 748 | case 0x00: return arcompact_handle0d_00(PARAMS); break; // ADD_S |
| 749 | case 0x01: return arcompact_handle0d_01(PARAMS); break; // SUB_S |
| 750 | case 0x02: return arcompact_handle0d_02(PARAMS); break; // ASL_S |
| 751 | case 0x03: return arcompact_handle0d_03(PARAMS); break; // ASR_S |
| 752 | } |
| 753 | |
| 754 | return 0; |
| 755 | } |
| 756 | |
| 757 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0e(OPS_16) |
| 758 | { |
| 759 | UINT8 subinstr = (op & 0x0018) >> 3; |
| 760 | |
| 761 | switch (subinstr) |
| 762 | { |
| 763 | case 0x00: return arcompact_handle0e_00(PARAMS); break; // ADD_S |
| 764 | case 0x01: return arcompact_handle0e_01(PARAMS); break; // MOV_S |
| 765 | case 0x02: return arcompact_handle0e_02(PARAMS); break; // CMP_S |
| 766 | case 0x03: return arcompact_handle0e_03(PARAMS); break; // MOV_S |
| 767 | } |
| 768 | |
| 769 | return 0; |
| 770 | } |
| 771 | |
| 772 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f(OPS_16) |
| 773 | { |
| 774 | UINT8 subinstr = (op & 0x01f) >> 0; |
| 775 | |
| 776 | switch (subinstr) |
| 777 | { |
| 778 | case 0x00: return arcompact_handle0f_00(PARAMS); break; // SOPs |
| 779 | case 0x01: return arcompact_handle0f_01(PARAMS); break; // 0x01 <illegal> |
| 780 | case 0x02: return arcompact_handle0f_02(PARAMS); break; // SUB_S |
| 781 | case 0x03: return arcompact_handle0f_03(PARAMS); break; // 0x03 <illegal> |
| 782 | case 0x04: return arcompact_handle0f_04(PARAMS); break; // AND_S |
| 783 | case 0x05: return arcompact_handle0f_05(PARAMS); break; // OR_S |
| 784 | case 0x06: return arcompact_handle0f_06(PARAMS); break; // BIC_S |
| 785 | case 0x07: return arcompact_handle0f_07(PARAMS); break; // XOR_S |
| 786 | case 0x08: return arcompact_handle0f_08(PARAMS); break; // 0x08 <illegal> |
| 787 | case 0x09: return arcompact_handle0f_09(PARAMS); break; // 0x09 <illegal> |
| 788 | case 0x0a: return arcompact_handle0f_0a(PARAMS); break; // 0x0a <illegal> |
| 789 | case 0x0b: return arcompact_handle0f_0b(PARAMS); break; // TST_S |
| 790 | case 0x0c: return arcompact_handle0f_0c(PARAMS); break; // MUL64_S |
| 791 | case 0x0d: return arcompact_handle0f_0d(PARAMS); break; // SEXB_S |
| 792 | case 0x0e: return arcompact_handle0f_0e(PARAMS); break; // SEXW_S |
| 793 | case 0x0f: return arcompact_handle0f_0f(PARAMS); break; // EXTB_S |
| 794 | case 0x10: return arcompact_handle0f_10(PARAMS); break; // EXTW_S |
| 795 | case 0x11: return arcompact_handle0f_11(PARAMS); break; // ABS_S |
| 796 | case 0x12: return arcompact_handle0f_12(PARAMS); break; // NOT_S |
| 797 | case 0x13: return arcompact_handle0f_13(PARAMS); break; // NEG_S |
| 798 | case 0x14: return arcompact_handle0f_14(PARAMS); break; // ADD1_S |
| 799 | case 0x15: return arcompact_handle0f_15(PARAMS); break; // ADD2_S |
| 800 | case 0x16: return arcompact_handle0f_16(PARAMS); break; // ADD3_S |
| 801 | case 0x17: return arcompact_handle0f_17(PARAMS); break; // 0x17 <illegal> |
| 802 | case 0x18: return arcompact_handle0f_18(PARAMS); break; // ASL_S (multiple) |
| 803 | case 0x19: return arcompact_handle0f_19(PARAMS); break; // LSR_S (multiple) |
| 804 | case 0x1a: return arcompact_handle0f_1a(PARAMS); break; // ASR_S (multiple) |
| 805 | case 0x1b: return arcompact_handle0f_1b(PARAMS); break; // ASL_S (single) |
| 806 | case 0x1c: return arcompact_handle0f_1c(PARAMS); break; // LSR_S (single) |
| 807 | case 0x1d: return arcompact_handle0f_1d(PARAMS); break; // ASR_S (single) |
| 808 | case 0x1e: return arcompact_handle0f_1e(PARAMS); break; // TRAP (not a5?) |
| 809 | case 0x1f: return arcompact_handle0f_1f(PARAMS); break; // BRK_S ( 0x7fff only? ) |
| 810 | |
| 811 | } |
| 812 | |
| 813 | return 0; |
| 814 | } |
| 815 | |
| 816 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_00(OPS_16) |
| 817 | { |
| 818 | UINT8 subinstr = (op & 0x00e0) >> 5; |
| 819 | |
| 820 | switch (subinstr) |
| 821 | { |
| 822 | case 0x00: return arcompact_handle0f_00_00(PARAMS); break; // J_S |
| 823 | case 0x01: return arcompact_handle0f_00_01(PARAMS); break; // J_S.D |
| 824 | case 0x02: return arcompact_handle0f_00_02(PARAMS); break; // JL_S |
| 825 | case 0x03: return arcompact_handle0f_00_03(PARAMS); break; // JL_S.D |
| 826 | case 0x04: return arcompact_handle0f_00_04(PARAMS); break; // 0x04 <illegal> |
| 827 | case 0x05: return arcompact_handle0f_00_05(PARAMS); break; // 0x05 <illegal> |
| 828 | case 0x06: return arcompact_handle0f_00_06(PARAMS); break; // SUB_S.NE |
| 829 | case 0x07: return arcompact_handle0f_00_07(PARAMS); break; // ZOPs |
| 830 | |
| 831 | } |
| 832 | |
| 833 | return 0; |
| 834 | } |
| 835 | |
| 836 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_00_07(OPS_16) |
| 837 | { |
| 838 | UINT8 subinstr3 = (op & 0x0700) >> 8; |
| 839 | |
| 840 | switch (subinstr3) |
| 841 | { |
| 842 | case 0x00: return arcompact_handle0f_00_07_00(PARAMS); break; // NOP_S |
| 843 | case 0x01: return arcompact_handle0f_00_07_01(PARAMS); break; // UNIMP_S |
| 844 | case 0x02: return arcompact_handle0f_00_07_02(PARAMS); break; // 0x02 <illegal> |
| 845 | case 0x03: return arcompact_handle0f_00_07_03(PARAMS); break; // 0x03 <illegal> |
| 846 | case 0x04: return arcompact_handle0f_00_07_04(PARAMS); break; // JEQ_S [BLINK] |
| 847 | case 0x05: return arcompact_handle0f_00_07_05(PARAMS); break; // JNE_S [BLINK] |
| 848 | case 0x06: return arcompact_handle0f_00_07_06(PARAMS); break; // J_S [BLINK] |
| 849 | case 0x07: return arcompact_handle0f_00_07_07(PARAMS); break; // J_S.D [BLINK] |
| 850 | |
| 851 | } |
| 852 | |
| 853 | return 0; |
| 854 | } |
| 855 | |
| 856 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle17(OPS_16) |
| 857 | { |
| 858 | UINT8 subinstr = (op & 0x00e0) >> 5; |
| 859 | |
| 860 | switch (subinstr) |
| 861 | { |
| 862 | case 0x00: return arcompact_handle17_00(PARAMS); break; // ASL_S |
| 863 | case 0x01: return arcompact_handle17_01(PARAMS); break; // LSR_S |
| 864 | case 0x02: return arcompact_handle17_02(PARAMS); break; // ASR_S |
| 865 | case 0x03: return arcompact_handle17_03(PARAMS); break; // SUB_S |
| 866 | case 0x04: return arcompact_handle17_04(PARAMS); break; // BSET_S |
| 867 | case 0x05: return arcompact_handle17_05(PARAMS); break; // BCLR_S |
| 868 | case 0x06: return arcompact_handle17_06(PARAMS); break; // BMSK_S |
| 869 | case 0x07: return arcompact_handle17_07(PARAMS); break; // BTST_S |
| 870 | } |
| 871 | |
| 872 | return 0; |
| 873 | } |
| 874 | |
| 875 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18(OPS_16) |
| 876 | { |
| 877 | UINT8 subinstr = (op & 0x00e0) >> 5; |
| 878 | |
| 879 | switch (subinstr) |
| 880 | { |
| 881 | case 0x00: return arcompact_handle18_00(PARAMS); break; // LD_S (SP) |
| 882 | case 0x01: return arcompact_handle18_01(PARAMS); break; // LDB_S (SP) |
| 883 | case 0x02: return arcompact_handle18_02(PARAMS); break; // ST_S (SP) |
| 884 | case 0x03: return arcompact_handle18_03(PARAMS); break; // STB_S (SP) |
| 885 | case 0x04: return arcompact_handle18_04(PARAMS); break; // ADD_S (SP) |
| 886 | case 0x05: return arcompact_handle18_05(PARAMS); break; // subtable 18_05 |
| 887 | case 0x06: return arcompact_handle18_06(PARAMS); break; // subtable 18_06 |
| 888 | case 0x07: return arcompact_handle18_07(PARAMS); break; // subtable 18_07 |
| 889 | } |
| 890 | |
| 891 | return 0; |
| 892 | } |
| 893 | |
| 894 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_05(OPS_16) |
| 895 | { |
| 896 | UINT8 subinstr2 = (op & 0x0700) >> 8; |
| 897 | |
| 898 | switch (subinstr2) |
| 899 | { |
| 900 | case 0x00: return arcompact_handle18_05_00(PARAMS); break; // ADD_S (SP) |
| 901 | case 0x01: return arcompact_handle18_05_01(PARAMS); break; // SUB_S (SP) |
| 902 | case 0x02: return arcompact_handle18_05_02(PARAMS); break; // <illegal 0x18_05_02> |
| 903 | case 0x03: return arcompact_handle18_05_03(PARAMS); break; // <illegal 0x18_05_03> |
| 904 | case 0x04: return arcompact_handle18_05_04(PARAMS); break; // <illegal 0x18_05_04> |
| 905 | case 0x05: return arcompact_handle18_05_05(PARAMS); break; // <illegal 0x18_05_05> |
| 906 | case 0x06: return arcompact_handle18_05_06(PARAMS); break; // <illegal 0x18_05_06> |
| 907 | case 0x07: return arcompact_handle18_05_07(PARAMS); break; // <illegal 0x18_05_07> |
| 908 | } |
| 909 | |
| 910 | return 0; |
| 911 | } |
| 912 | |
| 913 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06(OPS_16) |
| 914 | { |
| 915 | UINT8 subinstr2 = (op & 0x001f) >> 0; |
| 916 | |
| 917 | switch (subinstr2) |
| 918 | { |
| 919 | case 0x00: return arcompact_handle18_06_00(PARAMS); break; // <illegal 0x18_06_00> |
| 920 | case 0x01: return arcompact_handle18_06_01(PARAMS); break; // POP_S b |
| 921 | case 0x02: return arcompact_handle18_06_02(PARAMS); break; // <illegal 0x18_06_02> |
| 922 | case 0x03: return arcompact_handle18_06_03(PARAMS); break; // <illegal 0x18_06_03> |
| 923 | case 0x04: return arcompact_handle18_06_04(PARAMS); break; // <illegal 0x18_06_04> |
| 924 | case 0x05: return arcompact_handle18_06_05(PARAMS); break; // <illegal 0x18_06_05> |
| 925 | case 0x06: return arcompact_handle18_06_06(PARAMS); break; // <illegal 0x18_06_06> |
| 926 | case 0x07: return arcompact_handle18_06_07(PARAMS); break; // <illegal 0x18_06_07> |
| 927 | case 0x08: return arcompact_handle18_06_08(PARAMS); break; // <illegal 0x18_06_08> |
| 928 | case 0x09: return arcompact_handle18_06_09(PARAMS); break; // <illegal 0x18_06_09> |
| 929 | case 0x0a: return arcompact_handle18_06_0a(PARAMS); break; // <illegal 0x18_06_0a> |
| 930 | case 0x0b: return arcompact_handle18_06_0b(PARAMS); break; // <illegal 0x18_06_0b> |
| 931 | case 0x0c: return arcompact_handle18_06_0c(PARAMS); break; // <illegal 0x18_06_0c> |
| 932 | case 0x0d: return arcompact_handle18_06_0d(PARAMS); break; // <illegal 0x18_06_0d> |
| 933 | case 0x0e: return arcompact_handle18_06_0e(PARAMS); break; // <illegal 0x18_06_0e> |
| 934 | case 0x0f: return arcompact_handle18_06_0f(PARAMS); break; // <illegal 0x18_06_0f> |
| 935 | case 0x10: return arcompact_handle18_06_10(PARAMS); break; // <illegal 0x18_06_10> |
| 936 | case 0x11: return arcompact_handle18_06_11(PARAMS); break; // POP_S blink |
| 937 | case 0x12: return arcompact_handle18_06_12(PARAMS); break; // <illegal 0x18_06_12> |
| 938 | case 0x13: return arcompact_handle18_06_13(PARAMS); break; // <illegal 0x18_06_13> |
| 939 | case 0x14: return arcompact_handle18_06_14(PARAMS); break; // <illegal 0x18_06_14> |
| 940 | case 0x15: return arcompact_handle18_06_15(PARAMS); break; // <illegal 0x18_06_15> |
| 941 | case 0x16: return arcompact_handle18_06_16(PARAMS); break; // <illegal 0x18_06_16> |
| 942 | case 0x17: return arcompact_handle18_06_17(PARAMS); break; // <illegal 0x18_06_17> |
| 943 | case 0x18: return arcompact_handle18_06_18(PARAMS); break; // <illegal 0x18_06_18> |
| 944 | case 0x19: return arcompact_handle18_06_19(PARAMS); break; // <illegal 0x18_06_19> |
| 945 | case 0x1a: return arcompact_handle18_06_1a(PARAMS); break; // <illegal 0x18_06_1a> |
| 946 | case 0x1b: return arcompact_handle18_06_1b(PARAMS); break; // <illegal 0x18_06_1b> |
| 947 | case 0x1c: return arcompact_handle18_06_1c(PARAMS); break; // <illegal 0x18_06_1c> |
| 948 | case 0x1d: return arcompact_handle18_06_1d(PARAMS); break; // <illegal 0x18_06_1d> |
| 949 | case 0x1e: return arcompact_handle18_06_1e(PARAMS); break; // <illegal 0x18_06_1e> |
| 950 | case 0x1f: return arcompact_handle18_06_1f(PARAMS); break; // <illegal 0x18_06_1f> |
| 951 | } |
| 952 | |
| 953 | return 0; |
| 954 | } |
| 955 | |
| 956 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07(OPS_16) |
| 957 | { |
| 958 | UINT8 subinstr2 = (op & 0x001f) >> 0; |
| 959 | |
| 960 | switch (subinstr2) |
| 961 | { |
| 962 | case 0x00: return arcompact_handle18_07_00(PARAMS); break; // <illegal 0x18_07_00> |
| 963 | case 0x01: return arcompact_handle18_07_01(PARAMS); break; // PUSH_S b |
| 964 | case 0x02: return arcompact_handle18_07_02(PARAMS); break; // <illegal 0x18_07_02> |
| 965 | case 0x03: return arcompact_handle18_07_03(PARAMS); break; // <illegal 0x18_07_03> |
| 966 | case 0x04: return arcompact_handle18_07_04(PARAMS); break; // <illegal 0x18_07_04> |
| 967 | case 0x05: return arcompact_handle18_07_05(PARAMS); break; // <illegal 0x18_07_05> |
| 968 | case 0x06: return arcompact_handle18_07_06(PARAMS); break; // <illegal 0x18_07_06> |
| 969 | case 0x07: return arcompact_handle18_07_07(PARAMS); break; // <illegal 0x18_07_07> |
| 970 | case 0x08: return arcompact_handle18_07_08(PARAMS); break; // <illegal 0x18_07_08> |
| 971 | case 0x09: return arcompact_handle18_07_09(PARAMS); break; // <illegal 0x18_07_09> |
| 972 | case 0x0a: return arcompact_handle18_07_0a(PARAMS); break; // <illegal 0x18_07_0a> |
| 973 | case 0x0b: return arcompact_handle18_07_0b(PARAMS); break; // <illegal 0x18_07_0b> |
| 974 | case 0x0c: return arcompact_handle18_07_0c(PARAMS); break; // <illegal 0x18_07_0c> |
| 975 | case 0x0d: return arcompact_handle18_07_0d(PARAMS); break; // <illegal 0x18_07_0d> |
| 976 | case 0x0e: return arcompact_handle18_07_0e(PARAMS); break; // <illegal 0x18_07_0e> |
| 977 | case 0x0f: return arcompact_handle18_07_0f(PARAMS); break; // <illegal 0x18_07_0f> |
| 978 | case 0x10: return arcompact_handle18_07_10(PARAMS); break; // <illegal 0x18_07_10> |
| 979 | case 0x11: return arcompact_handle18_07_11(PARAMS); break; // PUSH_S blink |
| 980 | case 0x12: return arcompact_handle18_07_12(PARAMS); break; // <illegal 0x18_07_12> |
| 981 | case 0x13: return arcompact_handle18_07_13(PARAMS); break; // <illegal 0x18_07_13> |
| 982 | case 0x14: return arcompact_handle18_07_14(PARAMS); break; // <illegal 0x18_07_14> |
| 983 | case 0x15: return arcompact_handle18_07_15(PARAMS); break; // <illegal 0x18_07_15> |
| 984 | case 0x16: return arcompact_handle18_07_16(PARAMS); break; // <illegal 0x18_07_16> |
| 985 | case 0x17: return arcompact_handle18_07_17(PARAMS); break; // <illegal 0x18_07_17> |
| 986 | case 0x18: return arcompact_handle18_07_18(PARAMS); break; // <illegal 0x18_07_18> |
| 987 | case 0x19: return arcompact_handle18_07_19(PARAMS); break; // <illegal 0x18_07_19> |
| 988 | case 0x1a: return arcompact_handle18_07_1a(PARAMS); break; // <illegal 0x18_07_1a> |
| 989 | case 0x1b: return arcompact_handle18_07_1b(PARAMS); break; // <illegal 0x18_07_1b> |
| 990 | case 0x1c: return arcompact_handle18_07_1c(PARAMS); break; // <illegal 0x18_07_1c> |
| 991 | case 0x1d: return arcompact_handle18_07_1d(PARAMS); break; // <illegal 0x18_07_1d> |
| 992 | case 0x1e: return arcompact_handle18_07_1e(PARAMS); break; // <illegal 0x18_07_1e> |
| 993 | case 0x1f: return arcompact_handle18_07_1f(PARAMS); break; // <illegal 0x18_07_1f> |
| 994 | } |
| 995 | |
| 996 | return 0; |
| 997 | } |
| 998 | |
| 999 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle19(OPS_16) |
| 1000 | { |
| 1001 | UINT8 subinstr = (op & 0x0600) >> 9; |
| 1002 | |
| 1003 | switch (subinstr) |
| 1004 | { |
| 1005 | case 0x00: return arcompact_handle19_00(PARAMS); break; // LD_S (GP) |
| 1006 | case 0x01: return arcompact_handle19_01(PARAMS); break; // LDB_S (GP) |
| 1007 | case 0x02: return arcompact_handle19_02(PARAMS); break; // LDW_S (GP) |
| 1008 | case 0x03: return arcompact_handle19_03(PARAMS); break; // ADD_S (GP) |
| 1009 | } |
| 1010 | |
| 1011 | return 0; |
| 1012 | } |
| 1013 | |
| 1014 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle1c(OPS_16) |
| 1015 | { |
| 1016 | UINT8 subinstr = (op & 0x0080) >> 7; |
| 1017 | |
| 1018 | switch (subinstr) |
| 1019 | { |
| 1020 | case 0x00: return arcompact_handle1c_00(PARAMS); break; // ADD_S |
| 1021 | case 0x01: return arcompact_handle1c_01(PARAMS); break; // CMP_S |
| 1022 | } |
| 1023 | |
| 1024 | return 0; |
| 1025 | } |
| 1026 | |
| 1027 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle1d(OPS_16) |
| 1028 | { |
| 1029 | UINT8 subinstr = (op & 0x0080) >> 7; |
| 1030 | |
| 1031 | switch (subinstr) |
| 1032 | { |
| 1033 | case 0x00: return arcompact_handle1d_00(PARAMS); break; // BREQ_S |
| 1034 | case 0x01: return arcompact_handle1d_01(PARAMS); break; // BRNE_S |
| 1035 | } |
| 1036 | |
| 1037 | return 0; |
| 1038 | } |
| 1039 | |
| 1040 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle1e(OPS_16) |
| 1041 | { |
| 1042 | UINT8 subinstr = (op & 0x0600) >> 9; |
| 1043 | |
| 1044 | switch (subinstr) |
| 1045 | { |
| 1046 | case 0x00: return arcompact_handle1e_00(PARAMS); break; // B_S |
| 1047 | case 0x01: return arcompact_handle1e_01(PARAMS); break; // BEQ_S |
| 1048 | case 0x02: return arcompact_handle1e_02(PARAMS); break; // BNE_S |
| 1049 | case 0x03: return arcompact_handle1e_03(PARAMS); break; // Bcc_S |
| 1050 | } |
| 1051 | |
| 1052 | return 0; |
| 1053 | } |
| 1054 | |
| 1055 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle1e_03(OPS_16) |
| 1056 | { |
| 1057 | UINT8 subinstr2 = (op & 0x01c0) >> 6; |
| 1058 | |
| 1059 | switch (subinstr2) |
| 1060 | { |
| 1061 | case 0x00: return arcompact_handle1e_03_00(PARAMS); break; // BGT_S |
| 1062 | case 0x01: return arcompact_handle1e_03_01(PARAMS); break; // BGE_S |
| 1063 | case 0x02: return arcompact_handle1e_03_02(PARAMS); break; // BLT_S |
| 1064 | case 0x03: return arcompact_handle1e_03_03(PARAMS); break; // BLE_S |
| 1065 | case 0x04: return arcompact_handle1e_03_04(PARAMS); break; // BHI_S |
| 1066 | case 0x05: return arcompact_handle1e_03_05(PARAMS); break; // BHS_S |
| 1067 | case 0x06: return arcompact_handle1e_03_06(PARAMS); break; // BLO_S |
| 1068 | case 0x07: return arcompact_handle1e_03_07(PARAMS); break; // BLS_S |
| 1069 | } |
| 1070 | |
| 1071 | return 0; |
| 1072 | } |
| 1073 | |
| 1074 | // handlers |
| 1075 | |
| 1076 | |
| 1077 | |
| 1078 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle00_00(OPS_32) |
| 1079 | { |
| 1080 | int size = 4; |
| 1081 | // Branch Conditionally |
| 1082 | arcompact_log("unimplemented Bcc %08x", op); |
| 1083 | return m_pc + (size>>0); |
| 1084 | } |
| 1085 | |
| 1086 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle00_01(OPS_32) |
| 1087 | { |
| 1088 | int size = 4; |
| 1089 | // Branch Unconditionally Far |
| 1090 | arcompact_log("unimplemented B %08x", op); |
| 1091 | return m_pc + (size>>0); |
| 1092 | |
| 1093 | } |
| 1094 | |
| 1095 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_00_00dasm(OPS_32) |
| 1096 | { |
| 1097 | int size = 4; |
| 1098 | |
| 1099 | // Branch and Link Conditionally |
| 1100 | arcompact_log("unimplemented BLcc %08x", op); |
| 1101 | return m_pc + (size>>0); |
| 1102 | } |
| 1103 | |
| 1104 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_00_01dasm(OPS_32) |
| 1105 | { |
| 1106 | int size = 4; |
| 1107 | // Branch and Link Unconditionally Far |
| 1108 | // 00001 sssssssss 10 SSSSSSSSSS N R TTTT |
| 1109 | INT32 address = (op & 0x07fc0000) >> 17; |
| 1110 | address |= ((op & 0x0000ffc0) >> 6) << 10; |
| 1111 | address |= ((op & 0x0000000f) >> 0) << 20; |
| 1112 | if (address & 0x800000) address = -0x800000 + (address&0x7fffff); |
| 1113 | int n = (op & 0x00000020) >> 5; op &= ~0x00000020; |
| 1114 | // int res = (op & 0x00000010) >> 4; op &= ~0x00000010; |
| 1115 | |
| 1116 | UINT32 realaddress = PC_ALIGNED32 + (address * 2); |
| 1117 | |
| 1118 | if (n) |
| 1119 | { |
| 1120 | m_delayactive = 1; |
| 1121 | m_delayjump = realaddress; |
| 1122 | m_delaylinks = 1; |
| 1123 | } |
| 1124 | else |
| 1125 | { |
| 1126 | return realaddress; |
| 1127 | } |
| 1128 | |
| 1129 | |
| 1130 | return m_pc + (size>>0); |
| 1131 | } |
| 1132 | |
| 1133 | |
| 1134 | |
| 1135 | ARCOMPACT_RETTYPE arcompact_device::arcompact_01_01_00_helper(OPS_32, const char* optext) |
| 1136 | { |
| 1137 | int size = 4; |
| 1138 | |
| 1139 | // Branch on Compare / Bit Test - Register-Register |
| 1140 | |
| 1141 | int c = (op & 0x00000fc0) >> 6; |
| 1142 | COMMON32_GET_breg; |
| 1143 | //int n = (op & 0x00000020) >> 5; |
| 1144 | |
| 1145 | |
| 1146 | if ((breg != LIMM_REG) && (c != LIMM_REG)) |
| 1147 | { |
| 1148 | |
| 1149 | } |
| 1150 | else |
| 1151 | { |
| 1152 | //UINT32 limm; |
| 1153 | //GET_LIMM_32; |
| 1154 | size = 8; |
| 1155 | } |
| 1156 | |
| 1157 | arcompact_log("unimplemented %s %08x", optext, op); |
| 1158 | return m_pc + (size>>0); |
| 1159 | } |
| 1160 | |
| 1161 | |
| 1162 | // register - register cases |
| 1163 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_00_00(OPS_32) { return arcompact_01_01_00_helper( PARAMS, "BREQ"); } |
| 1164 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_00_01(OPS_32) { return arcompact_01_01_00_helper( PARAMS, "BRNE"); } |
| 1165 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_00_02(OPS_32) { return arcompact_01_01_00_helper( PARAMS, "BRLT"); } |
| 1166 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_00_03(OPS_32) { return arcompact_01_01_00_helper( PARAMS, "BRGE"); } |
| 1167 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_00_04(OPS_32) { return arcompact_01_01_00_helper( PARAMS, "BRLO"); } |
| 1168 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_00_05(OPS_32) { return arcompact_01_01_00_helper( PARAMS, "BRHS"); } |
| 1169 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_00_0e(OPS_32) { return arcompact_01_01_00_helper( PARAMS, "BBIT0");} |
| 1170 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_00_0f(OPS_32) { return arcompact_01_01_00_helper( PARAMS, "BBIT1");} |
| 1171 | |
| 1172 | ARCOMPACT_RETTYPE arcompact_device::arcompact_01_01_01_helper(OPS_32, const char* optext) |
| 1173 | { |
| 1174 | int size = 4; |
| 1175 | arcompact_log("unimplemented %s %08x", optext, op); |
| 1176 | return m_pc + (size>>0); |
| 1177 | } |
| 1178 | |
| 1179 | // register -immediate cases |
| 1180 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_01_00(OPS_32) { return arcompact_01_01_01_helper(PARAMS, "BREQ"); } |
| 1181 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_01_01(OPS_32) { return arcompact_01_01_01_helper(PARAMS, "BRNE"); } |
| 1182 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_01_02(OPS_32) { return arcompact_01_01_01_helper(PARAMS, "BRLT"); } |
| 1183 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_01_03(OPS_32) { return arcompact_01_01_01_helper(PARAMS, "BRGE"); } |
| 1184 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_01_04(OPS_32) { return arcompact_01_01_01_helper(PARAMS, "BRLO"); } |
| 1185 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_01_05(OPS_32) { return arcompact_01_01_01_helper(PARAMS, "BRHS"); } |
| 1186 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_01_0e(OPS_32) { return arcompact_01_01_01_helper(PARAMS, "BBIT0"); } |
| 1187 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_01_0f(OPS_32) { return arcompact_01_01_01_helper(PARAMS, "BBIT1"); } |
| 1188 | |
| 1189 | |
| 1190 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle02(OPS_32) |
| 1191 | { |
| 1192 | int size = 4; |
| 1193 | COMMON32_GET_breg; |
| 1194 | |
| 1195 | //UINT32 limm = 0; |
| 1196 | if (breg == LIMM_REG) |
| 1197 | { |
| 1198 | //GET_LIMM_32; |
| 1199 | size = 8; |
| 1200 | } |
| 1201 | |
| 1202 | arcompact_log("unimplemented LD %08x", op); |
| 1203 | return m_pc + (size>>0); |
| 1204 | |
| 1205 | } |
| 1206 | |
| 1207 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle03(OPS_32) |
| 1208 | { |
| 1209 | int size = 4; |
| 1210 | //UINT32 limm = 0; |
| 1211 | int got_limm = 0; |
| 1212 | |
| 1213 | COMMON32_GET_breg; |
| 1214 | int C = (op & 0x00000fc0) >> 6; |
| 1215 | |
| 1216 | if (breg == LIMM_REG) |
| 1217 | { |
| 1218 | //GET_LIMM_32; |
| 1219 | size = 8; |
| 1220 | got_limm = 1; |
| 1221 | } |
| 1222 | |
| 1223 | if (C == LIMM_REG) |
| 1224 | { |
| 1225 | if (!got_limm) |
| 1226 | { |
| 1227 | //GET_LIMM_32; |
| 1228 | size = 8; |
| 1229 | } |
| 1230 | } |
| 1231 | else |
| 1232 | { |
| 1233 | |
| 1234 | } |
| 1235 | |
| 1236 | arcompact_log("unimplemented ST %08x", op); |
| 1237 | return m_pc + (size>>0); |
| 1238 | |
| 1239 | } |
| 1240 | |
| 1241 | |
| 1242 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_helper(OPS_32, const char* optext, int ignore_dst, int b_reserved) |
| 1243 | { |
| 1244 | int size = 4; |
| 1245 | //UINT32 limm = 0; |
| 1246 | int got_limm = 0; |
| 1247 | |
| 1248 | int p = (op & 0x00c00000) >> 22; |
| 1249 | COMMON32_GET_breg; |
| 1250 | |
| 1251 | if (!b_reserved) |
| 1252 | { |
| 1253 | if (breg == LIMM_REG) |
| 1254 | { |
| 1255 | //GET_LIMM_32; |
| 1256 | size = 8; |
| 1257 | got_limm = 1; |
| 1258 | } |
| 1259 | else |
| 1260 | { |
| 1261 | } |
| 1262 | } |
| 1263 | else |
| 1264 | { |
| 1265 | } |
| 1266 | |
| 1267 | |
| 1268 | if (p == 0) |
| 1269 | { |
| 1270 | int C = (op & 0x00000fc0) >> 6; |
| 1271 | |
| 1272 | if (C == LIMM_REG) |
| 1273 | { |
| 1274 | if (!got_limm) |
| 1275 | { |
| 1276 | //GET_LIMM_32; |
| 1277 | size = 8; |
| 1278 | } |
| 1279 | } |
| 1280 | else |
| 1281 | { |
| 1282 | } |
| 1283 | } |
| 1284 | else if (p == 1) |
| 1285 | { |
| 1286 | } |
| 1287 | else if (p == 2) |
| 1288 | { |
| 1289 | } |
| 1290 | else if (p == 3) |
| 1291 | { |
| 1292 | int M = (op & 0x00000020) >> 5; |
| 1293 | |
| 1294 | if (M == 0) |
| 1295 | { |
| 1296 | int C = (op & 0x00000fc0) >> 6; |
| 1297 | |
| 1298 | if (C == LIMM_REG) |
| 1299 | { |
| 1300 | if (!got_limm) |
| 1301 | { |
| 1302 | //GET_LIMM_32; |
| 1303 | size = 8; |
| 1304 | } |
| 1305 | } |
| 1306 | else |
| 1307 | { |
| 1308 | } |
| 1309 | |
| 1310 | } |
| 1311 | else if (M == 1) |
| 1312 | { |
| 1313 | } |
| 1314 | |
| 1315 | } |
| 1316 | |
| 1317 | arcompact_log("unimplemented %s %08x", optext, op); |
| 1318 | |
| 1319 | return m_pc + (size>>0); |
| 1320 | } |
| 1321 | |
| 1322 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_00(OPS_32) |
| 1323 | { |
| 1324 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x00], /*"ADD"*/ 0,0); |
| 1325 | } |
| 1326 | |
| 1327 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_01(OPS_32) |
| 1328 | { |
| 1329 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x01], /*"ADC"*/ 0,0); |
| 1330 | } |
| 1331 | |
| 1332 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_02(OPS_32) |
| 1333 | { |
| 1334 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x02], /*"SUB"*/ 0,0); |
| 1335 | } |
| 1336 | |
| 1337 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_03(OPS_32) |
| 1338 | { |
| 1339 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x03], /*"SBC"*/ 0,0); |
| 1340 | } |
| 1341 | |
| 1342 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_04(OPS_32) |
| 1343 | { |
| 1344 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x04], /*"AND"*/ 0,0); |
| 1345 | } |
| 1346 | |
| 1347 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_05(OPS_32) |
| 1348 | { |
| 1349 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x05], /*"OR"*/ 0,0); |
| 1350 | } |
| 1351 | |
| 1352 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_06(OPS_32) |
| 1353 | { |
| 1354 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x06], /*"BIC"*/ 0,0); |
| 1355 | } |
| 1356 | |
| 1357 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_07(OPS_32) |
| 1358 | { |
| 1359 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x07], /*"XOR"*/ 0,0); |
| 1360 | } |
| 1361 | |
| 1362 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_08(OPS_32) |
| 1363 | { |
| 1364 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x08], /*"MAX"*/ 0,0); |
| 1365 | } |
| 1366 | |
| 1367 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_09(OPS_32) |
| 1368 | { |
| 1369 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x09], /*"MIN"*/ 0,0); |
| 1370 | } |
| 1371 | |
| 1372 | |
| 1373 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_0a(OPS_32) |
| 1374 | { |
| 1375 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x0a], /*"MOV"*/ 1,0); |
| 1376 | } |
| 1377 | |
| 1378 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_0b(OPS_32) |
| 1379 | { |
| 1380 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x0b], /*"TST"*/ 1,0); |
| 1381 | } |
| 1382 | |
| 1383 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_0c(OPS_32) |
| 1384 | { |
| 1385 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x0c], /*"CMP"*/ 1,0); |
| 1386 | } |
| 1387 | |
| 1388 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_0d(OPS_32) |
| 1389 | { |
| 1390 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x0d], /*"RCMP"*/ 1,0); |
| 1391 | } |
| 1392 | |
| 1393 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_0e(OPS_32) |
| 1394 | { |
| 1395 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x0e], /*"RSUB"*/ 0,0); |
| 1396 | } |
| 1397 | |
| 1398 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_0f(OPS_32) |
| 1399 | { |
| 1400 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x0f], /*"BSET"*/ 0,0); |
| 1401 | } |
| 1402 | |
| 1403 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_10(OPS_32) |
| 1404 | { |
| 1405 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x10], /*"BCLR"*/ 0,0); |
| 1406 | } |
| 1407 | |
| 1408 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_11(OPS_32) |
| 1409 | { |
| 1410 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x11], /*"BTST"*/ 0,0); |
| 1411 | } |
| 1412 | |
| 1413 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_12(OPS_32) |
| 1414 | { |
| 1415 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x12], /*"BXOR"*/ 0,0); |
| 1416 | } |
| 1417 | |
| 1418 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_13(OPS_32) |
| 1419 | { |
| 1420 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x13], /*"BMSK"*/ 0,0); |
| 1421 | } |
| 1422 | |
| 1423 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_14(OPS_32) |
| 1424 | { |
| 1425 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x14], /*"ADD1"*/ 0,0); |
| 1426 | } |
| 1427 | |
| 1428 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_15(OPS_32) |
| 1429 | { |
| 1430 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x15], /*"ADD2"*/ 0,0); |
| 1431 | } |
| 1432 | |
| 1433 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_16(OPS_32) |
| 1434 | { |
| 1435 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x16], /*"ADD3"*/ 0,0); |
| 1436 | } |
| 1437 | |
| 1438 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_17(OPS_32) |
| 1439 | { |
| 1440 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x17], /*"SUB1"*/ 0,0); |
| 1441 | } |
| 1442 | |
| 1443 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_18(OPS_32) |
| 1444 | { |
| 1445 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x18], /*"SUB2"*/ 0,0); |
| 1446 | } |
| 1447 | |
| 1448 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_19(OPS_32) |
| 1449 | { |
| 1450 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x19], /*"SUB3"*/ 0,0); |
| 1451 | } |
| 1452 | |
| 1453 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_1a(OPS_32) |
| 1454 | { |
| 1455 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x1a], /*"MPY"*/ 0,0); |
| 1456 | } // * |
| 1457 | |
| 1458 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_1b(OPS_32) |
| 1459 | { |
| 1460 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x1b], /*"MPYH"*/ 0,0); |
| 1461 | } // * |
| 1462 | |
| 1463 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_1c(OPS_32) |
| 1464 | { |
| 1465 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x1c], /*"MPYHU"*/ 0,0); |
| 1466 | } // * |
| 1467 | |
| 1468 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_1d(OPS_32) |
| 1469 | { |
| 1470 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x1d], /*"MPYU"*/ 0,0); |
| 1471 | } // * |
| 1472 | |
| 1473 | |
| 1474 | // arcompact_handle04_helper format |
| 1475 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_20(OPS_32) |
| 1476 | { |
| 1477 | int size = 4; |
| 1478 | UINT32 limm = 0; |
| 1479 | int got_limm = 0; |
| 1480 | |
| 1481 | int p = (op & 0x00c00000) >> 22; |
| 1482 | |
| 1483 | if (p == 0) |
| 1484 | { |
| 1485 | int C = (op & 0x00000fc0) >> 6; |
| 1486 | |
| 1487 | if (C == LIMM_REG) |
| 1488 | { |
| 1489 | if (!got_limm) |
| 1490 | { |
| 1491 | GET_LIMM_32; |
| 1492 | size = 8; |
| 1493 | } |
| 1494 | |
| 1495 | return limm; |
| 1496 | } |
| 1497 | else |
| 1498 | { |
| 1499 | arcompact_log("unimplemented J %08x", op); |
| 1500 | } |
| 1501 | } |
| 1502 | else if (p == 1) |
| 1503 | { |
| 1504 | arcompact_log("unimplemented J %08x", op); |
| 1505 | } |
| 1506 | else if (p == 2) |
| 1507 | { |
| 1508 | arcompact_log("unimplemented J %08x", op); |
| 1509 | } |
| 1510 | else if (p == 3) |
| 1511 | { |
| 1512 | int M = (op & 0x00000020) >> 5; |
| 1513 | |
| 1514 | if (M == 0) |
| 1515 | { |
| 1516 | int C = (op & 0x00000fc0) >> 6; |
| 1517 | |
| 1518 | if (C == LIMM_REG) |
| 1519 | { |
| 1520 | if (!got_limm) |
| 1521 | { |
| 1522 | //GET_LIMM_32; |
| 1523 | size = 8; |
| 1524 | } |
| 1525 | |
| 1526 | arcompact_log("unimplemented J %08x", op); |
| 1527 | } |
| 1528 | else |
| 1529 | { |
| 1530 | arcompact_log("unimplemented J %08x", op); |
| 1531 | } |
| 1532 | |
| 1533 | } |
| 1534 | else if (M == 1) |
| 1535 | { |
| 1536 | arcompact_log("unimplemented J %08x", op); |
| 1537 | } |
| 1538 | |
| 1539 | } |
| 1540 | |
| 1541 | |
| 1542 | return m_pc + (size>>0);} |
| 1543 | |
| 1544 | |
| 1545 | |
| 1546 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_21(OPS_32) |
| 1547 | { |
| 1548 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x21], /*"J.D"*/ 1,1); |
| 1549 | } |
| 1550 | |
| 1551 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_22(OPS_32) |
| 1552 | { |
| 1553 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x22], /*"JL"*/ 1,1); |
| 1554 | } |
| 1555 | |
| 1556 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_23(OPS_32) |
| 1557 | { |
| 1558 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x23], /*"JL.D"*/ 1,1); |
| 1559 | } |
| 1560 | |
| 1561 | |
| 1562 | |
| 1563 | |
| 1564 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_28(OPS_32) // LPcc (loop setup) |
| 1565 | { |
| 1566 | int size = 4; |
| 1567 | |
| 1568 | int p = (op & 0x00c00000) >> 22; |
| 1569 | |
| 1570 | if (p == 0x00) |
| 1571 | { |
| 1572 | } |
| 1573 | else if (p == 0x01) |
| 1574 | { |
| 1575 | } |
| 1576 | else if (p == 0x02) // Loop unconditional |
| 1577 | { |
| 1578 | } |
| 1579 | else if (p == 0x03) // Loop conditional |
| 1580 | { |
| 1581 | } |
| 1582 | |
| 1583 | arcompact_log("unimplemented LPcc %08x", op); |
| 1584 | return m_pc + (size>>0); |
| 1585 | |
| 1586 | } |
| 1587 | |
| 1588 | |
| 1589 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2a(OPS_32) // Load FROM Auxiliary register TO register |
| 1590 | { |
| 1591 | int size = 4; |
| 1592 | // UINT32 limm = 0; |
| 1593 | int got_limm = 0; |
| 1594 | |
| 1595 | int p = (op & 0x00c00000) >> 22; |
| 1596 | //COMMON32_GET_breg; |
| 1597 | |
| 1598 | if (p == 0) |
| 1599 | { |
| 1600 | |
| 1601 | int C = (op & 0x00000fc0) >> 6; |
| 1602 | |
| 1603 | if (C == LIMM_REG) |
| 1604 | { |
| 1605 | if (!got_limm) |
| 1606 | { |
| 1607 | //GET_LIMM_32; |
| 1608 | size = 8; |
| 1609 | } |
| 1610 | |
| 1611 | } |
| 1612 | else |
| 1613 | { |
| 1614 | } |
| 1615 | } |
| 1616 | else if (p == 1) |
| 1617 | { |
| 1618 | } |
| 1619 | else if (p == 2) |
| 1620 | { |
| 1621 | } |
| 1622 | else if (p == 3) |
| 1623 | { |
| 1624 | } |
| 1625 | |
| 1626 | arcompact_log("unimplemented LR %08x", op); |
| 1627 | return m_pc + (size>>0); |
| 1628 | } |
| 1629 | |
| 1630 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2b(OPS_32) // Store TO Auxiliary register FROM register |
| 1631 | { |
| 1632 | int size = 4; |
| 1633 | // UINT32 limm = 0; |
| 1634 | int got_limm = 0; |
| 1635 | |
| 1636 | int p = (op & 0x00c00000) >> 22; |
| 1637 | COMMON32_GET_breg; |
| 1638 | |
| 1639 | if (breg == LIMM_REG) |
| 1640 | { |
| 1641 | //GET_LIMM_32; |
| 1642 | size = 8; |
| 1643 | got_limm = 1; |
| 1644 | |
| 1645 | } |
| 1646 | else |
| 1647 | { |
| 1648 | } |
| 1649 | |
| 1650 | if (p == 0) |
| 1651 | { |
| 1652 | |
| 1653 | int C = (op & 0x00000fc0) >> 6; |
| 1654 | |
| 1655 | if (C == LIMM_REG) |
| 1656 | { |
| 1657 | if (!got_limm) |
| 1658 | { |
| 1659 | //GET_LIMM_32; |
| 1660 | size = 8; |
| 1661 | } |
| 1662 | } |
| 1663 | else |
| 1664 | { |
| 1665 | } |
| 1666 | } |
| 1667 | else if (p == 1) |
| 1668 | { |
| 1669 | } |
| 1670 | else if (p == 2) |
| 1671 | { |
| 1672 | } |
| 1673 | else if (p == 3) |
| 1674 | { |
| 1675 | } |
| 1676 | |
| 1677 | arcompact_log("unimplemented ST %08x", op); |
| 1678 | return m_pc + (size>>0); |
| 1679 | } |
| 1680 | |
| 1681 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_29(OPS_32) |
| 1682 | { |
| 1683 | // leapster bios uses formats for FLAG that are not defined, bug I guess work anyway (P modes 0 / 1) |
| 1684 | return arcompact_handle04_helper(PARAMS, opcodes_04[0x29], /*"FLAG"*/ 1,1); |
| 1685 | } |
| 1686 | |
| 1687 | |
| 1688 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_helper(OPS_32, const char* optext) |
| 1689 | { |
| 1690 | int size = 4; |
| 1691 | |
| 1692 | int p = (op & 0x00c00000) >> 22; |
| 1693 | //COMMON32_GET_breg; |
| 1694 | |
| 1695 | if (p == 0) |
| 1696 | { |
| 1697 | int C = (op & 0x00000fc0) >> 6; |
| 1698 | |
| 1699 | if (C == LIMM_REG) |
| 1700 | { |
| 1701 | //UINT32 limm; |
| 1702 | //GET_LIMM_32; |
| 1703 | size = 8; |
| 1704 | } |
| 1705 | else |
| 1706 | { |
| 1707 | } |
| 1708 | } |
| 1709 | else if (p == 1) |
| 1710 | { |
| 1711 | } |
| 1712 | else if (p == 2) |
| 1713 | { |
| 1714 | } |
| 1715 | else if (p == 3) |
| 1716 | { |
| 1717 | } |
| 1718 | |
| 1719 | return m_pc + (size>>0); |
| 1720 | } |
| 1721 | |
| 1722 | |
| 1723 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_00(OPS_32) { return arcompact_handle04_2f_helper(PARAMS, "ASL"); } // ASL |
| 1724 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_01(OPS_32) { return arcompact_handle04_2f_helper(PARAMS, "ASR"); } // ASR |
| 1725 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_02(OPS_32) { return arcompact_handle04_2f_helper(PARAMS, "LSR"); } // LSR |
| 1726 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_03(OPS_32) { return arcompact_handle04_2f_helper(PARAMS, "ROR"); } // ROR |
| 1727 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_04(OPS_32) { return arcompact_handle04_2f_helper(PARAMS, "RCC"); } // RCC |
| 1728 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_05(OPS_32) { return arcompact_handle04_2f_helper(PARAMS, "SEXB"); } // SEXB |
| 1729 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_06(OPS_32) { return arcompact_handle04_2f_helper(PARAMS, "SEXW"); } // SEXW |
| 1730 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_07(OPS_32) { return arcompact_handle04_2f_helper(PARAMS, "EXTB"); } // EXTB |
| 1731 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_08(OPS_32) { return arcompact_handle04_2f_helper(PARAMS, "EXTW"); } // EXTW |
| 1732 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_09(OPS_32) { return arcompact_handle04_2f_helper(PARAMS, "ABS"); } // ABS |
| 1733 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_0a(OPS_32) { return arcompact_handle04_2f_helper(PARAMS, "NOT"); } // NOT |
| 1734 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_0b(OPS_32) { return arcompact_handle04_2f_helper(PARAMS, "RCL"); } // RLC |
| 1735 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_0c(OPS_32) { return arcompact_handle04_2f_helper(PARAMS, "EX"); } // EX |
| 1736 | |
| 1737 | |
| 1738 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_01(OPS_32) { arcompact_log("SLEEP (%08x)", op); return m_pc + (4 >> 0);} |
| 1739 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_02(OPS_32) { arcompact_log("SWI / TRAP0 (%08x)", op); return m_pc + (4 >> 0);} |
| 1740 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_03(OPS_32) { arcompact_log("SYNC (%08x)", op); return m_pc + (4 >> 0);} |
| 1741 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_04(OPS_32) { arcompact_log("RTIE (%08x)", op); return m_pc + (4 >> 0);} |
| 1742 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_05(OPS_32) { arcompact_log("BRK (%08x)", op); return m_pc + (4 >> 0);} |
| 1743 | |
| 1744 | |
| 1745 | |
| 1746 | |
| 1747 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_3x_helper(OPS_32, int dsize, int extend) |
| 1748 | { |
| 1749 | int size = 4; |
| 1750 | //UINT32 limm=0; |
| 1751 | int got_limm = 0; |
| 1752 | |
| 1753 | |
| 1754 | COMMON32_GET_breg; |
| 1755 | int C = (op & 0x00000fc0) >> 6; |
| 1756 | |
| 1757 | |
| 1758 | |
| 1759 | if (breg == LIMM_REG) |
| 1760 | { |
| 1761 | //GET_LIMM_32; |
| 1762 | size = 8; |
| 1763 | got_limm = 1; |
| 1764 | |
| 1765 | } |
| 1766 | else |
| 1767 | { |
| 1768 | } |
| 1769 | |
| 1770 | if (C == LIMM_REG) |
| 1771 | { |
| 1772 | if (!got_limm) |
| 1773 | { |
| 1774 | //GET_LIMM_32; |
| 1775 | size = 8; |
| 1776 | } |
| 1777 | |
| 1778 | } |
| 1779 | else |
| 1780 | { |
| 1781 | } |
| 1782 | |
| 1783 | arcompact_log("unimplemented LD %08x", op); |
| 1784 | return m_pc + (size>>0); |
| 1785 | } |
| 1786 | |
| 1787 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_30(OPS_32) { return arcompact_handle04_3x_helper(PARAMS,0,0); } |
| 1788 | // ZZ value of 0x0 with X of 1 is illegal |
| 1789 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_31(OPS_32) { return arcompact_handle04_3x_helper(PARAMS,0,1); } |
| 1790 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_32(OPS_32) { return arcompact_handle04_3x_helper(PARAMS,1,0); } |
| 1791 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_33(OPS_32) { return arcompact_handle04_3x_helper(PARAMS,1,1); } |
| 1792 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_34(OPS_32) { return arcompact_handle04_3x_helper(PARAMS,2,0); } |
| 1793 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_35(OPS_32) { return arcompact_handle04_3x_helper(PARAMS,2,1); } |
| 1794 | // ZZ value of 0x3 is illegal |
| 1795 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_36(OPS_32) { return arcompact_handle04_3x_helper(PARAMS,3,0); } |
| 1796 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_37(OPS_32) { return arcompact_handle04_3x_helper(PARAMS,3,1); } |
| 1797 | |
| 1798 | |
| 1799 | |
| 1800 | |
| 1801 | |
| 1802 | |
| 1803 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_00(OPS_32) { return arcompact_handle04_helper(PARAMS, "ASL", 0,0); } |
| 1804 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_01(OPS_32) { return arcompact_handle04_helper(PARAMS, "LSR", 0,0); } |
| 1805 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_02(OPS_32) { return arcompact_handle04_helper(PARAMS, "ASR", 0,0); } |
| 1806 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_03(OPS_32) { return arcompact_handle04_helper(PARAMS, "ROR", 0,0); } |
| 1807 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_04(OPS_32) { return arcompact_handle04_helper(PARAMS, "MUL64", 2,0); } // special |
| 1808 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_05(OPS_32) { return arcompact_handle04_helper(PARAMS, "MULU64", 2,0);} // special |
| 1809 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_06(OPS_32) { return arcompact_handle04_helper(PARAMS, "ADDS", 0,0); } |
| 1810 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_07(OPS_32) { return arcompact_handle04_helper(PARAMS, "SUBS", 0,0); } |
| 1811 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_08(OPS_32) { return arcompact_handle04_helper(PARAMS, "DIVAW", 0,0); } |
| 1812 | |
| 1813 | |
| 1814 | |
| 1815 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_0a(OPS_32) { return arcompact_handle04_helper(PARAMS, "ASLS", 0,0); } |
| 1816 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_0b(OPS_32) { return arcompact_handle04_helper(PARAMS, "ASRS", 0,0); } |
| 1817 | |
| 1818 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_28(OPS_32) { return arcompact_handle04_helper(PARAMS, "ADDSDW", 0,0); } |
| 1819 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_29(OPS_32) { return arcompact_handle04_helper(PARAMS, "SUBSDW", 0,0); } |
| 1820 | |
| 1821 | |
| 1822 | |
| 1823 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_0x_helper(OPS_32, const char* optext) |
| 1824 | { |
| 1825 | int size = 4; |
| 1826 | |
| 1827 | int p = (op & 0x00c00000) >> 22; |
| 1828 | //COMMON32_GET_breg; |
| 1829 | |
| 1830 | if (p == 0) |
| 1831 | { |
| 1832 | int C = (op & 0x00000fc0) >> 6; |
| 1833 | |
| 1834 | if (C == LIMM_REG) |
| 1835 | { |
| 1836 | //UINT32 limm; |
| 1837 | //GET_LIMM_32; |
| 1838 | size = 8; |
| 1839 | |
| 1840 | } |
| 1841 | else |
| 1842 | { |
| 1843 | } |
| 1844 | } |
| 1845 | else if (p == 1) |
| 1846 | { |
| 1847 | } |
| 1848 | else if (p == 2) |
| 1849 | { |
| 1850 | } |
| 1851 | else if (p == 3) |
| 1852 | { |
| 1853 | } |
| 1854 | |
| 1855 | arcompact_log("unimplemented %s %08x", optext, op); |
| 1856 | return m_pc + (size>>0); |
| 1857 | } |
| 1858 | |
| 1859 | |
| 1860 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_00(OPS_32) { return arcompact_handle05_2f_0x_helper(PARAMS, "SWAP"); } |
| 1861 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_01(OPS_32) { return arcompact_handle05_2f_0x_helper(PARAMS, "NORM"); } |
| 1862 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_02(OPS_32) { return arcompact_handle05_2f_0x_helper(PARAMS, "SAT16"); } |
| 1863 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_03(OPS_32) { return arcompact_handle05_2f_0x_helper(PARAMS, "RND16"); } |
| 1864 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_04(OPS_32) { return arcompact_handle05_2f_0x_helper(PARAMS, "ABSSW"); } |
| 1865 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_05(OPS_32) { return arcompact_handle05_2f_0x_helper(PARAMS, "ABSS"); } |
| 1866 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_06(OPS_32) { return arcompact_handle05_2f_0x_helper(PARAMS, "NEGSW"); } |
| 1867 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_07(OPS_32) { return arcompact_handle05_2f_0x_helper(PARAMS, "NEGS"); } |
| 1868 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_08(OPS_32) { return arcompact_handle05_2f_0x_helper(PARAMS, "NORMW"); } |
| 1869 | |
| 1870 | |
| 1871 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle06(OPS_32) |
| 1872 | { |
| 1873 | arcompact_log("op a,b,c (06 ARC ext) (%08x)", op ); |
| 1874 | return m_pc + (4 >> 0);; |
| 1875 | } |
| 1876 | |
| 1877 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle07(OPS_32) |
| 1878 | { |
| 1879 | arcompact_log("op a,b,c (07 User ext) (%08x)", op ); |
| 1880 | return m_pc + (4 >> 0);; |
| 1881 | } |
| 1882 | |
| 1883 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle08(OPS_32) |
| 1884 | { |
| 1885 | arcompact_log("op a,b,c (08 User ext) (%08x)", op ); |
| 1886 | return m_pc + (4 >> 0);; |
| 1887 | } |
| 1888 | |
| 1889 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle09(OPS_32) |
| 1890 | { |
| 1891 | arcompact_log("op a,b,c (09 Market ext) (%08x)", op ); |
| 1892 | return m_pc + (4 >> 0);; |
| 1893 | } |
| 1894 | |
| 1895 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0a(OPS_32) |
| 1896 | { |
| 1897 | arcompact_log("op a,b,c (0a Market ext) (%08x)", op ); |
| 1898 | return m_pc + (4 >> 0);; |
| 1899 | } |
| 1900 | |
| 1901 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0b(OPS_32) |
| 1902 | { |
| 1903 | arcompact_log("op a,b,c (0b Market ext) (%08x)", op ); |
| 1904 | return m_pc + (4 >> 0);; |
| 1905 | } |
| 1906 | |
| 1907 | |
| 1908 | |
| 1909 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0c_helper(OPS_16, const char* optext) |
| 1910 | { |
| 1911 | arcompact_log("unimplemented %s %04x", optext, op); |
| 1912 | return m_pc + (2 >> 0);; |
| 1913 | } |
| 1914 | |
| 1915 | |
| 1916 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0c_00(OPS_16) |
| 1917 | { |
| 1918 | return arcompact_handle0c_helper(PARAMS, "LD_S"); |
| 1919 | } |
| 1920 | |
| 1921 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0c_01(OPS_16) |
| 1922 | { |
| 1923 | return arcompact_handle0c_helper(PARAMS, "LDB_S"); |
| 1924 | } |
| 1925 | |
| 1926 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0c_02(OPS_16) |
| 1927 | { |
| 1928 | return arcompact_handle0c_helper(PARAMS, "LDW_S"); |
| 1929 | } |
| 1930 | |
| 1931 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0c_03(OPS_16) |
| 1932 | { |
| 1933 | return arcompact_handle0c_helper(PARAMS, "ADD_S"); |
| 1934 | } |
| 1935 | |
| 1936 | |
| 1937 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0d_helper(OPS_16, const char* optext) |
| 1938 | { |
| 1939 | arcompact_log("unimplemented %s %04x", optext, op); |
| 1940 | return m_pc + (2 >> 0);; |
| 1941 | } |
| 1942 | |
| 1943 | |
| 1944 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0d_00(OPS_16) |
| 1945 | { |
| 1946 | return arcompact_handle0d_helper(PARAMS, "ADD_S"); |
| 1947 | } |
| 1948 | |
| 1949 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0d_01(OPS_16) |
| 1950 | { |
| 1951 | return arcompact_handle0d_helper(PARAMS, "SUB_S"); |
| 1952 | } |
| 1953 | |
| 1954 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0d_02(OPS_16) |
| 1955 | { |
| 1956 | return arcompact_handle0d_helper(PARAMS, "ASL_S"); |
| 1957 | } |
| 1958 | |
| 1959 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0d_03(OPS_16) |
| 1960 | { |
| 1961 | return arcompact_handle0d_helper(PARAMS, "ASR_S"); |
| 1962 | } |
| 1963 | |
| 1964 | |
| 1965 | |
| 1966 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0e_0x_helper(OPS_16, const char* optext, int revop) |
| 1967 | { |
| 1968 | int h;// , breg; |
| 1969 | int size = 2; |
| 1970 | |
| 1971 | GROUP_0e_GET_h; |
| 1972 | |
| 1973 | if (h == LIMM_REG) |
| 1974 | { |
| 1975 | //UINT32 limm; |
| 1976 | //GET_LIMM; |
| 1977 | size = 6; |
| 1978 | } |
| 1979 | else |
| 1980 | { |
| 1981 | |
| 1982 | } |
| 1983 | |
| 1984 | arcompact_log("unimplemented %s %04x", optext, op); |
| 1985 | |
| 1986 | return m_pc+ (size>>0); |
| 1987 | |
| 1988 | } |
| 1989 | |
| 1990 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0e_00(OPS_16) |
| 1991 | { |
| 1992 | return arcompact_handle0e_0x_helper(PARAMS, "ADD_S", 0); |
| 1993 | } |
| 1994 | |
| 1995 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0e_01(OPS_16) |
| 1996 | { |
| 1997 | return arcompact_handle0e_0x_helper(PARAMS, "MOV_S", 0); |
| 1998 | } |
| 1999 | |
| 2000 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0e_02(OPS_16) |
| 2001 | { |
| 2002 | return arcompact_handle0e_0x_helper(PARAMS, "CMP_S", 0); |
| 2003 | } |
| 2004 | |
| 2005 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0e_03(OPS_16) |
| 2006 | { |
| 2007 | return arcompact_handle0e_0x_helper(PARAMS, "MOV_S", 1); |
| 2008 | } |
| 2009 | |
| 2010 | |
| 2011 | |
| 2012 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_00_0x_helper(OPS_16, const char* optext) |
| 2013 | { |
| 2014 | arcompact_log("unimplemented %s %04x", optext, op); |
| 2015 | return m_pc + (2 >> 0);; |
| 2016 | } |
| 2017 | |
| 2018 | |
| 2019 | |
| 2020 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_00_00(OPS_16) { return arcompact_handle0f_00_0x_helper(PARAMS, "J_S"); } |
| 2021 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_00_01(OPS_16) { return arcompact_handle0f_00_0x_helper(PARAMS, "J_S.D"); } |
| 2022 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_00_02(OPS_16) { return arcompact_handle0f_00_0x_helper(PARAMS, "JL_S"); } |
| 2023 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_00_03(OPS_16) { return arcompact_handle0f_00_0x_helper(PARAMS, "JL_S.D"); } |
| 2024 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_00_06(OPS_16) { return arcompact_handle0f_00_0x_helper(PARAMS, "SUB_S.NE"); } |
| 2025 | |
| 2026 | |
| 2027 | |
| 2028 | |
| 2029 | // Zero parameters (ZOP) |
| 2030 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_00_07_00(OPS_16) { arcompact_log("NOP_S"); return m_pc + (2 >> 0);;} |
| 2031 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_00_07_01(OPS_16) { arcompact_log("UNIMP_S"); return m_pc + (2 >> 0);;} // Unimplemented Instruction, same as illegal, but recommended to fill blank space |
| 2032 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_00_07_04(OPS_16) { arcompact_log("JEQ_S [blink]"); return m_pc + (2 >> 0);;} |
| 2033 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_00_07_05(OPS_16) { arcompact_log("JNE_S [blink]"); return m_pc + (2 >> 0);;} |
| 2034 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_00_07_06(OPS_16) { arcompact_log("J_S [blink]"); return m_pc + (2 >> 0);;} |
| 2035 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_00_07_07(OPS_16) { arcompact_log("J_S.D [blink]"); return m_pc + (2 >> 0);;} |
| 2036 | |
| 2037 | |
| 2038 | |
| 2039 | |
| 2040 | |
| 2041 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_0x_helper(OPS_16, const char* optext, int nodst) |
| 2042 | { |
| 2043 | arcompact_log("unimplemented %s %04x", optext, op); |
| 2044 | return m_pc + (2 >> 0);; |
| 2045 | } |
| 2046 | |
| 2047 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_02(OPS_16) { return arcompact_handle0f_0x_helper(PARAMS, "SUB_S",0); } |
| 2048 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_04(OPS_16) { return arcompact_handle0f_0x_helper(PARAMS, "AND_S",0); } |
| 2049 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_05(OPS_16) { return arcompact_handle0f_0x_helper(PARAMS, "OR_S",0); } |
| 2050 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_06(OPS_16) { return arcompact_handle0f_0x_helper(PARAMS, "BIC_S",0); } |
| 2051 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_07(OPS_16) { return arcompact_handle0f_0x_helper(PARAMS, "XOR_S",0); } |
| 2052 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_0b(OPS_16) { return arcompact_handle0f_0x_helper(PARAMS, "TST_S",1); } |
| 2053 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_0c(OPS_16) { return arcompact_handle0f_0x_helper(PARAMS, "MUL64_S",2); } // actual destination is special multiply registers |
| 2054 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_0d(OPS_16) { return arcompact_handle0f_0x_helper(PARAMS, "SEXB_S",0); } |
| 2055 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_0e(OPS_16) { return arcompact_handle0f_0x_helper(PARAMS, "SEXW_S",0); } |
| 2056 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_0f(OPS_16) { return arcompact_handle0f_0x_helper(PARAMS, "EXTB_S",0); } |
| 2057 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_10(OPS_16) { return arcompact_handle0f_0x_helper(PARAMS, "EXTW_S",0); } |
| 2058 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_11(OPS_16) { return arcompact_handle0f_0x_helper(PARAMS, "ABS_S",0); } |
| 2059 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_12(OPS_16) { return arcompact_handle0f_0x_helper(PARAMS, "NOT_S",0); } |
| 2060 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_13(OPS_16) { return arcompact_handle0f_0x_helper(PARAMS, "NEG_S",0); } |
| 2061 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_14(OPS_16) { return arcompact_handle0f_0x_helper(PARAMS, "ADD1_S",0); } |
| 2062 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_15(OPS_16) { return arcompact_handle0f_0x_helper(PARAMS, "ADD2_S",0); } |
| 2063 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_16(OPS_16) { return arcompact_handle0f_0x_helper(PARAMS, "ADD3_S",0); } |
| 2064 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_18(OPS_16) { return arcompact_handle0f_0x_helper(PARAMS, "ASL_S",0); } |
| 2065 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_19(OPS_16) { return arcompact_handle0f_0x_helper(PARAMS, "LSR_S",0); } |
| 2066 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_1a(OPS_16) { return arcompact_handle0f_0x_helper(PARAMS, "ASR_S",0); } |
| 2067 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_1b(OPS_16) { return arcompact_handle0f_0x_helper(PARAMS, "ASL1_S",0); } |
| 2068 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_1c(OPS_16) { return arcompact_handle0f_0x_helper(PARAMS, "ASR1_S",0); } |
| 2069 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_1d(OPS_16) { return arcompact_handle0f_0x_helper(PARAMS, "LSR1_S",0); } |
| 2070 | |
| 2071 | |
| 2072 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_1e(OPS_16) // special |
| 2073 | { |
| 2074 | arcompact_log("unimplemented TRAP_S %04x", op); |
| 2075 | return m_pc + (2 >> 0);; |
| 2076 | } |
| 2077 | |
| 2078 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_1f(OPS_16) // special |
| 2079 | { |
| 2080 | arcompact_log("unimplemented BRK_S %04x", op); |
| 2081 | return m_pc + (2 >> 0);; |
| 2082 | } |
| 2083 | |
| 2084 | |
| 2085 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle_ld_helper(OPS_16, const char* optext, int shift, int swap) |
| 2086 | { |
| 2087 | arcompact_log("unimplemented %s %04x", optext, op); |
| 2088 | return m_pc + (2 >> 0);; |
| 2089 | } |
| 2090 | |
| 2091 | |
| 2092 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle10(OPS_16) |
| 2093 | { |
| 2094 | return arcompact_handle_ld_helper(PARAMS, "LD_S", 2, 0); |
| 2095 | } |
| 2096 | |
| 2097 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle11(OPS_16) |
| 2098 | { |
| 2099 | return arcompact_handle_ld_helper(PARAMS, "LDB_S", 0, 0); |
| 2100 | } |
| 2101 | |
| 2102 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle12(OPS_16) |
| 2103 | { |
| 2104 | return arcompact_handle_ld_helper(PARAMS, "LDW_S", 1, 0); |
| 2105 | } |
| 2106 | |
| 2107 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle13(OPS_16) |
| 2108 | { |
| 2109 | return arcompact_handle_ld_helper(PARAMS, "LDW_S.X", 1, 0); |
| 2110 | } |
| 2111 | |
| 2112 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle14(OPS_16) |
| 2113 | { |
| 2114 | return arcompact_handle_ld_helper(PARAMS, "ST_S", 2, 1); |
| 2115 | } |
| 2116 | |
| 2117 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle15(OPS_16) |
| 2118 | { |
| 2119 | return arcompact_handle_ld_helper(PARAMS, "STB_S", 0, 1); |
| 2120 | } |
| 2121 | |
| 2122 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle16(OPS_16) |
| 2123 | { |
| 2124 | return arcompact_handle_ld_helper(PARAMS, "STW_S", 1, 1); |
| 2125 | } |
| 2126 | |
| 2127 | |
| 2128 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle_l7_0x_helper(OPS_16, const char* optext) |
| 2129 | { |
| 2130 | arcompact_log("unimplemented %s %04x", optext, op); |
| 2131 | return m_pc + (2 >> 0);; |
| 2132 | } |
| 2133 | |
| 2134 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle17_00(OPS_16) |
| 2135 | { |
| 2136 | return arcompact_handle_l7_0x_helper(PARAMS, "ASL_S"); |
| 2137 | } |
| 2138 | |
| 2139 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle17_01(OPS_16) |
| 2140 | { |
| 2141 | return arcompact_handle_l7_0x_helper(PARAMS, "LSR_S"); |
| 2142 | } |
| 2143 | |
| 2144 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle17_02(OPS_16) |
| 2145 | { |
| 2146 | return arcompact_handle_l7_0x_helper(PARAMS, "ASR_S"); |
| 2147 | } |
| 2148 | |
| 2149 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle17_03(OPS_16) |
| 2150 | { |
| 2151 | return arcompact_handle_l7_0x_helper(PARAMS, "SUB_S"); |
| 2152 | } |
| 2153 | |
| 2154 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle17_04(OPS_16) |
| 2155 | { |
| 2156 | return arcompact_handle_l7_0x_helper(PARAMS, "BSET_S"); |
| 2157 | } |
| 2158 | |
| 2159 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle17_05(OPS_16) |
| 2160 | { |
| 2161 | return arcompact_handle_l7_0x_helper(PARAMS, "BCLR_S"); |
| 2162 | } |
| 2163 | |
| 2164 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle17_06(OPS_16) |
| 2165 | { |
| 2166 | return arcompact_handle_l7_0x_helper(PARAMS, "BSMK_S"); |
| 2167 | } |
| 2168 | |
| 2169 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle17_07(OPS_16) |
| 2170 | { |
| 2171 | return arcompact_handle_l7_0x_helper(PARAMS, "BTST_S"); |
| 2172 | } |
| 2173 | |
| 2174 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_0x_helper(OPS_16, const char* optext, int st) |
| 2175 | { |
| 2176 | arcompact_log("unimplemented %s %04x", optext, op); |
| 2177 | return m_pc + (2 >> 0);; |
| 2178 | } |
| 2179 | |
| 2180 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_00(OPS_16) |
| 2181 | { |
| 2182 | return arcompact_handle18_0x_helper(PARAMS, "LD_S", 0); |
| 2183 | } |
| 2184 | |
| 2185 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_01(OPS_16) |
| 2186 | { |
| 2187 | return arcompact_handle18_0x_helper(PARAMS, "LDB_S", 0); |
| 2188 | } |
| 2189 | |
| 2190 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_02(OPS_16) |
| 2191 | { |
| 2192 | return arcompact_handle18_0x_helper(PARAMS, "ST_S", 1); |
| 2193 | } |
| 2194 | |
| 2195 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_03(OPS_16) |
| 2196 | { |
| 2197 | return arcompact_handle18_0x_helper(PARAMS, "STB_S", 1); |
| 2198 | } |
| 2199 | |
| 2200 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_04(OPS_16) |
| 2201 | { |
| 2202 | return arcompact_handle18_0x_helper(PARAMS, "ADD_S", 1); // check format |
| 2203 | } |
| 2204 | |
| 2205 | // op bits remaining for 0x18_05_xx subgroups 0x001f |
| 2206 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_05_00(OPS_16) |
| 2207 | { |
| 2208 | arcompact_log("unimplemented ADD_S SP, SP %04x", op); |
| 2209 | return m_pc + (2 >> 0);; |
| 2210 | } |
| 2211 | |
| 2212 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_05_01(OPS_16) |
| 2213 | { |
| 2214 | arcompact_log("unimplemented SUB_S SP, SP %04x", op); |
| 2215 | return m_pc + (2 >> 0);; |
| 2216 | } |
| 2217 | |
| 2218 | // op bits remaining for 0x18_06_xx subgroups 0x0700 |
| 2219 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_01(OPS_16) |
| 2220 | { |
| 2221 | arcompact_log("unimplemented POP_S %04x", op); |
| 2222 | return m_pc + (2 >> 0);; |
| 2223 | } |
| 2224 | |
| 2225 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_11(OPS_16) |
| 2226 | { |
| 2227 | arcompact_log("unimplemented POP_S [BLINK] %04x", op); |
| 2228 | return m_pc + (2 >> 0);; |
| 2229 | } |
| 2230 | |
| 2231 | // op bits remaining for 0x18_07_xx subgroups 0x0700 |
| 2232 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_01(OPS_16) |
| 2233 | { |
| 2234 | arcompact_log("unimplemented PUSH_S %04x", op); |
| 2235 | return m_pc + (2 >> 0);; |
| 2236 | } |
| 2237 | |
| 2238 | |
| 2239 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_11(OPS_16) |
| 2240 | { |
| 2241 | arcompact_log("unimplemented PUSH_S [BLINK] %04x", op); |
| 2242 | return m_pc + (2 >> 0);; |
| 2243 | } |
| 2244 | |
| 2245 | |
| 2246 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle19_0x_helper(OPS_16, const char* optext, int shift, int format) |
| 2247 | { |
| 2248 | arcompact_log("unimplemented %s %04x", optext, op); |
| 2249 | return m_pc + (2 >> 0);; |
| 2250 | } |
| 2251 | |
| 2252 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle19_00(OPS_16) { return arcompact_handle19_0x_helper(PARAMS, "LD_S", 2, 0); } |
| 2253 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle19_01(OPS_16) { return arcompact_handle19_0x_helper(PARAMS, "LDB_S", 0, 0); } |
| 2254 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle19_02(OPS_16) { return arcompact_handle19_0x_helper(PARAMS, "LDW_S", 1, 0); } |
| 2255 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle19_03(OPS_16) { return arcompact_handle19_0x_helper(PARAMS, "ADD_S", 2, 1); } |
| 2256 | |
| 2257 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle1a(OPS_16) |
| 2258 | { |
| 2259 | arcompact_log("unimplemented MOV_S x, [PCL, x] %04x", op); |
| 2260 | return m_pc + (2 >> 0);; |
| 2261 | } |
| 2262 | |
| 2263 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle1b(OPS_16) |
| 2264 | { |
| 2265 | arcompact_log("unimplemented MOV_S %04x", op); |
| 2266 | return m_pc + (2 >> 0);; |
| 2267 | } |
| 2268 | |
| 2269 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle1c_00(OPS_16) |
| 2270 | { |
| 2271 | arcompact_log("unimplemented ADD_S %04x", op); |
| 2272 | return m_pc + (2 >> 0);; |
| 2273 | } |
| 2274 | |
| 2275 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle1c_01(OPS_16) |
| 2276 | { |
| 2277 | arcompact_log("unimplemented CMP_S %04x", op); |
| 2278 | return m_pc + (2 >> 0);; |
| 2279 | } |
| 2280 | |
| 2281 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle1d_helper(OPS_16, const char* optext) |
| 2282 | { |
| 2283 | arcompact_log("unimplemented %s %04x", optext, op); |
| 2284 | return m_pc + (2 >> 0);; |
| 2285 | } |
| 2286 | |
| 2287 | |
| 2288 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle1d_00(OPS_16) { return arcompact_handle1d_helper(PARAMS,"BREQ_S"); } |
| 2289 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle1d_01(OPS_16) { return arcompact_handle1d_helper(PARAMS,"BRNE_S"); } |
| 2290 | |
| 2291 | |
| 2292 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle1e_0x_helper(OPS_16, const char* optext) |
| 2293 | { |
| 2294 | arcompact_log("unimplemented %s %04x", optext, op); |
| 2295 | return m_pc + (2 >> 0);; |
| 2296 | } |
| 2297 | |
| 2298 | |
| 2299 | |
| 2300 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle1e_00(OPS_16) { return arcompact_handle1e_0x_helper(PARAMS, "BL_S"); } |
| 2301 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle1e_01(OPS_16) { return arcompact_handle1e_0x_helper(PARAMS, "BEQ_S"); } |
| 2302 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle1e_02(OPS_16) { return arcompact_handle1e_0x_helper(PARAMS, "BNE_S"); } |
| 2303 | |
| 2304 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle1e_03_0x_helper(OPS_16, const char* optext) |
| 2305 | { |
| 2306 | arcompact_log("unimplemented %s %04x", optext, op); |
| 2307 | return m_pc + (2 >> 0);; |
| 2308 | } |
| 2309 | |
| 2310 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle1e_03_00(OPS_16) { return arcompact_handle1e_03_0x_helper(PARAMS, "BGT_S"); } |
| 2311 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle1e_03_01(OPS_16) { return arcompact_handle1e_03_0x_helper(PARAMS, "BGE_S"); } |
| 2312 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle1e_03_02(OPS_16) { return arcompact_handle1e_03_0x_helper(PARAMS, "BLT_S"); } |
| 2313 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle1e_03_03(OPS_16) { return arcompact_handle1e_03_0x_helper(PARAMS, "BLE_S"); } |
| 2314 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle1e_03_04(OPS_16) { return arcompact_handle1e_03_0x_helper(PARAMS, "BHI_S"); } |
| 2315 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle1e_03_05(OPS_16) { return arcompact_handle1e_03_0x_helper(PARAMS, "BHS_S"); } |
| 2316 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle1e_03_06(OPS_16) { return arcompact_handle1e_03_0x_helper(PARAMS, "BLO_S"); } |
| 2317 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle1e_03_07(OPS_16) { return arcompact_handle1e_03_0x_helper(PARAMS, "BLS_S"); } |
| 2318 | |
| 2319 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle1f(OPS_16) |
| 2320 | { |
| 2321 | arcompact_log("unimplemented BL_S %04x", op); |
| 2322 | return m_pc + (2 >> 0);; |
| 2323 | } |
| 2324 | |
| 2325 | /************************************************************************************************************************************ |
| 2326 | * * |
| 2327 | * illegal opcode handlers (disassembly) * |
| 2328 | * * |
| 2329 | ************************************************************************************************************************************/ |
| 2330 | |
| 2331 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_00_06(OPS_32) { arcompact_fatal("<illegal 01_01_00_06> (%08x)", op); return m_pc + (4 >> 0); } |
| 2332 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_00_07(OPS_32) { arcompact_fatal("<illegal 01_01_00_07> (%08x)", op); return m_pc + (4 >> 0); } |
| 2333 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_00_08(OPS_32) { arcompact_fatal("<illegal 01_01_00_08> (%08x)", op); return m_pc + (4 >> 0); } |
| 2334 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_00_09(OPS_32) { arcompact_fatal("<illegal 01_01_00_09> (%08x)", op); return m_pc + (4 >> 0); } |
| 2335 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_00_0a(OPS_32) { arcompact_fatal("<illegal 01_01_00_0a> (%08x)", op); return m_pc + (4 >> 0); } |
| 2336 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_00_0b(OPS_32) { arcompact_fatal("<illegal 01_01_00_0b> (%08x)", op); return m_pc + (4 >> 0); } |
| 2337 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_00_0c(OPS_32) { arcompact_fatal("<illegal 01_01_00_0c> (%08x)", op); return m_pc + (4 >> 0); } |
| 2338 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_00_0d(OPS_32) { arcompact_fatal("<illegal 01_01_00_0d> (%08x)", op); return m_pc + (4 >> 0); } |
| 2339 | |
| 2340 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_01_06(OPS_32) { arcompact_fatal("<illegal 01_01_01_06> (%08x)", op); return m_pc + (4 >> 0); } |
| 2341 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_01_07(OPS_32) { arcompact_fatal("<illegal 01_01_01_07> (%08x)", op); return m_pc + (4 >> 0); } |
| 2342 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_01_08(OPS_32) { arcompact_fatal("<illegal 01_01_01_08> (%08x)", op); return m_pc + (4 >> 0); } |
| 2343 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_01_09(OPS_32) { arcompact_fatal("<illegal 01_01_01_09> (%08x)", op); return m_pc + (4 >> 0); } |
| 2344 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_01_0a(OPS_32) { arcompact_fatal("<illegal 01_01_01_0a> (%08x)", op); return m_pc + (4 >> 0); } |
| 2345 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_01_0b(OPS_32) { arcompact_fatal("<illegal 01_01_01_0b> (%08x)", op); return m_pc + (4 >> 0); } |
| 2346 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_01_0c(OPS_32) { arcompact_fatal("<illegal 01_01_01_0c> (%08x)", op); return m_pc + (4 >> 0); } |
| 2347 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle01_01_01_0d(OPS_32) { arcompact_fatal("<illegal 01_01_01_0d> (%08x)", op); return m_pc + (4 >> 0); } |
| 2348 | |
| 2349 | |
| 2350 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_1e(OPS_32) { arcompact_fatal("<illegal 0x04_1e> (%08x)", op); return m_pc + (4 >> 0);} |
| 2351 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_1f(OPS_32) { arcompact_fatal("<illegal 0x04_1f> (%08x)", op); return m_pc + (4 >> 0);} |
| 2352 | |
| 2353 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_24(OPS_32) { arcompact_fatal("<illegal 0x04_24> (%08x)", op); return m_pc + (4 >> 0);} |
| 2354 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_25(OPS_32) { arcompact_fatal("<illegal 0x04_25> (%08x)", op); return m_pc + (4 >> 0);} |
| 2355 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_26(OPS_32) { arcompact_fatal("<illegal 0x04_26> (%08x)", op); return m_pc + (4 >> 0);} |
| 2356 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_27(OPS_32) { arcompact_fatal("<illegal 0x04_27> (%08x)", op); return m_pc + (4 >> 0);} |
| 2357 | |
| 2358 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2c(OPS_32) { arcompact_fatal("<illegal 0x04_2c> (%08x)", op); return m_pc + (4 >> 0);} |
| 2359 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2d(OPS_32) { arcompact_fatal("<illegal 0x04_2d> (%08x)", op); return m_pc + (4 >> 0);} |
| 2360 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2e(OPS_32) { arcompact_fatal("<illegal 0x04_2e> (%08x)", op); return m_pc + (4 >> 0);} |
| 2361 | |
| 2362 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_0d(OPS_32) { arcompact_fatal("<illegal 0x04_2f_0d> (%08x)", op); return m_pc + (4 >> 0);} |
| 2363 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_0e(OPS_32) { arcompact_fatal("<illegal 0x04_2f_0e> (%08x)", op); return m_pc + (4 >> 0);} |
| 2364 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_0f(OPS_32) { arcompact_fatal("<illegal 0x04_2f_0f> (%08x)", op); return m_pc + (4 >> 0);} |
| 2365 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_10(OPS_32) { arcompact_fatal("<illegal 0x04_2f_10> (%08x)", op); return m_pc + (4 >> 0);} |
| 2366 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_11(OPS_32) { arcompact_fatal("<illegal 0x04_2f_11> (%08x)", op); return m_pc + (4 >> 0);} |
| 2367 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_12(OPS_32) { arcompact_fatal("<illegal 0x04_2f_12> (%08x)", op); return m_pc + (4 >> 0);} |
| 2368 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_13(OPS_32) { arcompact_fatal("<illegal 0x04_2f_13> (%08x)", op); return m_pc + (4 >> 0);} |
| 2369 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_14(OPS_32) { arcompact_fatal("<illegal 0x04_2f_14> (%08x)", op); return m_pc + (4 >> 0);} |
| 2370 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_15(OPS_32) { arcompact_fatal("<illegal 0x04_2f_15> (%08x)", op); return m_pc + (4 >> 0);} |
| 2371 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_16(OPS_32) { arcompact_fatal("<illegal 0x04_2f_16> (%08x)", op); return m_pc + (4 >> 0);} |
| 2372 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_17(OPS_32) { arcompact_fatal("<illegal 0x04_2f_17> (%08x)", op); return m_pc + (4 >> 0);} |
| 2373 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_18(OPS_32) { arcompact_fatal("<illegal 0x04_2f_18> (%08x)", op); return m_pc + (4 >> 0);} |
| 2374 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_19(OPS_32) { arcompact_fatal("<illegal 0x04_2f_19> (%08x)", op); return m_pc + (4 >> 0);} |
| 2375 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_1a(OPS_32) { arcompact_fatal("<illegal 0x04_2f_1a> (%08x)", op); return m_pc + (4 >> 0);} |
| 2376 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_1b(OPS_32) { arcompact_fatal("<illegal 0x04_2f_1b> (%08x)", op); return m_pc + (4 >> 0);} |
| 2377 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_1c(OPS_32) { arcompact_fatal("<illegal 0x04_2f_1c> (%08x)", op); return m_pc + (4 >> 0);} |
| 2378 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_1d(OPS_32) { arcompact_fatal("<illegal 0x04_2f_1d> (%08x)", op); return m_pc + (4 >> 0);} |
| 2379 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_1e(OPS_32) { arcompact_fatal("<illegal 0x04_2f_1e> (%08x)", op); return m_pc + (4 >> 0);} |
| 2380 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_1f(OPS_32) { arcompact_fatal("<illegal 0x04_2f_1f> (%08x)", op); return m_pc + (4 >> 0);} |
| 2381 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_20(OPS_32) { arcompact_fatal("<illegal 0x04_2f_20> (%08x)", op); return m_pc + (4 >> 0);} |
| 2382 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_21(OPS_32) { arcompact_fatal("<illegal 0x04_2f_21> (%08x)", op); return m_pc + (4 >> 0);} |
| 2383 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_22(OPS_32) { arcompact_fatal("<illegal 0x04_2f_22> (%08x)", op); return m_pc + (4 >> 0);} |
| 2384 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_23(OPS_32) { arcompact_fatal("<illegal 0x04_2f_23> (%08x)", op); return m_pc + (4 >> 0);} |
| 2385 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_24(OPS_32) { arcompact_fatal("<illegal 0x04_2f_24> (%08x)", op); return m_pc + (4 >> 0);} |
| 2386 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_25(OPS_32) { arcompact_fatal("<illegal 0x04_2f_25> (%08x)", op); return m_pc + (4 >> 0);} |
| 2387 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_26(OPS_32) { arcompact_fatal("<illegal 0x04_2f_26> (%08x)", op); return m_pc + (4 >> 0);} |
| 2388 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_27(OPS_32) { arcompact_fatal("<illegal 0x04_2f_27> (%08x)", op); return m_pc + (4 >> 0);} |
| 2389 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_28(OPS_32) { arcompact_fatal("<illegal 0x04_2f_28> (%08x)", op); return m_pc + (4 >> 0);} |
| 2390 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_29(OPS_32) { arcompact_fatal("<illegal 0x04_2f_29> (%08x)", op); return m_pc + (4 >> 0);} |
| 2391 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_2a(OPS_32) { arcompact_fatal("<illegal 0x04_2f_2a> (%08x)", op); return m_pc + (4 >> 0);} |
| 2392 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_2b(OPS_32) { arcompact_fatal("<illegal 0x04_2f_2b> (%08x)", op); return m_pc + (4 >> 0);} |
| 2393 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_2c(OPS_32) { arcompact_fatal("<illegal 0x04_2f_2c> (%08x)", op); return m_pc + (4 >> 0);} |
| 2394 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_2d(OPS_32) { arcompact_fatal("<illegal 0x04_2f_2d> (%08x)", op); return m_pc + (4 >> 0);} |
| 2395 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_2e(OPS_32) { arcompact_fatal("<illegal 0x04_2f_2e> (%08x)", op); return m_pc + (4 >> 0);} |
| 2396 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_2f(OPS_32) { arcompact_fatal("<illegal 0x04_2f_2f> (%08x)", op); return m_pc + (4 >> 0);} |
| 2397 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_30(OPS_32) { arcompact_fatal("<illegal 0x04_2f_30> (%08x)", op); return m_pc + (4 >> 0);} |
| 2398 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_31(OPS_32) { arcompact_fatal("<illegal 0x04_2f_31> (%08x)", op); return m_pc + (4 >> 0);} |
| 2399 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_32(OPS_32) { arcompact_fatal("<illegal 0x04_2f_32> (%08x)", op); return m_pc + (4 >> 0);} |
| 2400 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_33(OPS_32) { arcompact_fatal("<illegal 0x04_2f_33> (%08x)", op); return m_pc + (4 >> 0);} |
| 2401 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_34(OPS_32) { arcompact_fatal("<illegal 0x04_2f_34> (%08x)", op); return m_pc + (4 >> 0);} |
| 2402 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_35(OPS_32) { arcompact_fatal("<illegal 0x04_2f_35> (%08x)", op); return m_pc + (4 >> 0);} |
| 2403 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_36(OPS_32) { arcompact_fatal("<illegal 0x04_2f_36> (%08x)", op); return m_pc + (4 >> 0);} |
| 2404 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_37(OPS_32) { arcompact_fatal("<illegal 0x04_2f_37> (%08x)", op); return m_pc + (4 >> 0);} |
| 2405 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_38(OPS_32) { arcompact_fatal("<illegal 0x04_2f_38> (%08x)", op); return m_pc + (4 >> 0);} |
| 2406 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_39(OPS_32) { arcompact_fatal("<illegal 0x04_2f_39> (%08x)", op); return m_pc + (4 >> 0);} |
| 2407 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3a(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3a> (%08x)", op); return m_pc + (4 >> 0);} |
| 2408 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3b(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3b> (%08x)", op); return m_pc + (4 >> 0);} |
| 2409 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3c(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3c> (%08x)", op); return m_pc + (4 >> 0);} |
| 2410 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3d(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3d> (%08x)", op); return m_pc + (4 >> 0);} |
| 2411 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3e(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3e> (%08x)", op); return m_pc + (4 >> 0);} |
| 2412 | |
| 2413 | |
| 2414 | |
| 2415 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_09(OPS_32) { arcompact_fatal("<illegal 0x05_2f_09> (%08x)", op); return m_pc + (4 >> 0);} |
| 2416 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_0a(OPS_32) { arcompact_fatal("<illegal 0x05_2f_0a> (%08x)", op); return m_pc + (4 >> 0);} |
| 2417 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_0b(OPS_32) { arcompact_fatal("<illegal 0x05_2f_0b> (%08x)", op); return m_pc + (4 >> 0);} |
| 2418 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_0c(OPS_32) { arcompact_fatal("<illegal 0x05_2f_0c> (%08x)", op); return m_pc + (4 >> 0);} |
| 2419 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_0d(OPS_32) { arcompact_fatal("<illegal 0x05_2f_0d> (%08x)", op); return m_pc + (4 >> 0);} |
| 2420 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_0e(OPS_32) { arcompact_fatal("<illegal 0x05_2f_0e> (%08x)", op); return m_pc + (4 >> 0);} |
| 2421 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_0f(OPS_32) { arcompact_fatal("<illegal 0x05_2f_0f> (%08x)", op); return m_pc + (4 >> 0);} |
| 2422 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_10(OPS_32) { arcompact_fatal("<illegal 0x05_2f_10> (%08x)", op); return m_pc + (4 >> 0);} |
| 2423 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_11(OPS_32) { arcompact_fatal("<illegal 0x05_2f_11> (%08x)", op); return m_pc + (4 >> 0);} |
| 2424 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_12(OPS_32) { arcompact_fatal("<illegal 0x05_2f_12> (%08x)", op); return m_pc + (4 >> 0);} |
| 2425 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_13(OPS_32) { arcompact_fatal("<illegal 0x05_2f_13> (%08x)", op); return m_pc + (4 >> 0);} |
| 2426 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_14(OPS_32) { arcompact_fatal("<illegal 0x05_2f_14> (%08x)", op); return m_pc + (4 >> 0);} |
| 2427 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_15(OPS_32) { arcompact_fatal("<illegal 0x05_2f_15> (%08x)", op); return m_pc + (4 >> 0);} |
| 2428 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_16(OPS_32) { arcompact_fatal("<illegal 0x05_2f_16> (%08x)", op); return m_pc + (4 >> 0);} |
| 2429 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_17(OPS_32) { arcompact_fatal("<illegal 0x05_2f_17> (%08x)", op); return m_pc + (4 >> 0);} |
| 2430 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_18(OPS_32) { arcompact_fatal("<illegal 0x05_2f_18> (%08x)", op); return m_pc + (4 >> 0);} |
| 2431 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_19(OPS_32) { arcompact_fatal("<illegal 0x05_2f_19> (%08x)", op); return m_pc + (4 >> 0);} |
| 2432 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_1a(OPS_32) { arcompact_fatal("<illegal 0x05_2f_1a> (%08x)", op); return m_pc + (4 >> 0);} |
| 2433 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_1b(OPS_32) { arcompact_fatal("<illegal 0x05_2f_1b> (%08x)", op); return m_pc + (4 >> 0);} |
| 2434 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_1c(OPS_32) { arcompact_fatal("<illegal 0x05_2f_1c> (%08x)", op); return m_pc + (4 >> 0);} |
| 2435 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_1d(OPS_32) { arcompact_fatal("<illegal 0x05_2f_1d> (%08x)", op); return m_pc + (4 >> 0);} |
| 2436 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_1e(OPS_32) { arcompact_fatal("<illegal 0x05_2f_1e> (%08x)", op); return m_pc + (4 >> 0);} |
| 2437 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_1f(OPS_32) { arcompact_fatal("<illegal 0x05_2f_1f> (%08x)", op); return m_pc + (4 >> 0);} |
| 2438 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_20(OPS_32) { arcompact_fatal("<illegal 0x05_2f_20> (%08x)", op); return m_pc + (4 >> 0);} |
| 2439 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_21(OPS_32) { arcompact_fatal("<illegal 0x05_2f_21> (%08x)", op); return m_pc + (4 >> 0);} |
| 2440 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_22(OPS_32) { arcompact_fatal("<illegal 0x05_2f_22> (%08x)", op); return m_pc + (4 >> 0);} |
| 2441 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_23(OPS_32) { arcompact_fatal("<illegal 0x05_2f_23> (%08x)", op); return m_pc + (4 >> 0);} |
| 2442 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_24(OPS_32) { arcompact_fatal("<illegal 0x05_2f_24> (%08x)", op); return m_pc + (4 >> 0);} |
| 2443 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_25(OPS_32) { arcompact_fatal("<illegal 0x05_2f_25> (%08x)", op); return m_pc + (4 >> 0);} |
| 2444 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_26(OPS_32) { arcompact_fatal("<illegal 0x05_2f_26> (%08x)", op); return m_pc + (4 >> 0);} |
| 2445 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_27(OPS_32) { arcompact_fatal("<illegal 0x05_2f_27> (%08x)", op); return m_pc + (4 >> 0);} |
| 2446 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_28(OPS_32) { arcompact_fatal("<illegal 0x05_2f_28> (%08x)", op); return m_pc + (4 >> 0);} |
| 2447 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_29(OPS_32) { arcompact_fatal("<illegal 0x05_2f_29> (%08x)", op); return m_pc + (4 >> 0);} |
| 2448 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_2a(OPS_32) { arcompact_fatal("<illegal 0x05_2f_2a> (%08x)", op); return m_pc + (4 >> 0);} |
| 2449 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_2b(OPS_32) { arcompact_fatal("<illegal 0x05_2f_2b> (%08x)", op); return m_pc + (4 >> 0);} |
| 2450 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_2c(OPS_32) { arcompact_fatal("<illegal 0x05_2f_2c> (%08x)", op); return m_pc + (4 >> 0);} |
| 2451 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_2d(OPS_32) { arcompact_fatal("<illegal 0x05_2f_2d> (%08x)", op); return m_pc + (4 >> 0);} |
| 2452 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_2e(OPS_32) { arcompact_fatal("<illegal 0x05_2f_2e> (%08x)", op); return m_pc + (4 >> 0);} |
| 2453 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_2f(OPS_32) { arcompact_fatal("<illegal 0x05_2f_2f> (%08x)", op); return m_pc + (4 >> 0);} |
| 2454 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_30(OPS_32) { arcompact_fatal("<illegal 0x05_2f_30> (%08x)", op); return m_pc + (4 >> 0);} |
| 2455 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_31(OPS_32) { arcompact_fatal("<illegal 0x05_2f_31> (%08x)", op); return m_pc + (4 >> 0);} |
| 2456 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_32(OPS_32) { arcompact_fatal("<illegal 0x05_2f_32> (%08x)", op); return m_pc + (4 >> 0);} |
| 2457 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_33(OPS_32) { arcompact_fatal("<illegal 0x05_2f_33> (%08x)", op); return m_pc + (4 >> 0);} |
| 2458 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_34(OPS_32) { arcompact_fatal("<illegal 0x05_2f_34> (%08x)", op); return m_pc + (4 >> 0);} |
| 2459 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_35(OPS_32) { arcompact_fatal("<illegal 0x05_2f_35> (%08x)", op); return m_pc + (4 >> 0);} |
| 2460 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_36(OPS_32) { arcompact_fatal("<illegal 0x05_2f_36> (%08x)", op); return m_pc + (4 >> 0);} |
| 2461 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_37(OPS_32) { arcompact_fatal("<illegal 0x05_2f_37> (%08x)", op); return m_pc + (4 >> 0);} |
| 2462 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_38(OPS_32) { arcompact_fatal("<illegal 0x05_2f_38> (%08x)", op); return m_pc + (4 >> 0);} |
| 2463 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_39(OPS_32) { arcompact_fatal("<illegal 0x05_2f_39> (%08x)", op); return m_pc + (4 >> 0);} |
| 2464 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3a(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3a> (%08x)", op); return m_pc + (4 >> 0);} |
| 2465 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3b(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3b> (%08x)", op); return m_pc + (4 >> 0);} |
| 2466 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3c(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3c> (%08x)", op); return m_pc + (4 >> 0);} |
| 2467 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3d(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3d> (%08x)", op); return m_pc + (4 >> 0);} |
| 2468 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3e(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3e> (%08x)", op); return m_pc + (4 >> 0);} |
| 2469 | |
| 2470 | |
| 2471 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_00(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_00> (%08x)", op); return m_pc + (4 >> 0);} |
| 2472 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_06(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_06> (%08x)", op); return m_pc + (4 >> 0);} |
| 2473 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_07(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_07> (%08x)", op); return m_pc + (4 >> 0);} |
| 2474 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_08(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_08> (%08x)", op); return m_pc + (4 >> 0);} |
| 2475 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_09(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_09> (%08x)", op); return m_pc + (4 >> 0);} |
| 2476 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_0a(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_0a> (%08x)", op); return m_pc + (4 >> 0);} |
| 2477 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_0b(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_0b> (%08x)", op); return m_pc + (4 >> 0);} |
| 2478 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_0c(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_0c> (%08x)", op); return m_pc + (4 >> 0);} |
| 2479 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_0d(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_0d> (%08x)", op); return m_pc + (4 >> 0);} |
| 2480 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_0e(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_0e> (%08x)", op); return m_pc + (4 >> 0);} |
| 2481 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_0f(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_0f> (%08x)", op); return m_pc + (4 >> 0);} |
| 2482 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_10(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_10> (%08x)", op); return m_pc + (4 >> 0);} |
| 2483 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_11(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_11> (%08x)", op); return m_pc + (4 >> 0);} |
| 2484 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_12(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_12> (%08x)", op); return m_pc + (4 >> 0);} |
| 2485 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_13(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_13> (%08x)", op); return m_pc + (4 >> 0);} |
| 2486 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_14(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_14> (%08x)", op); return m_pc + (4 >> 0);} |
| 2487 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_15(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_15> (%08x)", op); return m_pc + (4 >> 0);} |
| 2488 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_16(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_16> (%08x)", op); return m_pc + (4 >> 0);} |
| 2489 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_17(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_17> (%08x)", op); return m_pc + (4 >> 0);} |
| 2490 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_18(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_18> (%08x)", op); return m_pc + (4 >> 0);} |
| 2491 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_19(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_19> (%08x)", op); return m_pc + (4 >> 0);} |
| 2492 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_1a(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_1a> (%08x)", op); return m_pc + (4 >> 0);} |
| 2493 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_1b(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_1b> (%08x)", op); return m_pc + (4 >> 0);} |
| 2494 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_1c(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_1c> (%08x)", op); return m_pc + (4 >> 0);} |
| 2495 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_1d(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_1d> (%08x)", op); return m_pc + (4 >> 0);} |
| 2496 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_1e(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_1e> (%08x)", op); return m_pc + (4 >> 0);} |
| 2497 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_1f(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_1f> (%08x)", op); return m_pc + (4 >> 0);} |
| 2498 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_20(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_20> (%08x)", op); return m_pc + (4 >> 0);} |
| 2499 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_21(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_21> (%08x)", op); return m_pc + (4 >> 0);} |
| 2500 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_22(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_22> (%08x)", op); return m_pc + (4 >> 0);} |
| 2501 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_23(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_23> (%08x)", op); return m_pc + (4 >> 0);} |
| 2502 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_24(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_24> (%08x)", op); return m_pc + (4 >> 0);} |
| 2503 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_25(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_25> (%08x)", op); return m_pc + (4 >> 0);} |
| 2504 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_26(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_26> (%08x)", op); return m_pc + (4 >> 0);} |
| 2505 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_27(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_27> (%08x)", op); return m_pc + (4 >> 0);} |
| 2506 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_28(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_28> (%08x)", op); return m_pc + (4 >> 0);} |
| 2507 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_29(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_29> (%08x)", op); return m_pc + (4 >> 0);} |
| 2508 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_2a(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_2a> (%08x)", op); return m_pc + (4 >> 0);} |
| 2509 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_2b(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_2b> (%08x)", op); return m_pc + (4 >> 0);} |
| 2510 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_2c(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_2c> (%08x)", op); return m_pc + (4 >> 0);} |
| 2511 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_2d(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_2d> (%08x)", op); return m_pc + (4 >> 0);} |
| 2512 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_2e(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_2e> (%08x)", op); return m_pc + (4 >> 0);} |
| 2513 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_2f(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_2f> (%08x)", op); return m_pc + (4 >> 0);} |
| 2514 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_30(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_30> (%08x)", op); return m_pc + (4 >> 0);} |
| 2515 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_31(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_31> (%08x)", op); return m_pc + (4 >> 0);} |
| 2516 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_32(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_32> (%08x)", op); return m_pc + (4 >> 0);} |
| 2517 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_33(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_33> (%08x)", op); return m_pc + (4 >> 0);} |
| 2518 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_34(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_34> (%08x)", op); return m_pc + (4 >> 0);} |
| 2519 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_35(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_35> (%08x)", op); return m_pc + (4 >> 0);} |
| 2520 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_36(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_36> (%08x)", op); return m_pc + (4 >> 0);} |
| 2521 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_37(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_37> (%08x)", op); return m_pc + (4 >> 0);} |
| 2522 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_38(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_38> (%08x)", op); return m_pc + (4 >> 0);} |
| 2523 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_39(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_39> (%08x)", op); return m_pc + (4 >> 0);} |
| 2524 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_3a(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_3a> (%08x)", op); return m_pc + (4 >> 0);} |
| 2525 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_3b(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_3b> (%08x)", op); return m_pc + (4 >> 0);} |
| 2526 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_3c(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_3c> (%08x)", op); return m_pc + (4 >> 0);} |
| 2527 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_3d(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_3d> (%08x)", op); return m_pc + (4 >> 0);} |
| 2528 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_3e(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_3e> (%08x)", op); return m_pc + (4 >> 0);} |
| 2529 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_2f_3f_3f(OPS_32) { arcompact_fatal("<illegal 0x04_2f_3f_3f> (%08x)", op); return m_pc + (4 >> 0);} |
| 2530 | |
| 2531 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_00(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_00> (%08x)", op); return m_pc + (4 >> 0);} |
| 2532 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_01(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_01> (%08x)", op); return m_pc + (4 >> 0);} |
| 2533 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_02(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_02> (%08x)", op); return m_pc + (4 >> 0);} |
| 2534 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_03(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_03> (%08x)", op); return m_pc + (4 >> 0);} |
| 2535 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_04(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_04> (%08x)", op); return m_pc + (4 >> 0);} |
| 2536 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_05(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_05> (%08x)", op); return m_pc + (4 >> 0);} |
| 2537 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_06(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_06> (%08x)", op); return m_pc + (4 >> 0);} |
| 2538 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_07(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_07> (%08x)", op); return m_pc + (4 >> 0);} |
| 2539 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_08(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_08> (%08x)", op); return m_pc + (4 >> 0);} |
| 2540 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_09(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_09> (%08x)", op); return m_pc + (4 >> 0);} |
| 2541 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_0a(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_0a> (%08x)", op); return m_pc + (4 >> 0);} |
| 2542 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_0b(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_0b> (%08x)", op); return m_pc + (4 >> 0);} |
| 2543 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_0c(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_0c> (%08x)", op); return m_pc + (4 >> 0);} |
| 2544 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_0d(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_0d> (%08x)", op); return m_pc + (4 >> 0);} |
| 2545 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_0e(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_0e> (%08x)", op); return m_pc + (4 >> 0);} |
| 2546 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_0f(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_0f> (%08x)", op); return m_pc + (4 >> 0);} |
| 2547 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_10(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_10> (%08x)", op); return m_pc + (4 >> 0);} |
| 2548 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_11(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_11> (%08x)", op); return m_pc + (4 >> 0);} |
| 2549 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_12(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_12> (%08x)", op); return m_pc + (4 >> 0);} |
| 2550 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_13(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_13> (%08x)", op); return m_pc + (4 >> 0);} |
| 2551 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_14(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_14> (%08x)", op); return m_pc + (4 >> 0);} |
| 2552 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_15(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_15> (%08x)", op); return m_pc + (4 >> 0);} |
| 2553 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_16(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_16> (%08x)", op); return m_pc + (4 >> 0);} |
| 2554 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_17(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_17> (%08x)", op); return m_pc + (4 >> 0);} |
| 2555 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_18(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_18> (%08x)", op); return m_pc + (4 >> 0);} |
| 2556 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_19(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_19> (%08x)", op); return m_pc + (4 >> 0);} |
| 2557 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_1a(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_1a> (%08x)", op); return m_pc + (4 >> 0);} |
| 2558 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_1b(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_1b> (%08x)", op); return m_pc + (4 >> 0);} |
| 2559 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_1c(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_1c> (%08x)", op); return m_pc + (4 >> 0);} |
| 2560 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_1d(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_1d> (%08x)", op); return m_pc + (4 >> 0);} |
| 2561 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_1e(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_1e> (%08x)", op); return m_pc + (4 >> 0);} |
| 2562 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_1f(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_1f> (%08x)", op); return m_pc + (4 >> 0);} |
| 2563 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_20(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_20> (%08x)", op); return m_pc + (4 >> 0);} |
| 2564 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_21(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_21> (%08x)", op); return m_pc + (4 >> 0);} |
| 2565 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_22(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_22> (%08x)", op); return m_pc + (4 >> 0);} |
| 2566 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_23(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_23> (%08x)", op); return m_pc + (4 >> 0);} |
| 2567 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_24(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_24> (%08x)", op); return m_pc + (4 >> 0);} |
| 2568 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_25(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_25> (%08x)", op); return m_pc + (4 >> 0);} |
| 2569 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_26(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_26> (%08x)", op); return m_pc + (4 >> 0);} |
| 2570 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_27(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_27> (%08x)", op); return m_pc + (4 >> 0);} |
| 2571 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_28(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_28> (%08x)", op); return m_pc + (4 >> 0);} |
| 2572 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_29(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_29> (%08x)", op); return m_pc + (4 >> 0);} |
| 2573 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_2a(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_2a> (%08x)", op); return m_pc + (4 >> 0);} |
| 2574 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_2b(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_2b> (%08x)", op); return m_pc + (4 >> 0);} |
| 2575 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_2c(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_2c> (%08x)", op); return m_pc + (4 >> 0);} |
| 2576 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_2d(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_2d> (%08x)", op); return m_pc + (4 >> 0);} |
| 2577 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_2e(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_2e> (%08x)", op); return m_pc + (4 >> 0);} |
| 2578 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_2f(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_2f> (%08x)", op); return m_pc + (4 >> 0);} |
| 2579 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_30(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_30> (%08x)", op); return m_pc + (4 >> 0);} |
| 2580 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_31(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_31> (%08x)", op); return m_pc + (4 >> 0);} |
| 2581 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_32(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_32> (%08x)", op); return m_pc + (4 >> 0);} |
| 2582 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_33(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_33> (%08x)", op); return m_pc + (4 >> 0);} |
| 2583 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_34(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_34> (%08x)", op); return m_pc + (4 >> 0);} |
| 2584 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_35(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_35> (%08x)", op); return m_pc + (4 >> 0);} |
| 2585 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_36(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_36> (%08x)", op); return m_pc + (4 >> 0);} |
| 2586 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_37(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_37> (%08x)", op); return m_pc + (4 >> 0);} |
| 2587 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_38(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_38> (%08x)", op); return m_pc + (4 >> 0);} |
| 2588 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_39(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_39> (%08x)", op); return m_pc + (4 >> 0);} |
| 2589 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_3a(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_3a> (%08x)", op); return m_pc + (4 >> 0);} |
| 2590 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_3b(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_3b> (%08x)", op); return m_pc + (4 >> 0);} |
| 2591 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_3c(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_3c> (%08x)", op); return m_pc + (4 >> 0);} |
| 2592 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_3d(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_3d> (%08x)", op); return m_pc + (4 >> 0);} |
| 2593 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_3e(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_3e> (%08x)", op); return m_pc + (4 >> 0);} |
| 2594 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2f_3f_3f(OPS_32) { arcompact_fatal("<illegal 0x05_2f_3f_3f> (%08x)", op); return m_pc + (4 >> 0);} |
| 2595 | |
| 2596 | |
| 2597 | |
| 2598 | |
| 2599 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_38(OPS_32) { arcompact_fatal("<illegal 0x04_38> (%08x)", op); return m_pc + (4 >> 0);} |
| 2600 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_39(OPS_32) { arcompact_fatal("<illegal 0x04_39> (%08x)", op); return m_pc + (4 >> 0);} |
| 2601 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_3a(OPS_32) { arcompact_fatal("<illegal 0x04_3a> (%08x)", op); return m_pc + (4 >> 0);} |
| 2602 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_3b(OPS_32) { arcompact_fatal("<illegal 0x04_3b> (%08x)", op); return m_pc + (4 >> 0);} |
| 2603 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_3c(OPS_32) { arcompact_fatal("<illegal 0x04_3c> (%08x)", op); return m_pc + (4 >> 0);} |
| 2604 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_3d(OPS_32) { arcompact_fatal("<illegal 0x04_3d> (%08x)", op); return m_pc + (4 >> 0);} |
| 2605 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_3e(OPS_32) { arcompact_fatal("<illegal 0x04_3e> (%08x)", op); return m_pc + (4 >> 0);} |
| 2606 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_3f(OPS_32) { arcompact_fatal("<illegal 0x04_3f> (%08x)", op); return m_pc + (4 >> 0);} |
| 2607 | |
| 2608 | |
| 2609 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_09(OPS_32) { arcompact_fatal("<illegal 0x05_09> (%08x)", op); return m_pc + (4 >> 0);} |
| 2610 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_0c(OPS_32) { arcompact_fatal("<illegal 0x05_0c> (%08x)", op); return m_pc + (4 >> 0);} |
| 2611 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_0d(OPS_32) { arcompact_fatal("<illegal 0x05_0d> (%08x)", op); return m_pc + (4 >> 0);} |
| 2612 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_0e(OPS_32) { arcompact_fatal("<illegal 0x05_0e> (%08x)", op); return m_pc + (4 >> 0);} |
| 2613 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_0f(OPS_32) { arcompact_fatal("<illegal 0x05_0f> (%08x)", op); return m_pc + (4 >> 0);} |
| 2614 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_10(OPS_32) { arcompact_fatal("<illegal 0x05_10> (%08x)", op); return m_pc + (4 >> 0);} |
| 2615 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_11(OPS_32) { arcompact_fatal("<illegal 0x05_11> (%08x)", op); return m_pc + (4 >> 0);} |
| 2616 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_12(OPS_32) { arcompact_fatal("<illegal 0x05_12> (%08x)", op); return m_pc + (4 >> 0);} |
| 2617 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_13(OPS_32) { arcompact_fatal("<illegal 0x05_13> (%08x)", op); return m_pc + (4 >> 0);} |
| 2618 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_14(OPS_32) { arcompact_fatal("<illegal 0x05_14> (%08x)", op); return m_pc + (4 >> 0);} |
| 2619 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_15(OPS_32) { arcompact_fatal("<illegal 0x05_15> (%08x)", op); return m_pc + (4 >> 0);} |
| 2620 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_16(OPS_32) { arcompact_fatal("<illegal 0x05_16> (%08x)", op); return m_pc + (4 >> 0);} |
| 2621 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_17(OPS_32) { arcompact_fatal("<illegal 0x05_17> (%08x)", op); return m_pc + (4 >> 0);} |
| 2622 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_18(OPS_32) { arcompact_fatal("<illegal 0x05_18> (%08x)", op); return m_pc + (4 >> 0);} |
| 2623 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_19(OPS_32) { arcompact_fatal("<illegal 0x05_19> (%08x)", op); return m_pc + (4 >> 0);} |
| 2624 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_1a(OPS_32) { arcompact_fatal("<illegal 0x05_1a> (%08x)", op); return m_pc + (4 >> 0);} |
| 2625 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_1b(OPS_32) { arcompact_fatal("<illegal 0x05_1b> (%08x)", op); return m_pc + (4 >> 0);} |
| 2626 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_1c(OPS_32) { arcompact_fatal("<illegal 0x05_1c> (%08x)", op); return m_pc + (4 >> 0);} |
| 2627 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_1d(OPS_32) { arcompact_fatal("<illegal 0x05_1d> (%08x)", op); return m_pc + (4 >> 0);} |
| 2628 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_1e(OPS_32) { arcompact_fatal("<illegal 0x05_1e> (%08x)", op); return m_pc + (4 >> 0);} |
| 2629 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_1f(OPS_32) { arcompact_fatal("<illegal 0x05_1f> (%08x)", op); return m_pc + (4 >> 0);} |
| 2630 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_20(OPS_32) { arcompact_fatal("<illegal 0x05_20> (%08x)", op); return m_pc + (4 >> 0);} |
| 2631 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_21(OPS_32) { arcompact_fatal("<illegal 0x05_21> (%08x)", op); return m_pc + (4 >> 0);} |
| 2632 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_22(OPS_32) { arcompact_fatal("<illegal 0x05_22> (%08x)", op); return m_pc + (4 >> 0);} |
| 2633 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_23(OPS_32) { arcompact_fatal("<illegal 0x05_23> (%08x)", op); return m_pc + (4 >> 0);} |
| 2634 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_24(OPS_32) { arcompact_fatal("<illegal 0x05_24> (%08x)", op); return m_pc + (4 >> 0);} |
| 2635 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_25(OPS_32) { arcompact_fatal("<illegal 0x05_25> (%08x)", op); return m_pc + (4 >> 0);} |
| 2636 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_26(OPS_32) { arcompact_fatal("<illegal 0x05_26> (%08x)", op); return m_pc + (4 >> 0);} |
| 2637 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_27(OPS_32) { arcompact_fatal("<illegal 0x05_27> (%08x)", op); return m_pc + (4 >> 0);} |
| 2638 | |
| 2639 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2a(OPS_32) { arcompact_fatal("<illegal 0x05_2a> (%08x)", op); return m_pc + (4 >> 0);} |
| 2640 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2b(OPS_32) { arcompact_fatal("<illegal 0x05_2b> (%08x)", op); return m_pc + (4 >> 0);} |
| 2641 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2c(OPS_32) { arcompact_fatal("<illegal 0x05_2c> (%08x)", op); return m_pc + (4 >> 0);} |
| 2642 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2d(OPS_32) { arcompact_fatal("<illegal 0x05_2d> (%08x)", op); return m_pc + (4 >> 0);} |
| 2643 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_2e(OPS_32) { arcompact_fatal("<illegal 0x05_2e> (%08x)", op); return m_pc + (4 >> 0);} |
| 2644 | |
| 2645 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_30(OPS_32) { arcompact_fatal("<illegal 0x05_30> (%08x)", op); return m_pc + (4 >> 0);} |
| 2646 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_31(OPS_32) { arcompact_fatal("<illegal 0x05_31> (%08x)", op); return m_pc + (4 >> 0);} |
| 2647 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_32(OPS_32) { arcompact_fatal("<illegal 0x05_32> (%08x)", op); return m_pc + (4 >> 0);} |
| 2648 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_33(OPS_32) { arcompact_fatal("<illegal 0x05_33> (%08x)", op); return m_pc + (4 >> 0);} |
| 2649 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_34(OPS_32) { arcompact_fatal("<illegal 0x05_34> (%08x)", op); return m_pc + (4 >> 0);} |
| 2650 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_35(OPS_32) { arcompact_fatal("<illegal 0x05_35> (%08x)", op); return m_pc + (4 >> 0);} |
| 2651 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_36(OPS_32) { arcompact_fatal("<illegal 0x05_36> (%08x)", op); return m_pc + (4 >> 0);} |
| 2652 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_37(OPS_32) { arcompact_fatal("<illegal 0x05_37> (%08x)", op); return m_pc + (4 >> 0);} |
| 2653 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_38(OPS_32) { arcompact_fatal("<illegal 0x05_38> (%08x)", op); return m_pc + (4 >> 0);} |
| 2654 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_39(OPS_32) { arcompact_fatal("<illegal 0x05_39> (%08x)", op); return m_pc + (4 >> 0);} |
| 2655 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_3a(OPS_32) { arcompact_fatal("<illegal 0x05_3a> (%08x)", op); return m_pc + (4 >> 0);} |
| 2656 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_3b(OPS_32) { arcompact_fatal("<illegal 0x05_3b> (%08x)", op); return m_pc + (4 >> 0);} |
| 2657 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_3c(OPS_32) { arcompact_fatal("<illegal 0x05_3c> (%08x)", op); return m_pc + (4 >> 0);} |
| 2658 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_3d(OPS_32) { arcompact_fatal("<illegal 0x05_3d> (%08x)", op); return m_pc + (4 >> 0);} |
| 2659 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_3e(OPS_32) { arcompact_fatal("<illegal 0x05_3e> (%08x)", op); return m_pc + (4 >> 0);} |
| 2660 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle05_3f(OPS_32) { arcompact_fatal("<illegal 0x05_3f> (%08x)", op); return m_pc + (4 >> 0);} |
| 2661 | |
| 2662 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_00_04(OPS_16) { arcompact_fatal("<illegal 0x0f_00_00> (%08x)", op); return m_pc + (2 >> 0);;} |
| 2663 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_00_05(OPS_16) { arcompact_fatal("<illegal 0x0f_00_00> (%08x)", op); return m_pc + (2 >> 0);;} |
| 2664 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_00_07_02(OPS_16) { arcompact_fatal("<illegal 0x0f_00_07_02> (%08x)", op); return m_pc + (2 >> 0);;} |
| 2665 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_00_07_03(OPS_16) { arcompact_fatal("<illegal 0x0f_00_07_03> (%08x)", op); return m_pc + (2 >> 0);;} |
| 2666 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_01(OPS_16) { arcompact_fatal("<illegal 0x0f_01> (%08x)", op); return m_pc + (2 >> 0);;} |
| 2667 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_03(OPS_16) { arcompact_fatal("<illegal 0x0f_03> (%08x)", op); return m_pc + (2 >> 0);;} |
| 2668 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_08(OPS_16) { arcompact_fatal("<illegal 0x0f_08> (%08x)", op); return m_pc + (2 >> 0);;} |
| 2669 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_09(OPS_16) { arcompact_fatal("<illegal 0x0f_09> (%08x)", op); return m_pc + (2 >> 0);;} |
| 2670 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_0a(OPS_16) { arcompact_fatal("<illegal 0x0f_0a> (%08x)", op); return m_pc + (2 >> 0);;} |
| 2671 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle0f_17(OPS_16) { arcompact_fatal("<illegal 0x0f_17> (%08x)", op); return m_pc + (2 >> 0);;} |
| 2672 | |
| 2673 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_05_02(OPS_16) { arcompact_fatal("<illegal 0x18_05_02> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2674 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_05_03(OPS_16) { arcompact_fatal("<illegal 0x18_05_03> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2675 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_05_04(OPS_16) { arcompact_fatal("<illegal 0x18_05_04> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2676 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_05_05(OPS_16) { arcompact_fatal("<illegal 0x18_05_05> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2677 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_05_06(OPS_16) { arcompact_fatal("<illegal 0x18_05_06> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2678 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_05_07(OPS_16) { arcompact_fatal("<illegal 0x18_05_07> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2679 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_00(OPS_16) { arcompact_fatal("<illegal 0x18_06_00> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2680 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_02(OPS_16) { arcompact_fatal("<illegal 0x18_06_02> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2681 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_03(OPS_16) { arcompact_fatal("<illegal 0x18_06_03> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2682 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_04(OPS_16) { arcompact_fatal("<illegal 0x18_06_04> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2683 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_05(OPS_16) { arcompact_fatal("<illegal 0x18_06_05> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2684 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_06(OPS_16) { arcompact_fatal("<illegal 0x18_06_06> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2685 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_07(OPS_16) { arcompact_fatal("<illegal 0x18_06_07> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2686 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_08(OPS_16) { arcompact_fatal("<illegal 0x18_06_08> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2687 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_09(OPS_16) { arcompact_fatal("<illegal 0x18_06_09> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2688 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_0a(OPS_16) { arcompact_fatal("<illegal 0x18_06_0a> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2689 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_0b(OPS_16) { arcompact_fatal("<illegal 0x18_06_0b> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2690 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_0c(OPS_16) { arcompact_fatal("<illegal 0x18_06_0c> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2691 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_0d(OPS_16) { arcompact_fatal("<illegal 0x18_06_0d> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2692 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_0e(OPS_16) { arcompact_fatal("<illegal 0x18_06_0e> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2693 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_0f(OPS_16) { arcompact_fatal("<illegal 0x18_06_0f> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2694 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_10(OPS_16) { arcompact_fatal("<illegal 0x18_06_10> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2695 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_12(OPS_16) { arcompact_fatal("<illegal 0x18_06_12> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2696 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_13(OPS_16) { arcompact_fatal("<illegal 0x18_06_13> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2697 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_14(OPS_16) { arcompact_fatal("<illegal 0x18_06_14> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2698 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_15(OPS_16) { arcompact_fatal("<illegal 0x18_06_15> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2699 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_16(OPS_16) { arcompact_fatal("<illegal 0x18_06_16> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2700 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_17(OPS_16) { arcompact_fatal("<illegal 0x18_06_17> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2701 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_18(OPS_16) { arcompact_fatal("<illegal 0x18_06_18> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2702 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_19(OPS_16) { arcompact_fatal("<illegal 0x18_06_19> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2703 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_1a(OPS_16) { arcompact_fatal("<illegal 0x18_06_1a> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2704 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_1b(OPS_16) { arcompact_fatal("<illegal 0x18_06_1b> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2705 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_1c(OPS_16) { arcompact_fatal("<illegal 0x18_06_1c> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2706 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_1d(OPS_16) { arcompact_fatal("<illegal 0x18_06_1d> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2707 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_1e(OPS_16) { arcompact_fatal("<illegal 0x18_06_1e> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2708 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_06_1f(OPS_16) { arcompact_fatal("<illegal 0x18_06_1f> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2709 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_00(OPS_16) { arcompact_fatal("<illegal 0x18_07_00> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2710 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_02(OPS_16) { arcompact_fatal("<illegal 0x18_07_02> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2711 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_03(OPS_16) { arcompact_fatal("<illegal 0x18_07_03> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2712 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_04(OPS_16) { arcompact_fatal("<illegal 0x18_07_04> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2713 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_05(OPS_16) { arcompact_fatal("<illegal 0x18_07_05> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2714 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_06(OPS_16) { arcompact_fatal("<illegal 0x18_07_06> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2715 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_07(OPS_16) { arcompact_fatal("<illegal 0x18_07_07> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2716 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_08(OPS_16) { arcompact_fatal("<illegal 0x18_07_08> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2717 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_09(OPS_16) { arcompact_fatal("<illegal 0x18_07_09> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2718 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_0a(OPS_16) { arcompact_fatal("<illegal 0x18_07_0a> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2719 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_0b(OPS_16) { arcompact_fatal("<illegal 0x18_07_0b> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2720 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_0c(OPS_16) { arcompact_fatal("<illegal 0x18_07_0c> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2721 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_0d(OPS_16) { arcompact_fatal("<illegal 0x18_07_0d> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2722 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_0e(OPS_16) { arcompact_fatal("<illegal 0x18_07_0e> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2723 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_0f(OPS_16) { arcompact_fatal("<illegal 0x18_07_0f> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2724 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_10(OPS_16) { arcompact_fatal("<illegal 0x18_07_10> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2725 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_12(OPS_16) { arcompact_fatal("<illegal 0x18_07_12> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2726 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_13(OPS_16) { arcompact_fatal("<illegal 0x18_07_13> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2727 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_14(OPS_16) { arcompact_fatal("<illegal 0x18_07_14> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2728 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_15(OPS_16) { arcompact_fatal("<illegal 0x18_07_15> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2729 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_16(OPS_16) { arcompact_fatal("<illegal 0x18_07_16> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2730 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_17(OPS_16) { arcompact_fatal("<illegal 0x18_07_17> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2731 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_18(OPS_16) { arcompact_fatal("<illegal 0x18_07_18> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2732 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_19(OPS_16) { arcompact_fatal("<illegal 0x18_07_19> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2733 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_1a(OPS_16) { arcompact_fatal("<illegal 0x18_07_1a> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2734 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_1b(OPS_16) { arcompact_fatal("<illegal 0x18_07_1b> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2735 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_1c(OPS_16) { arcompact_fatal("<illegal 0x18_07_1c> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2736 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_1d(OPS_16) { arcompact_fatal("<illegal 0x18_07_1d> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2737 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_1e(OPS_16) { arcompact_fatal("<illegal 0x18_07_1e> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2738 | ARCOMPACT_RETTYPE arcompact_device::arcompact_handle18_07_1f(OPS_16) { arcompact_fatal("<illegal 0x18_07_1f> (%04x)", op); return m_pc + (2 >> 0);;} |
| 2739 | |
| 2740 | |
| 2741 | |
trunk/src/emu/cpu/arcompact/arcompactdasm_ops.h
| r242484 | r242485 | |
| 5 | 5 | * * |
| 6 | 6 | ************************************************************************************************************************************/ |
| 7 | 7 | |
| 8 | #include "arcompact_common.h" |
| 9 | |
| 8 | 10 | #define DASM_OPS_16 char *output, offs_t pc, UINT16 op, const UINT8* oprom |
| 9 | 11 | #define DASM_OPS_32 char *output, offs_t pc, UINT32 op, const UINT8* oprom |
| 10 | 12 | #define DASM_PARAMS output, pc, op, oprom |
| r242484 | r242485 | |
| 115 | 117 | int arcompact_handle05_0b_dasm(DASM_OPS_32); |
| 116 | 118 | int arcompact_handle05_28_dasm(DASM_OPS_32); |
| 117 | 119 | int arcompact_handle05_29_dasm(DASM_OPS_32); |
| 118 | | //int arcompact_handle05_2f_dasm(DASM_OPS_32); |
| 120 | |
| 119 | 121 | int arcompact_handle06_dasm(DASM_OPS_32); |
| 120 | 122 | int arcompact_handle07_dasm(DASM_OPS_32); |
| 121 | 123 | int arcompact_handle08_dasm(DASM_OPS_32); |
| r242484 | r242485 | |
| 226 | 228 | * * |
| 227 | 229 | ************************************************************************************************************************************/ |
| 228 | 230 | |
| 229 | | int arcompact_handle01_01_00_06_dasm(DASM_OPS_32); //("<illegal 01_01_00_06> (%08x)", op); return 4; } |
| 230 | | int arcompact_handle01_01_00_07_dasm(DASM_OPS_32); //("<illegal 01_01_00_07> (%08x)", op); return 4; } |
| 231 | | int arcompact_handle01_01_00_08_dasm(DASM_OPS_32); //("<illegal 01_01_00_08> (%08x)", op); return 4; } |
| 232 | | int arcompact_handle01_01_00_09_dasm(DASM_OPS_32); //("<illegal 01_01_00_09> (%08x)", op); return 4; } |
| 233 | | int arcompact_handle01_01_00_0a_dasm(DASM_OPS_32); //("<illegal 01_01_00_0a> (%08x)", op); return 4; } |
| 234 | | int arcompact_handle01_01_00_0b_dasm(DASM_OPS_32); //("<illegal 01_01_00_0b> (%08x)", op); return 4; } |
| 235 | | int arcompact_handle01_01_00_0c_dasm(DASM_OPS_32); //("<illegal 01_01_00_0c> (%08x)", op); return 4; } |
| 236 | | int arcompact_handle01_01_00_0d_dasm(DASM_OPS_32); //("<illegal 01_01_00_0d> (%08x)", op); return 4; } |
| 231 | int arcompact_handle01_01_00_06_dasm(DASM_OPS_32); |
| 232 | int arcompact_handle01_01_00_07_dasm(DASM_OPS_32); |
| 233 | int arcompact_handle01_01_00_08_dasm(DASM_OPS_32); |
| 234 | int arcompact_handle01_01_00_09_dasm(DASM_OPS_32); |
| 235 | int arcompact_handle01_01_00_0a_dasm(DASM_OPS_32); |
| 236 | int arcompact_handle01_01_00_0b_dasm(DASM_OPS_32); |
| 237 | int arcompact_handle01_01_00_0c_dasm(DASM_OPS_32); |
| 238 | int arcompact_handle01_01_00_0d_dasm(DASM_OPS_32); |
| 237 | 239 | |
| 238 | | int arcompact_handle01_01_01_06_dasm(DASM_OPS_32); //("<illegal 01_01_01_06> (%08x)", op); return 4; } |
| 239 | | int arcompact_handle01_01_01_07_dasm(DASM_OPS_32); //("<illegal 01_01_01_07> (%08x)", op); return 4; } |
| 240 | | int arcompact_handle01_01_01_08_dasm(DASM_OPS_32); //("<illegal 01_01_01_08> (%08x)", op); return 4; } |
| 241 | | int arcompact_handle01_01_01_09_dasm(DASM_OPS_32); //("<illegal 01_01_01_09> (%08x)", op); return 4; } |
| 242 | | int arcompact_handle01_01_01_0a_dasm(DASM_OPS_32); //("<illegal 01_01_01_0a> (%08x)", op); return 4; } |
| 243 | | int arcompact_handle01_01_01_0b_dasm(DASM_OPS_32); //("<illegal 01_01_01_0b> (%08x)", op); return 4; } |
| 244 | | int arcompact_handle01_01_01_0c_dasm(DASM_OPS_32); //("<illegal 01_01_01_0c> (%08x)", op); return 4; } |
| 245 | | int arcompact_handle01_01_01_0d_dasm(DASM_OPS_32); //("<illegal 01_01_01_0d> (%08x)", op); return 4; } |
| 240 | int arcompact_handle01_01_01_06_dasm(DASM_OPS_32); |
| 241 | int arcompact_handle01_01_01_07_dasm(DASM_OPS_32); |
| 242 | int arcompact_handle01_01_01_08_dasm(DASM_OPS_32); |
| 243 | int arcompact_handle01_01_01_09_dasm(DASM_OPS_32); |
| 244 | int arcompact_handle01_01_01_0a_dasm(DASM_OPS_32); |
| 245 | int arcompact_handle01_01_01_0b_dasm(DASM_OPS_32); |
| 246 | int arcompact_handle01_01_01_0c_dasm(DASM_OPS_32); |
| 247 | int arcompact_handle01_01_01_0d_dasm(DASM_OPS_32); |
| 246 | 248 | |
| 247 | 249 | |
| 248 | | int arcompact_handle04_1e_dasm(DASM_OPS_32); //("<illegal 0x04_1e> (%08x)", op); return 4;} |
| 249 | | int arcompact_handle04_1f_dasm(DASM_OPS_32); //("<illegal 0x04_1f> (%08x)", op); return 4;} |
| 250 | int arcompact_handle04_1e_dasm(DASM_OPS_32); |
| 251 | int arcompact_handle04_1f_dasm(DASM_OPS_32); |
| 250 | 252 | |
| 251 | | int arcompact_handle04_24_dasm(DASM_OPS_32); //("<illegal 0x04_24> (%08x)", op); return 4;} |
| 252 | | int arcompact_handle04_25_dasm(DASM_OPS_32); //("<illegal 0x04_25> (%08x)", op); return 4;} |
| 253 | | int arcompact_handle04_26_dasm(DASM_OPS_32); //("<illegal 0x04_26> (%08x)", op); return 4;} |
| 254 | | int arcompact_handle04_27_dasm(DASM_OPS_32); //("<illegal 0x04_27> (%08x)", op); return 4;} |
| 253 | int arcompact_handle04_24_dasm(DASM_OPS_32); |
| 254 | int arcompact_handle04_25_dasm(DASM_OPS_32); |
| 255 | int arcompact_handle04_26_dasm(DASM_OPS_32); |
| 256 | int arcompact_handle04_27_dasm(DASM_OPS_32); |
| 255 | 257 | |
| 256 | | int arcompact_handle04_2c_dasm(DASM_OPS_32); //("<illegal 0x04_2c> (%08x)", op); return 4;} |
| 257 | | int arcompact_handle04_2d_dasm(DASM_OPS_32); //("<illegal 0x04_2d> (%08x)", op); return 4;} |
| 258 | | int arcompact_handle04_2e_dasm(DASM_OPS_32); //("<illegal 0x04_2e> (%08x)", op); return 4;} |
| 258 | int arcompact_handle04_2c_dasm(DASM_OPS_32); |
| 259 | int arcompact_handle04_2d_dasm(DASM_OPS_32); |
| 260 | int arcompact_handle04_2e_dasm(DASM_OPS_32); |
| 259 | 261 | |
| 260 | | int arcompact_handle04_2f_0d_dasm(DASM_OPS_32); //("<illegal 0x04_2f_0d> (%08x)", op); return 4;} |
| 261 | | int arcompact_handle04_2f_0e_dasm(DASM_OPS_32); //("<illegal 0x04_2f_0e> (%08x)", op); return 4;} |
| 262 | | int arcompact_handle04_2f_0f_dasm(DASM_OPS_32); //("<illegal 0x04_2f_0f> (%08x)", op); return 4;} |
| 263 | | int arcompact_handle04_2f_10_dasm(DASM_OPS_32); //("<illegal 0x04_2f_10> (%08x)", op); return 4;} |
| 264 | | int arcompact_handle04_2f_11_dasm(DASM_OPS_32); //("<illegal 0x04_2f_11> (%08x)", op); return 4;} |
| 265 | | int arcompact_handle04_2f_12_dasm(DASM_OPS_32); //("<illegal 0x04_2f_12> (%08x)", op); return 4;} |
| 266 | | int arcompact_handle04_2f_13_dasm(DASM_OPS_32); //("<illegal 0x04_2f_13> (%08x)", op); return 4;} |
| 267 | | int arcompact_handle04_2f_14_dasm(DASM_OPS_32); //("<illegal 0x04_2f_14> (%08x)", op); return 4;} |
| 268 | | int arcompact_handle04_2f_15_dasm(DASM_OPS_32); //("<illegal 0x04_2f_15> (%08x)", op); return 4;} |
| 269 | | int arcompact_handle04_2f_16_dasm(DASM_OPS_32); //("<illegal 0x04_2f_16> (%08x)", op); return 4;} |
| 270 | | int arcompact_handle04_2f_17_dasm(DASM_OPS_32); //("<illegal 0x04_2f_17> (%08x)", op); return 4;} |
| 271 | | int arcompact_handle04_2f_18_dasm(DASM_OPS_32); //("<illegal 0x04_2f_18> (%08x)", op); return 4;} |
| 272 | | int arcompact_handle04_2f_19_dasm(DASM_OPS_32); //("<illegal 0x04_2f_19> (%08x)", op); return 4;} |
| 273 | | int arcompact_handle04_2f_1a_dasm(DASM_OPS_32); //("<illegal 0x04_2f_1a> (%08x)", op); return 4;} |
| 274 | | int arcompact_handle04_2f_1b_dasm(DASM_OPS_32); //("<illegal 0x04_2f_1b> (%08x)", op); return 4;} |
| 275 | | int arcompact_handle04_2f_1c_dasm(DASM_OPS_32); //("<illegal 0x04_2f_1c> (%08x)", op); return 4;} |
| 276 | | int arcompact_handle04_2f_1d_dasm(DASM_OPS_32); //("<illegal 0x04_2f_1d> (%08x)", op); return 4;} |
| 277 | | int arcompact_handle04_2f_1e_dasm(DASM_OPS_32); //("<illegal 0x04_2f_1e> (%08x)", op); return 4;} |
| 278 | | int arcompact_handle04_2f_1f_dasm(DASM_OPS_32); //("<illegal 0x04_2f_1f> (%08x)", op); return 4;} |
| 279 | | int arcompact_handle04_2f_20_dasm(DASM_OPS_32); //("<illegal 0x04_2f_20> (%08x)", op); return 4;} |
| 280 | | int arcompact_handle04_2f_21_dasm(DASM_OPS_32); //("<illegal 0x04_2f_21> (%08x)", op); return 4;} |
| 281 | | int arcompact_handle04_2f_22_dasm(DASM_OPS_32); //("<illegal 0x04_2f_22> (%08x)", op); return 4;} |
| 282 | | int arcompact_handle04_2f_23_dasm(DASM_OPS_32); //("<illegal 0x04_2f_23> (%08x)", op); return 4;} |
| 283 | | int arcompact_handle04_2f_24_dasm(DASM_OPS_32); //("<illegal 0x04_2f_24> (%08x)", op); return 4;} |
| 284 | | int arcompact_handle04_2f_25_dasm(DASM_OPS_32); //("<illegal 0x04_2f_25> (%08x)", op); return 4;} |
| 285 | | int arcompact_handle04_2f_26_dasm(DASM_OPS_32); //("<illegal 0x04_2f_26> (%08x)", op); return 4;} |
| 286 | | int arcompact_handle04_2f_27_dasm(DASM_OPS_32); //("<illegal 0x04_2f_27> (%08x)", op); return 4;} |
| 287 | | int arcompact_handle04_2f_28_dasm(DASM_OPS_32); //("<illegal 0x04_2f_28> (%08x)", op); return 4;} |
| 288 | | int arcompact_handle04_2f_29_dasm(DASM_OPS_32); //("<illegal 0x04_2f_29> (%08x)", op); return 4;} |
| 289 | | int arcompact_handle04_2f_2a_dasm(DASM_OPS_32); //("<illegal 0x04_2f_2a> (%08x)", op); return 4;} |
| 290 | | int arcompact_handle04_2f_2b_dasm(DASM_OPS_32); //("<illegal 0x04_2f_2b> (%08x)", op); return 4;} |
| 291 | | int arcompact_handle04_2f_2c_dasm(DASM_OPS_32); //("<illegal 0x04_2f_2c> (%08x)", op); return 4;} |
| 292 | | int arcompact_handle04_2f_2d_dasm(DASM_OPS_32); //("<illegal 0x04_2f_2d> (%08x)", op); return 4;} |
| 293 | | int arcompact_handle04_2f_2e_dasm(DASM_OPS_32); //("<illegal 0x04_2f_2e> (%08x)", op); return 4;} |
| 294 | | int arcompact_handle04_2f_2f_dasm(DASM_OPS_32); //("<illegal 0x04_2f_2f> (%08x)", op); return 4;} |
| 295 | | int arcompact_handle04_2f_30_dasm(DASM_OPS_32); //("<illegal 0x04_2f_30> (%08x)", op); return 4;} |
| 296 | | int arcompact_handle04_2f_31_dasm(DASM_OPS_32); //("<illegal 0x04_2f_31> (%08x)", op); return 4;} |
| 297 | | int arcompact_handle04_2f_32_dasm(DASM_OPS_32); //("<illegal 0x04_2f_32> (%08x)", op); return 4;} |
| 298 | | int arcompact_handle04_2f_33_dasm(DASM_OPS_32); //("<illegal 0x04_2f_33> (%08x)", op); return 4;} |
| 299 | | int arcompact_handle04_2f_34_dasm(DASM_OPS_32); //("<illegal 0x04_2f_34> (%08x)", op); return 4;} |
| 300 | | int arcompact_handle04_2f_35_dasm(DASM_OPS_32); //("<illegal 0x04_2f_35> (%08x)", op); return 4;} |
| 301 | | int arcompact_handle04_2f_36_dasm(DASM_OPS_32); //("<illegal 0x04_2f_36> (%08x)", op); return 4;} |
| 302 | | int arcompact_handle04_2f_37_dasm(DASM_OPS_32); //("<illegal 0x04_2f_37> (%08x)", op); return 4;} |
| 303 | | int arcompact_handle04_2f_38_dasm(DASM_OPS_32); //("<illegal 0x04_2f_38> (%08x)", op); return 4;} |
| 304 | | int arcompact_handle04_2f_39_dasm(DASM_OPS_32); //("<illegal 0x04_2f_39> (%08x)", op); return 4;} |
| 305 | | int arcompact_handle04_2f_3a_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3a> (%08x)", op); return 4;} |
| 306 | | int arcompact_handle04_2f_3b_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3b> (%08x)", op); return 4;} |
| 307 | | int arcompact_handle04_2f_3c_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3c> (%08x)", op); return 4;} |
| 308 | | int arcompact_handle04_2f_3d_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3d> (%08x)", op); return 4;} |
| 309 | | int arcompact_handle04_2f_3e_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3e> (%08x)", op); return 4;} |
| 262 | int arcompact_handle04_2f_0d_dasm(DASM_OPS_32); |
| 263 | int arcompact_handle04_2f_0e_dasm(DASM_OPS_32); |
| 264 | int arcompact_handle04_2f_0f_dasm(DASM_OPS_32); |
| 265 | int arcompact_handle04_2f_10_dasm(DASM_OPS_32); |
| 266 | int arcompact_handle04_2f_11_dasm(DASM_OPS_32); |
| 267 | int arcompact_handle04_2f_12_dasm(DASM_OPS_32); |
| 268 | int arcompact_handle04_2f_13_dasm(DASM_OPS_32); |
| 269 | int arcompact_handle04_2f_14_dasm(DASM_OPS_32); |
| 270 | int arcompact_handle04_2f_15_dasm(DASM_OPS_32); |
| 271 | int arcompact_handle04_2f_16_dasm(DASM_OPS_32); |
| 272 | int arcompact_handle04_2f_17_dasm(DASM_OPS_32); |
| 273 | int arcompact_handle04_2f_18_dasm(DASM_OPS_32); |
| 274 | int arcompact_handle04_2f_19_dasm(DASM_OPS_32); |
| 275 | int arcompact_handle04_2f_1a_dasm(DASM_OPS_32); |
| 276 | int arcompact_handle04_2f_1b_dasm(DASM_OPS_32); |
| 277 | int arcompact_handle04_2f_1c_dasm(DASM_OPS_32); |
| 278 | int arcompact_handle04_2f_1d_dasm(DASM_OPS_32); |
| 279 | int arcompact_handle04_2f_1e_dasm(DASM_OPS_32); |
| 280 | int arcompact_handle04_2f_1f_dasm(DASM_OPS_32); |
| 281 | int arcompact_handle04_2f_20_dasm(DASM_OPS_32); |
| 282 | int arcompact_handle04_2f_21_dasm(DASM_OPS_32); |
| 283 | int arcompact_handle04_2f_22_dasm(DASM_OPS_32); |
| 284 | int arcompact_handle04_2f_23_dasm(DASM_OPS_32); |
| 285 | int arcompact_handle04_2f_24_dasm(DASM_OPS_32); |
| 286 | int arcompact_handle04_2f_25_dasm(DASM_OPS_32); |
| 287 | int arcompact_handle04_2f_26_dasm(DASM_OPS_32); |
| 288 | int arcompact_handle04_2f_27_dasm(DASM_OPS_32); |
| 289 | int arcompact_handle04_2f_28_dasm(DASM_OPS_32); |
| 290 | int arcompact_handle04_2f_29_dasm(DASM_OPS_32); |
| 291 | int arcompact_handle04_2f_2a_dasm(DASM_OPS_32); |
| 292 | int arcompact_handle04_2f_2b_dasm(DASM_OPS_32); |
| 293 | int arcompact_handle04_2f_2c_dasm(DASM_OPS_32); |
| 294 | int arcompact_handle04_2f_2d_dasm(DASM_OPS_32); |
| 295 | int arcompact_handle04_2f_2e_dasm(DASM_OPS_32); |
| 296 | int arcompact_handle04_2f_2f_dasm(DASM_OPS_32); |
| 297 | int arcompact_handle04_2f_30_dasm(DASM_OPS_32); |
| 298 | int arcompact_handle04_2f_31_dasm(DASM_OPS_32); |
| 299 | int arcompact_handle04_2f_32_dasm(DASM_OPS_32); |
| 300 | int arcompact_handle04_2f_33_dasm(DASM_OPS_32); |
| 301 | int arcompact_handle04_2f_34_dasm(DASM_OPS_32); |
| 302 | int arcompact_handle04_2f_35_dasm(DASM_OPS_32); |
| 303 | int arcompact_handle04_2f_36_dasm(DASM_OPS_32); |
| 304 | int arcompact_handle04_2f_37_dasm(DASM_OPS_32); |
| 305 | int arcompact_handle04_2f_38_dasm(DASM_OPS_32); |
| 306 | int arcompact_handle04_2f_39_dasm(DASM_OPS_32); |
| 307 | int arcompact_handle04_2f_3a_dasm(DASM_OPS_32); |
| 308 | int arcompact_handle04_2f_3b_dasm(DASM_OPS_32); |
| 309 | int arcompact_handle04_2f_3c_dasm(DASM_OPS_32); |
| 310 | int arcompact_handle04_2f_3d_dasm(DASM_OPS_32); |
| 311 | int arcompact_handle04_2f_3e_dasm(DASM_OPS_32); |
| 310 | 312 | |
| 311 | | int arcompact_handle04_2f_3f_00_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_00> (%08x)", op); return 4;} |
| 312 | | int arcompact_handle04_2f_3f_06_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_06> (%08x)", op); return 4;} |
| 313 | | int arcompact_handle04_2f_3f_07_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_07> (%08x)", op); return 4;} |
| 314 | | int arcompact_handle04_2f_3f_08_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_08> (%08x)", op); return 4;} |
| 315 | | int arcompact_handle04_2f_3f_09_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_09> (%08x)", op); return 4;} |
| 316 | | int arcompact_handle04_2f_3f_0a_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_0a> (%08x)", op); return 4;} |
| 317 | | int arcompact_handle04_2f_3f_0b_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_0b> (%08x)", op); return 4;} |
| 318 | | int arcompact_handle04_2f_3f_0c_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_0c> (%08x)", op); return 4;} |
| 319 | | int arcompact_handle04_2f_3f_0d_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_0d> (%08x)", op); return 4;} |
| 320 | | int arcompact_handle04_2f_3f_0e_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_0e> (%08x)", op); return 4;} |
| 321 | | int arcompact_handle04_2f_3f_0f_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_0f> (%08x)", op); return 4;} |
| 322 | | int arcompact_handle04_2f_3f_10_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_10> (%08x)", op); return 4;} |
| 323 | | int arcompact_handle04_2f_3f_11_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_11> (%08x)", op); return 4;} |
| 324 | | int arcompact_handle04_2f_3f_12_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_12> (%08x)", op); return 4;} |
| 325 | | int arcompact_handle04_2f_3f_13_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_13> (%08x)", op); return 4;} |
| 326 | | int arcompact_handle04_2f_3f_14_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_14> (%08x)", op); return 4;} |
| 327 | | int arcompact_handle04_2f_3f_15_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_15> (%08x)", op); return 4;} |
| 328 | | int arcompact_handle04_2f_3f_16_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_16> (%08x)", op); return 4;} |
| 329 | | int arcompact_handle04_2f_3f_17_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_17> (%08x)", op); return 4;} |
| 330 | | int arcompact_handle04_2f_3f_18_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_18> (%08x)", op); return 4;} |
| 331 | | int arcompact_handle04_2f_3f_19_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_19> (%08x)", op); return 4;} |
| 332 | | int arcompact_handle04_2f_3f_1a_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_1a> (%08x)", op); return 4;} |
| 333 | | int arcompact_handle04_2f_3f_1b_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_1b> (%08x)", op); return 4;} |
| 334 | | int arcompact_handle04_2f_3f_1c_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_1c> (%08x)", op); return 4;} |
| 335 | | int arcompact_handle04_2f_3f_1d_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_1d> (%08x)", op); return 4;} |
| 336 | | int arcompact_handle04_2f_3f_1e_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_1e> (%08x)", op); return 4;} |
| 337 | | int arcompact_handle04_2f_3f_1f_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_1f> (%08x)", op); return 4;} |
| 338 | | int arcompact_handle04_2f_3f_20_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_20> (%08x)", op); return 4;} |
| 339 | | int arcompact_handle04_2f_3f_21_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_21> (%08x)", op); return 4;} |
| 340 | | int arcompact_handle04_2f_3f_22_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_22> (%08x)", op); return 4;} |
| 341 | | int arcompact_handle04_2f_3f_23_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_23> (%08x)", op); return 4;} |
| 342 | | int arcompact_handle04_2f_3f_24_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_24> (%08x)", op); return 4;} |
| 343 | | int arcompact_handle04_2f_3f_25_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_25> (%08x)", op); return 4;} |
| 344 | | int arcompact_handle04_2f_3f_26_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_26> (%08x)", op); return 4;} |
| 345 | | int arcompact_handle04_2f_3f_27_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_27> (%08x)", op); return 4;} |
| 346 | | int arcompact_handle04_2f_3f_28_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_28> (%08x)", op); return 4;} |
| 347 | | int arcompact_handle04_2f_3f_29_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_29> (%08x)", op); return 4;} |
| 348 | | int arcompact_handle04_2f_3f_2a_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_2a> (%08x)", op); return 4;} |
| 349 | | int arcompact_handle04_2f_3f_2b_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_2b> (%08x)", op); return 4;} |
| 350 | | int arcompact_handle04_2f_3f_2c_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_2c> (%08x)", op); return 4;} |
| 351 | | int arcompact_handle04_2f_3f_2d_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_2d> (%08x)", op); return 4;} |
| 352 | | int arcompact_handle04_2f_3f_2e_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_2e> (%08x)", op); return 4;} |
| 353 | | int arcompact_handle04_2f_3f_2f_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_2f> (%08x)", op); return 4;} |
| 354 | | int arcompact_handle04_2f_3f_30_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_30> (%08x)", op); return 4;} |
| 355 | | int arcompact_handle04_2f_3f_31_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_31> (%08x)", op); return 4;} |
| 356 | | int arcompact_handle04_2f_3f_32_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_32> (%08x)", op); return 4;} |
| 357 | | int arcompact_handle04_2f_3f_33_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_33> (%08x)", op); return 4;} |
| 358 | | int arcompact_handle04_2f_3f_34_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_34> (%08x)", op); return 4;} |
| 359 | | int arcompact_handle04_2f_3f_35_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_35> (%08x)", op); return 4;} |
| 360 | | int arcompact_handle04_2f_3f_36_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_36> (%08x)", op); return 4;} |
| 361 | | int arcompact_handle04_2f_3f_37_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_37> (%08x)", op); return 4;} |
| 362 | | int arcompact_handle04_2f_3f_38_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_38> (%08x)", op); return 4;} |
| 363 | | int arcompact_handle04_2f_3f_39_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_39> (%08x)", op); return 4;} |
| 364 | | int arcompact_handle04_2f_3f_3a_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_3a> (%08x)", op); return 4;} |
| 365 | | int arcompact_handle04_2f_3f_3b_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_3b> (%08x)", op); return 4;} |
| 366 | | int arcompact_handle04_2f_3f_3c_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_3c> (%08x)", op); return 4;} |
| 367 | | int arcompact_handle04_2f_3f_3d_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_3d> (%08x)", op); return 4;} |
| 368 | | int arcompact_handle04_2f_3f_3e_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_3e> (%08x)", op); return 4;} |
| 369 | | int arcompact_handle04_2f_3f_3f_dasm(DASM_OPS_32); //("<illegal 0x04_2f_3f_3f> (%08x)", op); return 4;} |
| 313 | int arcompact_handle04_2f_3f_00_dasm(DASM_OPS_32); |
| 314 | int arcompact_handle04_2f_3f_06_dasm(DASM_OPS_32); |
| 315 | int arcompact_handle04_2f_3f_07_dasm(DASM_OPS_32); |
| 316 | int arcompact_handle04_2f_3f_08_dasm(DASM_OPS_32); |
| 317 | int arcompact_handle04_2f_3f_09_dasm(DASM_OPS_32); |
| 318 | int arcompact_handle04_2f_3f_0a_dasm(DASM_OPS_32); |
| 319 | int arcompact_handle04_2f_3f_0b_dasm(DASM_OPS_32); |
| 320 | int arcompact_handle04_2f_3f_0c_dasm(DASM_OPS_32); |
| 321 | int arcompact_handle04_2f_3f_0d_dasm(DASM_OPS_32); |
| 322 | int arcompact_handle04_2f_3f_0e_dasm(DASM_OPS_32); |
| 323 | int arcompact_handle04_2f_3f_0f_dasm(DASM_OPS_32); |
| 324 | int arcompact_handle04_2f_3f_10_dasm(DASM_OPS_32); |
| 325 | int arcompact_handle04_2f_3f_11_dasm(DASM_OPS_32); |
| 326 | int arcompact_handle04_2f_3f_12_dasm(DASM_OPS_32); |
| 327 | int arcompact_handle04_2f_3f_13_dasm(DASM_OPS_32); |
| 328 | int arcompact_handle04_2f_3f_14_dasm(DASM_OPS_32); |
| 329 | int arcompact_handle04_2f_3f_15_dasm(DASM_OPS_32); |
| 330 | int arcompact_handle04_2f_3f_16_dasm(DASM_OPS_32); |
| 331 | int arcompact_handle04_2f_3f_17_dasm(DASM_OPS_32); |
| 332 | int arcompact_handle04_2f_3f_18_dasm(DASM_OPS_32); |
| 333 | int arcompact_handle04_2f_3f_19_dasm(DASM_OPS_32); |
| 334 | int arcompact_handle04_2f_3f_1a_dasm(DASM_OPS_32); |
| 335 | int arcompact_handle04_2f_3f_1b_dasm(DASM_OPS_32); |
| 336 | int arcompact_handle04_2f_3f_1c_dasm(DASM_OPS_32); |
| 337 | int arcompact_handle04_2f_3f_1d_dasm(DASM_OPS_32); |
| 338 | int arcompact_handle04_2f_3f_1e_dasm(DASM_OPS_32); |
| 339 | int arcompact_handle04_2f_3f_1f_dasm(DASM_OPS_32); |
| 340 | int arcompact_handle04_2f_3f_20_dasm(DASM_OPS_32); |
| 341 | int arcompact_handle04_2f_3f_21_dasm(DASM_OPS_32); |
| 342 | int arcompact_handle04_2f_3f_22_dasm(DASM_OPS_32); |
| 343 | int arcompact_handle04_2f_3f_23_dasm(DASM_OPS_32); |
| 344 | int arcompact_handle04_2f_3f_24_dasm(DASM_OPS_32); |
| 345 | int arcompact_handle04_2f_3f_25_dasm(DASM_OPS_32); |
| 346 | int arcompact_handle04_2f_3f_26_dasm(DASM_OPS_32); |
| 347 | int arcompact_handle04_2f_3f_27_dasm(DASM_OPS_32); |
| 348 | int arcompact_handle04_2f_3f_28_dasm(DASM_OPS_32); |
| 349 | int arcompact_handle04_2f_3f_29_dasm(DASM_OPS_32); |
| 350 | int arcompact_handle04_2f_3f_2a_dasm(DASM_OPS_32); |
| 351 | int arcompact_handle04_2f_3f_2b_dasm(DASM_OPS_32); |
| 352 | int arcompact_handle04_2f_3f_2c_dasm(DASM_OPS_32); |
| 353 | int arcompact_handle04_2f_3f_2d_dasm(DASM_OPS_32); |
| 354 | int arcompact_handle04_2f_3f_2e_dasm(DASM_OPS_32); |
| 355 | int arcompact_handle04_2f_3f_2f_dasm(DASM_OPS_32); |
| 356 | int arcompact_handle04_2f_3f_30_dasm(DASM_OPS_32); |
| 357 | int arcompact_handle04_2f_3f_31_dasm(DASM_OPS_32); |
| 358 | int arcompact_handle04_2f_3f_32_dasm(DASM_OPS_32); |
| 359 | int arcompact_handle04_2f_3f_33_dasm(DASM_OPS_32); |
| 360 | int arcompact_handle04_2f_3f_34_dasm(DASM_OPS_32); |
| 361 | int arcompact_handle04_2f_3f_35_dasm(DASM_OPS_32); |
| 362 | int arcompact_handle04_2f_3f_36_dasm(DASM_OPS_32); |
| 363 | int arcompact_handle04_2f_3f_37_dasm(DASM_OPS_32); |
| 364 | int arcompact_handle04_2f_3f_38_dasm(DASM_OPS_32); |
| 365 | int arcompact_handle04_2f_3f_39_dasm(DASM_OPS_32); |
| 366 | int arcompact_handle04_2f_3f_3a_dasm(DASM_OPS_32); |
| 367 | int arcompact_handle04_2f_3f_3b_dasm(DASM_OPS_32); |
| 368 | int arcompact_handle04_2f_3f_3c_dasm(DASM_OPS_32); |
| 369 | int arcompact_handle04_2f_3f_3d_dasm(DASM_OPS_32); |
| 370 | int arcompact_handle04_2f_3f_3e_dasm(DASM_OPS_32); |
| 371 | int arcompact_handle04_2f_3f_3f_dasm(DASM_OPS_32); |
| 370 | 372 | |
| 371 | 373 | int arcompact_handle05_2f_00_dasm(DASM_OPS_32); |
| 372 | 374 | int arcompact_handle05_2f_01_dasm(DASM_OPS_32); |
| r242484 | r242485 | |
| 431 | 433 | int arcompact_handle05_2f_3c_dasm(DASM_OPS_32); |
| 432 | 434 | int arcompact_handle05_2f_3d_dasm(DASM_OPS_32); |
| 433 | 435 | int arcompact_handle05_2f_3e_dasm(DASM_OPS_32); |
| 434 | | //int arcompact_handle05_2f_3f_dasm(DASM_OPS_32); |
| 435 | 436 | |
| 436 | 437 | int arcompact_handle05_2f_3f_00_dasm(DASM_OPS_32); |
| 437 | 438 | int arcompact_handle05_2f_3f_01_dasm(DASM_OPS_32); |
| r242484 | r242485 | |
| 499 | 500 | int arcompact_handle05_2f_3f_3f_dasm(DASM_OPS_32); |
| 500 | 501 | |
| 501 | 502 | |
| 502 | | int arcompact_handle04_38_dasm(DASM_OPS_32); //("<illegal 0x04_38> (%08x)", op); return 4;} |
| 503 | | int arcompact_handle04_39_dasm(DASM_OPS_32); //("<illegal 0x04_39> (%08x)", op); return 4;} |
| 504 | | int arcompact_handle04_3a_dasm(DASM_OPS_32); //("<illegal 0x04_3a> (%08x)", op); return 4;} |
| 505 | | int arcompact_handle04_3b_dasm(DASM_OPS_32); //("<illegal 0x04_3b> (%08x)", op); return 4;} |
| 506 | | int arcompact_handle04_3c_dasm(DASM_OPS_32); //("<illegal 0x04_3c> (%08x)", op); return 4;} |
| 507 | | int arcompact_handle04_3d_dasm(DASM_OPS_32); //("<illegal 0x04_3d> (%08x)", op); return 4;} |
| 508 | | int arcompact_handle04_3e_dasm(DASM_OPS_32); //("<illegal 0x04_3e> (%08x)", op); return 4;} |
| 509 | | int arcompact_handle04_3f_dasm(DASM_OPS_32); //("<illegal 0x04_3f> (%08x)", op); return 4;} |
| 503 | int arcompact_handle04_38_dasm(DASM_OPS_32); |
| 504 | int arcompact_handle04_39_dasm(DASM_OPS_32); |
| 505 | int arcompact_handle04_3a_dasm(DASM_OPS_32); |
| 506 | int arcompact_handle04_3b_dasm(DASM_OPS_32); |
| 507 | int arcompact_handle04_3c_dasm(DASM_OPS_32); |
| 508 | int arcompact_handle04_3d_dasm(DASM_OPS_32); |
| 509 | int arcompact_handle04_3e_dasm(DASM_OPS_32); |
| 510 | int arcompact_handle04_3f_dasm(DASM_OPS_32); |
| 510 | 511 | |
| 511 | | int arcompact_handle05_09_dasm(DASM_OPS_32); //("<illegal 0x05_09> (%08x)", op); return 4;} |
| 512 | | int arcompact_handle05_0c_dasm(DASM_OPS_32); //("<illegal 0x05_0c> (%08x)", op); return 4;} |
| 513 | | int arcompact_handle05_0d_dasm(DASM_OPS_32); //("<illegal 0x05_0d> (%08x)", op); return 4;} |
| 514 | | int arcompact_handle05_0e_dasm(DASM_OPS_32); //("<illegal 0x05_0e> (%08x)", op); return 4;} |
| 515 | | int arcompact_handle05_0f_dasm(DASM_OPS_32); //("<illegal 0x05_0f> (%08x)", op); return 4;} |
| 516 | | int arcompact_handle05_10_dasm(DASM_OPS_32); //("<illegal 0x05_10> (%08x)", op); return 4;} |
| 517 | | int arcompact_handle05_11_dasm(DASM_OPS_32); //("<illegal 0x05_11> (%08x)", op); return 4;} |
| 518 | | int arcompact_handle05_12_dasm(DASM_OPS_32); //("<illegal 0x05_12> (%08x)", op); return 4;} |
| 519 | | int arcompact_handle05_13_dasm(DASM_OPS_32); //("<illegal 0x05_13> (%08x)", op); return 4;} |
| 520 | | int arcompact_handle05_14_dasm(DASM_OPS_32); //("<illegal 0x05_14> (%08x)", op); return 4;} |
| 521 | | int arcompact_handle05_15_dasm(DASM_OPS_32); //("<illegal 0x05_15> (%08x)", op); return 4;} |
| 522 | | int arcompact_handle05_16_dasm(DASM_OPS_32); //("<illegal 0x05_16> (%08x)", op); return 4;} |
| 523 | | int arcompact_handle05_17_dasm(DASM_OPS_32); //("<illegal 0x05_17> (%08x)", op); return 4;} |
| 524 | | int arcompact_handle05_18_dasm(DASM_OPS_32); //("<illegal 0x05_18> (%08x)", op); return 4;} |
| 525 | | int arcompact_handle05_19_dasm(DASM_OPS_32); //("<illegal 0x05_19> (%08x)", op); return 4;} |
| 526 | | int arcompact_handle05_1a_dasm(DASM_OPS_32); //("<illegal 0x05_1a> (%08x)", op); return 4;} |
| 527 | | int arcompact_handle05_1b_dasm(DASM_OPS_32); //("<illegal 0x05_1b> (%08x)", op); return 4;} |
| 528 | | int arcompact_handle05_1c_dasm(DASM_OPS_32); //("<illegal 0x05_1c> (%08x)", op); return 4;} |
| 529 | | int arcompact_handle05_1d_dasm(DASM_OPS_32); //("<illegal 0x05_1d> (%08x)", op); return 4;} |
| 530 | | int arcompact_handle05_1e_dasm(DASM_OPS_32); //("<illegal 0x05_1e> (%08x)", op); return 4;} |
| 531 | | int arcompact_handle05_1f_dasm(DASM_OPS_32); //("<illegal 0x05_1f> (%08x)", op); return 4;} |
| 532 | | int arcompact_handle05_20_dasm(DASM_OPS_32); //("<illegal 0x05_20> (%08x)", op); return 4;} |
| 533 | | int arcompact_handle05_21_dasm(DASM_OPS_32); //("<illegal 0x05_21> (%08x)", op); return 4;} |
| 534 | | int arcompact_handle05_22_dasm(DASM_OPS_32); //("<illegal 0x05_22> (%08x)", op); return 4;} |
| 535 | | int arcompact_handle05_23_dasm(DASM_OPS_32); //("<illegal 0x05_23> (%08x)", op); return 4;} |
| 536 | | int arcompact_handle05_24_dasm(DASM_OPS_32); //("<illegal 0x05_24> (%08x)", op); return 4;} |
| 537 | | int arcompact_handle05_25_dasm(DASM_OPS_32); //("<illegal 0x05_25> (%08x)", op); return 4;} |
| 538 | | int arcompact_handle05_26_dasm(DASM_OPS_32); //("<illegal 0x05_26> (%08x)", op); return 4;} |
| 539 | | int arcompact_handle05_27_dasm(DASM_OPS_32); //("<illegal 0x05_27> (%08x)", op); return 4;} |
| 512 | int arcompact_handle05_09_dasm(DASM_OPS_32); |
| 513 | int arcompact_handle05_0c_dasm(DASM_OPS_32); |
| 514 | int arcompact_handle05_0d_dasm(DASM_OPS_32); |
| 515 | int arcompact_handle05_0e_dasm(DASM_OPS_32); |
| 516 | int arcompact_handle05_0f_dasm(DASM_OPS_32); |
| 517 | int arcompact_handle05_10_dasm(DASM_OPS_32); |
| 518 | int arcompact_handle05_11_dasm(DASM_OPS_32); |
| 519 | int arcompact_handle05_12_dasm(DASM_OPS_32); |
| 520 | int arcompact_handle05_13_dasm(DASM_OPS_32); |
| 521 | int arcompact_handle05_14_dasm(DASM_OPS_32); |
| 522 | int arcompact_handle05_15_dasm(DASM_OPS_32); |
| 523 | int arcompact_handle05_16_dasm(DASM_OPS_32); |
| 524 | int arcompact_handle05_17_dasm(DASM_OPS_32); |
| 525 | int arcompact_handle05_18_dasm(DASM_OPS_32); |
| 526 | int arcompact_handle05_19_dasm(DASM_OPS_32); |
| 527 | int arcompact_handle05_1a_dasm(DASM_OPS_32); |
| 528 | int arcompact_handle05_1b_dasm(DASM_OPS_32); |
| 529 | int arcompact_handle05_1c_dasm(DASM_OPS_32); |
| 530 | int arcompact_handle05_1d_dasm(DASM_OPS_32); |
| 531 | int arcompact_handle05_1e_dasm(DASM_OPS_32); |
| 532 | int arcompact_handle05_1f_dasm(DASM_OPS_32); |
| 533 | int arcompact_handle05_20_dasm(DASM_OPS_32); |
| 534 | int arcompact_handle05_21_dasm(DASM_OPS_32); |
| 535 | int arcompact_handle05_22_dasm(DASM_OPS_32); |
| 536 | int arcompact_handle05_23_dasm(DASM_OPS_32); |
| 537 | int arcompact_handle05_24_dasm(DASM_OPS_32); |
| 538 | int arcompact_handle05_25_dasm(DASM_OPS_32); |
| 539 | int arcompact_handle05_26_dasm(DASM_OPS_32); |
| 540 | int arcompact_handle05_27_dasm(DASM_OPS_32); |
| 540 | 541 | |
| 541 | | int arcompact_handle05_2a_dasm(DASM_OPS_32); //("<illegal 0x05_2a> (%08x)", op); return 4;} |
| 542 | | int arcompact_handle05_2b_dasm(DASM_OPS_32); //("<illegal 0x05_2b> (%08x)", op); return 4;} |
| 543 | | int arcompact_handle05_2c_dasm(DASM_OPS_32); //("<illegal 0x05_2c> (%08x)", op); return 4;} |
| 544 | | int arcompact_handle05_2d_dasm(DASM_OPS_32); //("<illegal 0x05_2d> (%08x)", op); return 4;} |
| 545 | | int arcompact_handle05_2e_dasm(DASM_OPS_32); //("<illegal 0x05_2e> (%08x)", op); return 4;} |
| 542 | int arcompact_handle05_2a_dasm(DASM_OPS_32); |
| 543 | int arcompact_handle05_2b_dasm(DASM_OPS_32); |
| 544 | int arcompact_handle05_2c_dasm(DASM_OPS_32); |
| 545 | int arcompact_handle05_2d_dasm(DASM_OPS_32); |
| 546 | int arcompact_handle05_2e_dasm(DASM_OPS_32); |
| 546 | 547 | |
| 547 | | int arcompact_handle05_30_dasm(DASM_OPS_32); //("<illegal 0x05_30> (%08x)", op); return 4;} |
| 548 | | int arcompact_handle05_31_dasm(DASM_OPS_32); //("<illegal 0x05_31> (%08x)", op); return 4;} |
| 549 | | int arcompact_handle05_32_dasm(DASM_OPS_32); //("<illegal 0x05_32> (%08x)", op); return 4;} |
| 550 | | int arcompact_handle05_33_dasm(DASM_OPS_32); //("<illegal 0x05_33> (%08x)", op); return 4;} |
| 551 | | int arcompact_handle05_34_dasm(DASM_OPS_32); //("<illegal 0x05_34> (%08x)", op); return 4;} |
| 552 | | int arcompact_handle05_35_dasm(DASM_OPS_32); //("<illegal 0x05_35> (%08x)", op); return 4;} |
| 553 | | int arcompact_handle05_36_dasm(DASM_OPS_32); //("<illegal 0x05_36> (%08x)", op); return 4;} |
| 554 | | int arcompact_handle05_37_dasm(DASM_OPS_32); //("<illegal 0x05_37> (%08x)", op); return 4;} |
| 555 | | int arcompact_handle05_38_dasm(DASM_OPS_32); //("<illegal 0x05_38> (%08x)", op); return 4;} |
| 556 | | int arcompact_handle05_39_dasm(DASM_OPS_32); //("<illegal 0x05_39> (%08x)", op); return 4;} |
| 557 | | int arcompact_handle05_3a_dasm(DASM_OPS_32); //("<illegal 0x05_3a> (%08x)", op); return 4;} |
| 558 | | int arcompact_handle05_3b_dasm(DASM_OPS_32); //("<illegal 0x05_3b> (%08x)", op); return 4;} |
| 559 | | int arcompact_handle05_3c_dasm(DASM_OPS_32); //("<illegal 0x05_3c> (%08x)", op); return 4;} |
| 560 | | int arcompact_handle05_3d_dasm(DASM_OPS_32); //("<illegal 0x05_3d> (%08x)", op); return 4;} |
| 561 | | int arcompact_handle05_3e_dasm(DASM_OPS_32); //("<illegal 0x05_3e> (%08x)", op); return 4;} |
| 562 | | int arcompact_handle05_3f_dasm(DASM_OPS_32); //("<illegal 0x05_3f> (%08x)", op); return 4;} |
| 548 | int arcompact_handle05_30_dasm(DASM_OPS_32); |
| 549 | int arcompact_handle05_31_dasm(DASM_OPS_32); |
| 550 | int arcompact_handle05_32_dasm(DASM_OPS_32); |
| 551 | int arcompact_handle05_33_dasm(DASM_OPS_32); |
| 552 | int arcompact_handle05_34_dasm(DASM_OPS_32); |
| 553 | int arcompact_handle05_35_dasm(DASM_OPS_32); |
| 554 | int arcompact_handle05_36_dasm(DASM_OPS_32); |
| 555 | int arcompact_handle05_37_dasm(DASM_OPS_32); |
| 556 | int arcompact_handle05_38_dasm(DASM_OPS_32); |
| 557 | int arcompact_handle05_39_dasm(DASM_OPS_32); |
| 558 | int arcompact_handle05_3a_dasm(DASM_OPS_32); |
| 559 | int arcompact_handle05_3b_dasm(DASM_OPS_32); |
| 560 | int arcompact_handle05_3c_dasm(DASM_OPS_32); |
| 561 | int arcompact_handle05_3d_dasm(DASM_OPS_32); |
| 562 | int arcompact_handle05_3e_dasm(DASM_OPS_32); |
| 563 | int arcompact_handle05_3f_dasm(DASM_OPS_32); |
| 563 | 564 | |
| 564 | | int arcompact_handle0f_00_04_dasm(DASM_OPS_16); //("<illegal 0x0f_00_00> (%08x)", op); return 2;} |
| 565 | | int arcompact_handle0f_00_05_dasm(DASM_OPS_16); //("<illegal 0x0f_00_00> (%08x)", op); return 2;} |
| 566 | | int arcompact_handle0f_00_07_02_dasm(DASM_OPS_16); //("<illegal 0x0f_00_07_02> (%08x)", op); return 2;} |
| 567 | | int arcompact_handle0f_00_07_03_dasm(DASM_OPS_16); //("<illegal 0x0f_00_07_03> (%08x)", op); return 2;} |
| 568 | | int arcompact_handle0f_01_dasm(DASM_OPS_16); //("<illegal 0x0f_01> (%08x)", op); return 2;} |
| 569 | | int arcompact_handle0f_03_dasm(DASM_OPS_16); //("<illegal 0x0f_03> (%08x)", op); return 2;} |
| 570 | | int arcompact_handle0f_08_dasm(DASM_OPS_16); //("<illegal 0x0f_08> (%08x)", op); return 2;} |
| 571 | | int arcompact_handle0f_09_dasm(DASM_OPS_16); //("<illegal 0x0f_09> (%08x)", op); return 2;} |
| 572 | | int arcompact_handle0f_0a_dasm(DASM_OPS_16); //("<illegal 0x0f_0a> (%08x)", op); return 2;} |
| 573 | | int arcompact_handle0f_17_dasm(DASM_OPS_16); //("<illegal 0x0f_17> (%08x)", op); return 2;} |
| 565 | int arcompact_handle0f_00_04_dasm(DASM_OPS_16); |
| 566 | int arcompact_handle0f_00_05_dasm(DASM_OPS_16); |
| 567 | int arcompact_handle0f_00_07_02_dasm(DASM_OPS_16); |
| 568 | int arcompact_handle0f_00_07_03_dasm(DASM_OPS_16); |
| 569 | int arcompact_handle0f_01_dasm(DASM_OPS_16); |
| 570 | int arcompact_handle0f_03_dasm(DASM_OPS_16); |
| 571 | int arcompact_handle0f_08_dasm(DASM_OPS_16); |
| 572 | int arcompact_handle0f_09_dasm(DASM_OPS_16); |
| 573 | int arcompact_handle0f_0a_dasm(DASM_OPS_16); |
| 574 | int arcompact_handle0f_17_dasm(DASM_OPS_16); |
| 574 | 575 | |
| 575 | | int arcompact_handle18_05_02_dasm(DASM_OPS_16); //("<illegal 0x18_05_02> (%04x)", op); return 2;} |
| 576 | | int arcompact_handle18_05_03_dasm(DASM_OPS_16); //("<illegal 0x18_05_03> (%04x)", op); return 2;} |
| 577 | | int arcompact_handle18_05_04_dasm(DASM_OPS_16); //("<illegal 0x18_05_04> (%04x)", op); return 2;} |
| 578 | | int arcompact_handle18_05_05_dasm(DASM_OPS_16); //("<illegal 0x18_05_05> (%04x)", op); return 2;} |
| 579 | | int arcompact_handle18_05_06_dasm(DASM_OPS_16); //("<illegal 0x18_05_06> (%04x)", op); return 2;} |
| 580 | | int arcompact_handle18_05_07_dasm(DASM_OPS_16); //("<illegal 0x18_05_07> (%04x)", op); return 2;} |
| 581 | | int arcompact_handle18_06_00_dasm(DASM_OPS_16); //("<illegal 0x18_06_00> (%04x)", op); return 2;} |
| 582 | | int arcompact_handle18_06_02_dasm(DASM_OPS_16); //("<illegal 0x18_06_02> (%04x)", op); return 2;} |
| 583 | | int arcompact_handle18_06_03_dasm(DASM_OPS_16); //("<illegal 0x18_06_03> (%04x)", op); return 2;} |
| 584 | | int arcompact_handle18_06_04_dasm(DASM_OPS_16); //("<illegal 0x18_06_04> (%04x)", op); return 2;} |
| 585 | | int arcompact_handle18_06_05_dasm(DASM_OPS_16); //("<illegal 0x18_06_05> (%04x)", op); return 2;} |
| 586 | | int arcompact_handle18_06_06_dasm(DASM_OPS_16); //("<illegal 0x18_06_06> (%04x)", op); return 2;} |
| 587 | | int arcompact_handle18_06_07_dasm(DASM_OPS_16); //("<illegal 0x18_06_07> (%04x)", op); return 2;} |
| 588 | | int arcompact_handle18_06_08_dasm(DASM_OPS_16); //("<illegal 0x18_06_08> (%04x)", op); return 2;} |
| 589 | | int arcompact_handle18_06_09_dasm(DASM_OPS_16); //("<illegal 0x18_06_09> (%04x)", op); return 2;} |
| 590 | | int arcompact_handle18_06_0a_dasm(DASM_OPS_16); //("<illegal 0x18_06_0a> (%04x)", op); return 2;} |
| 591 | | int arcompact_handle18_06_0b_dasm(DASM_OPS_16); //("<illegal 0x18_06_0b> (%04x)", op); return 2;} |
| 592 | | int arcompact_handle18_06_0c_dasm(DASM_OPS_16); //("<illegal 0x18_06_0c> (%04x)", op); return 2;} |
| 593 | | int arcompact_handle18_06_0d_dasm(DASM_OPS_16); //("<illegal 0x18_06_0d> (%04x)", op); return 2;} |
| 594 | | int arcompact_handle18_06_0e_dasm(DASM_OPS_16); //("<illegal 0x18_06_0e> (%04x)", op); return 2;} |
| 595 | | int arcompact_handle18_06_0f_dasm(DASM_OPS_16); //("<illegal 0x18_06_0f> (%04x)", op); return 2;} |
| 596 | | int arcompact_handle18_06_10_dasm(DASM_OPS_16); //("<illegal 0x18_06_10> (%04x)", op); return 2;} |
| 597 | | int arcompact_handle18_06_12_dasm(DASM_OPS_16); //("<illegal 0x18_06_12> (%04x)", op); return 2;} |
| 598 | | int arcompact_handle18_06_13_dasm(DASM_OPS_16); //("<illegal 0x18_06_13> (%04x)", op); return 2;} |
| 599 | | int arcompact_handle18_06_14_dasm(DASM_OPS_16); //("<illegal 0x18_06_14> (%04x)", op); return 2;} |
| 600 | | int arcompact_handle18_06_15_dasm(DASM_OPS_16); //("<illegal 0x18_06_15> (%04x)", op); return 2;} |
| 601 | | int arcompact_handle18_06_16_dasm(DASM_OPS_16); //("<illegal 0x18_06_16> (%04x)", op); return 2;} |
| 602 | | int arcompact_handle18_06_17_dasm(DASM_OPS_16); //("<illegal 0x18_06_17> (%04x)", op); return 2;} |
| 603 | | int arcompact_handle18_06_18_dasm(DASM_OPS_16); //("<illegal 0x18_06_18> (%04x)", op); return 2;} |
| 604 | | int arcompact_handle18_06_19_dasm(DASM_OPS_16); //("<illegal 0x18_06_19> (%04x)", op); return 2;} |
| 605 | | int arcompact_handle18_06_1a_dasm(DASM_OPS_16); //("<illegal 0x18_06_1a> (%04x)", op); return 2;} |
| 606 | | int arcompact_handle18_06_1b_dasm(DASM_OPS_16); //("<illegal 0x18_06_1b> (%04x)", op); return 2;} |
| 607 | | int arcompact_handle18_06_1c_dasm(DASM_OPS_16); //("<illegal 0x18_06_1c> (%04x)", op); return 2;} |
| 608 | | int arcompact_handle18_06_1d_dasm(DASM_OPS_16); //("<illegal 0x18_06_1d> (%04x)", op); return 2;} |
| 609 | | int arcompact_handle18_06_1e_dasm(DASM_OPS_16); //("<illegal 0x18_06_1e> (%04x)", op); return 2;} |
| 610 | | int arcompact_handle18_06_1f_dasm(DASM_OPS_16); //("<illegal 0x18_06_1f> (%04x)", op); return 2;} |
| 611 | | int arcompact_handle18_07_00_dasm(DASM_OPS_16); //("<illegal 0x18_07_00> (%04x)", op); return 2;} |
| 612 | | int arcompact_handle18_07_02_dasm(DASM_OPS_16); //("<illegal 0x18_07_02> (%04x)", op); return 2;} |
| 613 | | int arcompact_handle18_07_03_dasm(DASM_OPS_16); //("<illegal 0x18_07_03> (%04x)", op); return 2;} |
| 614 | | int arcompact_handle18_07_04_dasm(DASM_OPS_16); //("<illegal 0x18_07_04> (%04x)", op); return 2;} |
| 615 | | int arcompact_handle18_07_05_dasm(DASM_OPS_16); //("<illegal 0x18_07_05> (%04x)", op); return 2;} |
| 616 | | int arcompact_handle18_07_06_dasm(DASM_OPS_16); //("<illegal 0x18_07_06> (%04x)", op); return 2;} |
| 617 | | int arcompact_handle18_07_07_dasm(DASM_OPS_16); //("<illegal 0x18_07_07> (%04x)", op); return 2;} |
| 618 | | int arcompact_handle18_07_08_dasm(DASM_OPS_16); //("<illegal 0x18_07_08> (%04x)", op); return 2;} |
| 619 | | int arcompact_handle18_07_09_dasm(DASM_OPS_16); //("<illegal 0x18_07_09> (%04x)", op); return 2;} |
| 620 | | int arcompact_handle18_07_0a_dasm(DASM_OPS_16); //("<illegal 0x18_07_0a> (%04x)", op); return 2;} |
| 621 | | int arcompact_handle18_07_0b_dasm(DASM_OPS_16); //("<illegal 0x18_07_0b> (%04x)", op); return 2;} |
| 622 | | int arcompact_handle18_07_0c_dasm(DASM_OPS_16); //("<illegal 0x18_07_0c> (%04x)", op); return 2;} |
| 623 | | int arcompact_handle18_07_0d_dasm(DASM_OPS_16); //("<illegal 0x18_07_0d> (%04x)", op); return 2;} |
| 624 | | int arcompact_handle18_07_0e_dasm(DASM_OPS_16); //("<illegal 0x18_07_0e> (%04x)", op); return 2;} |
| 625 | | int arcompact_handle18_07_0f_dasm(DASM_OPS_16); //("<illegal 0x18_07_0f> (%04x)", op); return 2;} |
| 626 | | int arcompact_handle18_07_10_dasm(DASM_OPS_16); //("<illegal 0x18_07_10> (%04x)", op); return 2;} |
| 627 | | int arcompact_handle18_07_12_dasm(DASM_OPS_16); //("<illegal 0x18_07_12> (%04x)", op); return 2;} |
| 628 | | int arcompact_handle18_07_13_dasm(DASM_OPS_16); //("<illegal 0x18_07_13> (%04x)", op); return 2;} |
| 629 | | int arcompact_handle18_07_14_dasm(DASM_OPS_16); //("<illegal 0x18_07_14> (%04x)", op); return 2;} |
| 630 | | int arcompact_handle18_07_15_dasm(DASM_OPS_16); //("<illegal 0x18_07_15> (%04x)", op); return 2;} |
| 631 | | int arcompact_handle18_07_16_dasm(DASM_OPS_16); //("<illegal 0x18_07_16> (%04x)", op); return 2;} |
| 632 | | int arcompact_handle18_07_17_dasm(DASM_OPS_16); //("<illegal 0x18_07_17> (%04x)", op); return 2;} |
| 633 | | int arcompact_handle18_07_18_dasm(DASM_OPS_16); //("<illegal 0x18_07_18> (%04x)", op); return 2;} |
| 634 | | int arcompact_handle18_07_19_dasm(DASM_OPS_16); //("<illegal 0x18_07_19> (%04x)", op); return 2;} |
| 635 | | int arcompact_handle18_07_1a_dasm(DASM_OPS_16); //("<illegal 0x18_07_1a> (%04x)", op); return 2;} |
| 636 | | int arcompact_handle18_07_1b_dasm(DASM_OPS_16); //("<illegal 0x18_07_1b> (%04x)", op); return 2;} |
| 637 | | int arcompact_handle18_07_1c_dasm(DASM_OPS_16); //("<illegal 0x18_07_1c> (%04x)", op); return 2;} |
| 638 | | int arcompact_handle18_07_1d_dasm(DASM_OPS_16); //("<illegal 0x18_07_1d> (%04x)", op); return 2;} |
| 639 | | int arcompact_handle18_07_1e_dasm(DASM_OPS_16); //("<illegal 0x18_07_1e> (%04x)", op); return 2;} |
| 640 | | int arcompact_handle18_07_1f_dasm(DASM_OPS_16); //("<illegal 0x18_07_1f> (%04x)", op); return 2;} |
| 641 | | |
| 576 | int arcompact_handle18_05_02_dasm(DASM_OPS_16); |
| 577 | int arcompact_handle18_05_03_dasm(DASM_OPS_16); |
| 578 | int arcompact_handle18_05_04_dasm(DASM_OPS_16); |
| 579 | int arcompact_handle18_05_05_dasm(DASM_OPS_16); |
| 580 | int arcompact_handle18_05_06_dasm(DASM_OPS_16); |
| 581 | int arcompact_handle18_05_07_dasm(DASM_OPS_16); |
| 582 | int arcompact_handle18_06_00_dasm(DASM_OPS_16); |
| 583 | int arcompact_handle18_06_02_dasm(DASM_OPS_16); |
| 584 | int arcompact_handle18_06_03_dasm(DASM_OPS_16); |
| 585 | int arcompact_handle18_06_04_dasm(DASM_OPS_16); |
| 586 | int arcompact_handle18_06_05_dasm(DASM_OPS_16); |
| 587 | int arcompact_handle18_06_06_dasm(DASM_OPS_16); |
| 588 | int arcompact_handle18_06_07_dasm(DASM_OPS_16); |
| 589 | int arcompact_handle18_06_08_dasm(DASM_OPS_16); |
| 590 | int arcompact_handle18_06_09_dasm(DASM_OPS_16); |
| 591 | int arcompact_handle18_06_0a_dasm(DASM_OPS_16); |
| 592 | int arcompact_handle18_06_0b_dasm(DASM_OPS_16); |
| 593 | int arcompact_handle18_06_0c_dasm(DASM_OPS_16); |
| 594 | int arcompact_handle18_06_0d_dasm(DASM_OPS_16); |
| 595 | int arcompact_handle18_06_0e_dasm(DASM_OPS_16); |
| 596 | int arcompact_handle18_06_0f_dasm(DASM_OPS_16); |
| 597 | int arcompact_handle18_06_10_dasm(DASM_OPS_16); |
| 598 | int arcompact_handle18_06_12_dasm(DASM_OPS_16); |
| 599 | int arcompact_handle18_06_13_dasm(DASM_OPS_16); |
| 600 | int arcompact_handle18_06_14_dasm(DASM_OPS_16); |
| 601 | int arcompact_handle18_06_15_dasm(DASM_OPS_16); |
| 602 | int arcompact_handle18_06_16_dasm(DASM_OPS_16); |
| 603 | int arcompact_handle18_06_17_dasm(DASM_OPS_16); |
| 604 | int arcompact_handle18_06_18_dasm(DASM_OPS_16); |
| 605 | int arcompact_handle18_06_19_dasm(DASM_OPS_16); |
| 606 | int arcompact_handle18_06_1a_dasm(DASM_OPS_16); |
| 607 | int arcompact_handle18_06_1b_dasm(DASM_OPS_16); |
| 608 | int arcompact_handle18_06_1c_dasm(DASM_OPS_16); |
| 609 | int arcompact_handle18_06_1d_dasm(DASM_OPS_16); |
| 610 | int arcompact_handle18_06_1e_dasm(DASM_OPS_16); |
| 611 | int arcompact_handle18_06_1f_dasm(DASM_OPS_16); |
| 612 | int arcompact_handle18_07_00_dasm(DASM_OPS_16); |
| 613 | int arcompact_handle18_07_02_dasm(DASM_OPS_16); |
| 614 | int arcompact_handle18_07_03_dasm(DASM_OPS_16); |
| 615 | int arcompact_handle18_07_04_dasm(DASM_OPS_16); |
| 616 | int arcompact_handle18_07_05_dasm(DASM_OPS_16); |
| 617 | int arcompact_handle18_07_06_dasm(DASM_OPS_16); |
| 618 | int arcompact_handle18_07_07_dasm(DASM_OPS_16); |
| 619 | int arcompact_handle18_07_08_dasm(DASM_OPS_16); |
| 620 | int arcompact_handle18_07_09_dasm(DASM_OPS_16); |
| 621 | int arcompact_handle18_07_0a_dasm(DASM_OPS_16); |
| 622 | int arcompact_handle18_07_0b_dasm(DASM_OPS_16); |
| 623 | int arcompact_handle18_07_0c_dasm(DASM_OPS_16); |
| 624 | int arcompact_handle18_07_0d_dasm(DASM_OPS_16); |
| 625 | int arcompact_handle18_07_0e_dasm(DASM_OPS_16); |
| 626 | int arcompact_handle18_07_0f_dasm(DASM_OPS_16); |
| 627 | int arcompact_handle18_07_10_dasm(DASM_OPS_16); |
| 628 | int arcompact_handle18_07_12_dasm(DASM_OPS_16); |
| 629 | int arcompact_handle18_07_13_dasm(DASM_OPS_16); |
| 630 | int arcompact_handle18_07_14_dasm(DASM_OPS_16); |
| 631 | int arcompact_handle18_07_15_dasm(DASM_OPS_16); |
| 632 | int arcompact_handle18_07_16_dasm(DASM_OPS_16); |
| 633 | int arcompact_handle18_07_17_dasm(DASM_OPS_16); |
| 634 | int arcompact_handle18_07_18_dasm(DASM_OPS_16); |
| 635 | int arcompact_handle18_07_19_dasm(DASM_OPS_16); |
| 636 | int arcompact_handle18_07_1a_dasm(DASM_OPS_16); |
| 637 | int arcompact_handle18_07_1b_dasm(DASM_OPS_16); |
| 638 | int arcompact_handle18_07_1c_dasm(DASM_OPS_16); |
| 639 | int arcompact_handle18_07_1d_dasm(DASM_OPS_16); |
| 640 | int arcompact_handle18_07_1e_dasm(DASM_OPS_16); |
| 641 | int arcompact_handle18_07_1f_dasm(DASM_OPS_16); |