Home
last modified time | relevance | path

Searched refs:TIC6X_FLAG_INSN16_BSIDE (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Dtic6x.h226 #define TIC6X_FLAG_INSN16_BSIDE 0x00400000 macro
Dtic6x-opcode-table.h332 INSN(addaw, d, dx5, 1cycle, C64XP, TIC6X_FLAG_INSN16_BSIDE,
336 INSN(addaw, d, dx5p, 1cycle, C64XP, TIC6X_FLAG_INSN16_BSIDE,
/toolchain/binutils/binutils-2.25/opcodes/
Dtic6x-dis.c691 if (opc->flags & TIC6X_FLAG_INSN16_BSIDE && func_unit_side == 1) in print_insn_tic6x()