Lines Matching refs:mod
1145 tic6x_mem_mod mod; member
1579 op->value.mem.mod = mem_mod; in tic6x_parse_operand()
2244 if (op->value.mem.mod != tic6x_mem_mod_none) in tic6x_operand_matches_form()
2257 if (op->value.mem.mod == tic6x_mem_mod_none) in tic6x_operand_matches_form()
2265 if (op->value.mem.mod == tic6x_mem_mod_plus in tic6x_operand_matches_form()
2266 || op->value.mem.mod == tic6x_mem_mod_minus) in tic6x_operand_matches_form()
2293 switch (op->value.mem.mod) in tic6x_operand_matches_form()
2381 switch (mem_ref->mod) in tic6x_default_mem_ref()
2386 mem_ref->mod = tic6x_mem_mod_plus; in tic6x_default_mem_ref()
2626 if (operands[opno].value.mem.mod == tic6x_mem_mod_none in tic6x_try_encode()
2879 switch (mem.mod) in tic6x_try_encode()