Lines Matching refs:mem_mod
1424 tic6x_mem_mod mem_mod = tic6x_mem_mod_none; in tic6x_parse_operand() local
1445 mem_mod = tic6x_mem_mod_preinc; in tic6x_parse_operand()
1450 mem_mod = tic6x_mem_mod_plus; in tic6x_parse_operand()
1458 mem_mod = tic6x_mem_mod_predec; in tic6x_parse_operand()
1463 mem_mod = tic6x_mem_mod_minus; in tic6x_parse_operand()
1479 if (mem_ok && mem_mod == tic6x_mem_mod_none) in tic6x_parse_operand()
1484 mem_mod = tic6x_mem_mod_postinc; in tic6x_parse_operand()
1489 mem_mod = tic6x_mem_mod_postdec; in tic6x_parse_operand()
1494 if (mem_mod == tic6x_mem_mod_none) in tic6x_parse_operand()
1498 if (mem_mod == tic6x_mem_mod_plus || mem_mod == tic6x_mem_mod_minus) in tic6x_parse_operand()
1579 op->value.mem.mod = mem_mod; in tic6x_parse_operand()