Home
last modified time | relevance | path

Searched refs:opcode_a5xx (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/hercules/hercules-3.13/
H A Ddyninst.c27 #define opcode_a5xx opcode_a5xx_r macro
53 #undef opcode_a5xx
121 static void * opcode_a5xx; variable
160 memcpy(save_a5xx,opcode_a5xx,sizeof(save_a5xx)); in opcode_save()
187 memcpy(opcode_a5xx,save_a5xx,sizeof(save_a5xx)); in opcode_restore()
322 HDL_RESOLVE(opcode_a5xx);
365 assign_extop1(opcode, extop, opcode_a5xx, save_a5xx);
H A Dhdl.c1153 hdl_modify_optab(insert,opcode_a5xx[instr->opcode & 0x0f],instr); in hdl_modify_opcode()
H A Dopcode.c1259 regs->ARCH_DEP(opcode_a5xx)[inst[1]](inst, regs); in DEF_INST()
1324 regs->ARCH_DEP(opcode_a5xx)[inst[1]](inst, regs); in DEF_INST()
2440 z900_opcode_a5xx [i] = opcode_a5xx [i&0x0F][ARCH_900]; in copy_opcode_tables()
3355 DLL_EXPORT zz_func opcode_a5xx[16][GEN_MAXARCH] = { variable
H A Dopcode.h146 OPC_DLL_IMPORT zz_func opcode_a5xx[][GEN_MAXARCH]; variable