Home
last modified time | relevance | path

Searched refs:TIC6X_INSN16_MEM_MODE_VAL (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Dtic6x.h231 #define TIC6X_INSN16_MEM_MODE_VAL(n) (((n) & 0x000F0000) >> 16) macro
/toolchain/binutils/binutils-2.25/opcodes/
Dtic6x-dis.c1082 mem_mode = TIC6X_INSN16_MEM_MODE_VAL (opc->flags); in print_insn_tic6x()