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

/freebsd-11-stable/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-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c346 unsigned postind : 1; /* Postindexed address. */ member in struct:arm_it::__anon85
4575 Postindexed addressing (.postind=1, .writeback=1):
4582 Unindexed addressing (.preind=0, .postind=0):
4777 inst.operands[i].postind = 1;
4816 /* If at this point neither .preind nor .postind is set, we have a
4818 if (inst.operands[i].preind == 0 && inst.operands[i].postind == 0)
6270 else if (inst.operands[i].postind)
6366 assert (!(inst.operands[i].preind && inst.operands[i].postind));
6368 if (!inst.operands[i].preind && !inst.operands[i].postind) /* unindexed */
6952 && (inst.operands[2].writeback || inst.operands[2].postind))
[all...]

Completed in 107 milliseconds