Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic6x.c1424 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()
[all …]