Searched refs:postind (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/binutils/opcodes/
H A Darm-dis.c3447 bfd_boolean writeback = FALSE, postind = FALSE;
3487 postind = TRUE;
3492 postind = TRUE;
3500 if (postind)
3446 bfd_boolean writeback = FALSE, postind = FALSE; local
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-arm.c346 unsigned postind : 1; /* Postindexed address. */ member in struct:arm_it::__anon323
4543 Postindexed addressing (.postind=1, .writeback=1):
4550 Unindexed addressing (.preind=0, .postind=0):
4728 inst.operands[i].postind = 1;
4767 /* If at this point neither .preind nor .postind is set, we have a
4769 if (inst.operands[i].preind == 0 && inst.operands[i].postind == 0)
6221 else if (inst.operands[i].postind)
6317 assert (!(inst.operands[i].preind && inst.operands[i].postind));
6319 if (!inst.operands[i].preind && !inst.operands[i].postind) /* unindexed */
6898 && (inst.operands[2].writeback || inst.operands[2].postind))
[all...]

Completed in 77 milliseconds