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

/haiku-buildtools/binutils/include/opcode/
H A Daarch64.h936 unsigned postind : 1; /* Post-indexed. */
933 unsigned postind : 1; /* Post-indexed. */ member in struct:aarch64_opnd_info::__anon861::__anon866
/haiku-buildtools/binutils/gas/config/
H A Dtc-aarch64.c3342 .pcrel=0; .preind=1; .postind=0; .writeback=0
3344 .pcrel=0; .preind=1; .postind=0; .writeback=1
3346 .pcrel=0; .preind=0; .postind=1; .writeback=1
3348 .pcrel=1; .preind=1; .postind=0; .writeback=0
3587 operand->addr.postind = 1;
3617 /* If at this point neither .preind nor .postind is set, we have a
3619 if (operand->addr.preind == 0 && operand->addr.postind == 0)
5956 || !info->addr.preind || info->addr.postind
5988 || !info->addr.preind || info->addr.postind
6007 || (!info->addr.preind && !info->addr.postind))
[all...]
H A Dtc-arm.c471 unsigned postind : 1; /* Postindexed address. */ member in struct:arm_it::__anon351
5467 Postindexed addressing (.postind=1, .writeback=1):
5474 Unindexed addressing (.preind=0, .postind=0):
5674 inst.operands[i].postind = 1;
5727 /* If at this point neither .preind nor .postind is set, we have a
5729 if (inst.operands[i].preind == 0 && inst.operands[i].postind == 0)
7524 else if (inst.operands[i].postind)
8166 gas_assert (!(inst.operands[i].preind && inst.operands[i].postind));
8168 if (!inst.operands[i].preind && !inst.operands[i].postind) /* unindexed */
8890 && (inst.operands[2].writeback || inst.operands[2].postind))
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-arm.c286 unsigned postind : 1; /* Postindexed address. */ member in struct:arm_it::__anon2532
3335 Postindexed addressing (.postind=1, .writeback=1):
3342 Unindexed addressing (.preind=0, .postind=0):
3449 inst.operands[i].postind = 1;
3483 /* If at this point neither .preind nor .postind is set, we have a
3485 if (inst.operands[i].preind == 0 && inst.operands[i].postind == 0)
4318 else if (inst.operands[i].postind)
4413 assert (!(inst.operands[i].preind && inst.operands[i].postind));
4415 if (!inst.operands[i].preind && !inst.operands[i].postind) /* unindexed */
4984 && (inst.operands[2].writeback || inst.operands[2].postind))
[all...]
/haiku-buildtools/binutils/opcodes/
H A Daarch64-asm.c634 assert (info->addr.preind != info->addr.postind);
660 assert (info->addr.preind == 1 && info->addr.postind == 0);
H A Darm-dis.c5677 bfd_boolean writeback = FALSE, postind = FALSE;
5722 postind = TRUE;
5727 postind = TRUE;
5735 if (postind)
5676 bfd_boolean writeback = FALSE, postind = FALSE; local
H A Daarch64-dis.c996 info->addr.postind = 1;

Completed in 342 milliseconds