Searched refs:R_SCALED (Results 1 – 2 of 2) sorted by relevance
98 #define R_SCALED(insn,op) ((((op)->flags & TIC80_OPERAND_SCALED) != 0) && ((insn) & (1 << 11))) macro143 if (R_SCALED (insn, operand)) in print_operand()
1039 * 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.