Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dtic80-dis.c98 #define R_SCALED(insn,op) ((((op)->flags & TIC80_OPERAND_SCALED) != 0) && ((insn) & (1 << 11))) macro
143 if (R_SCALED (insn, operand)) in print_operand()
DChangeLog-92971039 * tic80-dis.c (R_SCALED): Add macro to test for ":s" modifier bit.
1040 (print_insn_tic80): If R_SCALED then print ":s" modifier for operand.