Searched refs:tic80_opcodes (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dtic80.h60 extern const struct tic80_opcode tic80_opcodes[];
123 the operands field of the tic80_opcodes table. */
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dtic80.h60 extern const struct tic80_opcode tic80_opcodes[];
123 the operands field of the tic80_opcodes table. */
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dtic80-dis.c306 opcode_end = tic80_opcodes + tic80_num_opcodes;
307 for (opcode = tic80_opcodes; opcode < opcode_end; opcode++)
H A Dtic80-opc.c601 const struct tic80_opcode tic80_opcodes[] = {
1220 const int tic80_num_opcodes = sizeof (tic80_opcodes) / sizeof (tic80_opcodes[0]);
597 const struct tic80_opcode tic80_opcodes[] = { variable in typeref:struct:tic80_opcode
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dtic80-dis.c276 opcode_end = tic80_opcodes + tic80_num_opcodes;
277 for (opcode = tic80_opcodes; opcode < opcode_end; opcode++)
H A Dtic80-opc.c601 const struct tic80_opcode tic80_opcodes[] = {
1220 const int tic80_num_opcodes = sizeof (tic80_opcodes) / sizeof (tic80_opcodes[0]);
597 const struct tic80_opcode tic80_opcodes[] = { variable in typeref:struct:tic80_opcode
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-tic80.c332 end = tic80_opcodes + tic80_num_opcodes;
845 op_end = tic80_opcodes + tic80_num_opcodes;
846 for (op = tic80_opcodes; op < op_end; op++)

Completed in 181 milliseconds