Searched refs:RX_Opcode_Decoded (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/rx/
H A Dmem.h48 RX_Opcode_Decoded **rx_mem_decode_cache (unsigned long address);
H A Dmem.c50 static RX_Opcode_Decoded ***ptdc[L1_LEN];
90 ptdc[pt1] = (RX_Opcode_Decoded ***) calloc (L2_LEN, sizeof (RX_Opcode_Decoded ***));
99 ptdc[pt1][pt2] = (RX_Opcode_Decoded **) calloc (OFF_LEN, sizeof(RX_Opcode_Decoded *));
132 RX_Opcode_Decoded **
135 return (RX_Opcode_Decoded **) rx_mem_ptr (address, MPA_DECODE_CACHE);
H A Drx.c352 static RX_Opcode_Decoded **decode_cache_base;
392 get_op (const RX_Opcode_Decoded *rd, int i)
522 put_op (const RX_Opcode_Decoded *rd, int i, int v)
917 op_is_memory (const RX_Opcode_Decoded *rd, int i)
943 const RX_Opcode_Decoded *opcode;
969 RX_Opcode_Decoded *opcode_w;
971 opcode_w = decode_cache_base[opcode_pc] = calloc (1, sizeof (RX_Opcode_Decoded));
/netbsd-current/external/gpl3/gdb/dist/sim/rx/
H A Dmem.h50 RX_Opcode_Decoded **rx_mem_decode_cache (unsigned long address);
H A Dmem.c52 static RX_Opcode_Decoded ***ptdc[L1_LEN];
92 ptdc[pt1] = (RX_Opcode_Decoded ***) calloc (L2_LEN, sizeof (RX_Opcode_Decoded ***));
101 ptdc[pt1][pt2] = (RX_Opcode_Decoded **) calloc (OFF_LEN, sizeof(RX_Opcode_Decoded *));
134 RX_Opcode_Decoded **
137 return (RX_Opcode_Decoded **) rx_mem_ptr (address, MPA_DECODE_CACHE);
H A Drx.c354 static RX_Opcode_Decoded **decode_cache_base;
394 get_op (const RX_Opcode_Decoded *rd, int i)
524 put_op (const RX_Opcode_Decoded *rd, int i, int v)
919 op_is_memory (const RX_Opcode_Decoded *rd, int i)
945 const RX_Opcode_Decoded *opcode;
971 RX_Opcode_Decoded *opcode_w;
973 opcode_w = decode_cache_base[opcode_pc] = calloc (1, sizeof (RX_Opcode_Decoded));
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Drx.h261 } RX_Opcode_Decoded; typedef in typeref:struct:__anon2104
276 int rx_decode_opcode (unsigned long, RX_Opcode_Decoded *, int (*)(void *), void *);
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Drx.h261 } RX_Opcode_Decoded; typedef in typeref:struct:__anon1524
276 int rx_decode_opcode (unsigned long, RX_Opcode_Decoded *, int (*)(void *), void *);
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Drx.h261 } RX_Opcode_Decoded; typedef in typeref:struct:__anon1142
276 int rx_decode_opcode (unsigned long, RX_Opcode_Decoded *, int (*)(void *), void *);
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Drx.h261 } RX_Opcode_Decoded; typedef in typeref:struct:__anon1123
276 int rx_decode_opcode (unsigned long, RX_Opcode_Decoded *, int (*)(void *), void *);
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Drx-dis.c220 RX_Opcode_Decoded opcode;
H A Drx-decode.c37 RX_Opcode_Decoded * rx;
291 RX_Opcode_Decoded * rx,
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Drx-dis.c220 RX_Opcode_Decoded opcode;
H A Drx-decode.c37 RX_Opcode_Decoded * rx;
291 RX_Opcode_Decoded * rx,
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Drx-dis.c220 RX_Opcode_Decoded opcode;
H A Drx-decode.c37 RX_Opcode_Decoded * rx;
291 RX_Opcode_Decoded * rx,
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Drx-dis.c220 RX_Opcode_Decoded opcode;
H A Drx-decode.c37 RX_Opcode_Decoded * rx;
291 RX_Opcode_Decoded * rx,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Drx-tdep.c232 RX_Opcode_Decoded opc;
419 RX_Opcode_Decoded opc;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Drx-tdep.c233 RX_Opcode_Decoded opc;
420 RX_Opcode_Decoded opc;

Completed in 303 milliseconds