HomeSort by: relevance | last modified time | path
    Searched defs:postind (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
arm-dis.c 11262 bool writeback = false, postind = false;
11314 postind = true;
11319 postind = true;
11327 if (postind)
11261 bool writeback = false, postind = false; local
  /src/external/gpl3/binutils.old/dist/opcodes/
arm-dis.c 11262 bool writeback = false, postind = false;
11314 postind = true;
11319 postind = true;
11327 if (postind)
11261 bool writeback = false, postind = false; local
  /src/external/gpl3/gdb/dist/opcodes/
arm-dis.c 11262 bool writeback = false, postind = false;
11314 postind = true;
11319 postind = true;
11327 if (postind)
11261 bool writeback = false, postind = false; local
  /src/external/gpl3/gdb.old/dist/opcodes/
arm-dis.c 11449 bool writeback = false, postind = false;
11501 postind = true;
11506 postind = true;
11514 if (postind)
11448 bool writeback = false, postind = false; local
  /src/external/gpl3/gdb/dist/include/opcode/
aarch64.h 1687 unsigned postind : 1; /* Post-indexed. */
1684 unsigned postind : 1; \/* Post-indexed. *\/ member in struct:aarch64_opnd_info::__anon18663::__anon18667
  /src/external/gpl3/gdb.old/dist/include/opcode/
aarch64.h 1562 unsigned postind : 1; /* Post-indexed. */
1559 unsigned postind : 1; \/* Post-indexed. *\/ member in struct:aarch64_opnd_info::__anon21404::__anon21408
  /src/external/gpl3/binutils/dist/include/opcode/
aarch64.h 1830 unsigned postind : 1; /* Post-indexed. */
1827 unsigned postind : 1; \/* Post-indexed. *\/ member in struct:aarch64_opnd_info::__anon10552::__anon10556
  /src/external/gpl3/binutils.old/dist/include/opcode/
aarch64.h 1843 unsigned postind : 1; /* Post-indexed. */
1840 unsigned postind : 1; \/* Post-indexed. *\/ member in struct:aarch64_opnd_info::__anon12016::__anon12020
  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 561 unsigned postind : 1; /* Postindexed address. */ member in struct:arm_it::__anon9986
5820 Postindexed addressing (.postind=1, .writeback=1):
5827 Unindexed addressing (.preind=0, .postind=0):
6075 inst.operands[i].postind = 1;
6137 /* If at this point neither .preind nor .postind is set, we have a
6139 if (inst.operands[i].preind == 0 && inst.operands[i].postind == 0)
8342 else if (inst.operands[i].postind)
8990 gas_assert (!(inst.operands[i].preind && inst.operands[i].postind));
8992 if (!inst.operands[i].preind && !inst.operands[i].postind) /* unindexed */
9727 && (inst.operands[2].writeback || inst.operands[2].postind))
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 561 unsigned postind : 1; /* Postindexed address. */ member in struct:arm_it::__anon11458
5819 Postindexed addressing (.postind=1, .writeback=1):
5826 Unindexed addressing (.preind=0, .postind=0):
6074 inst.operands[i].postind = 1;
6136 /* If at this point neither .preind nor .postind is set, we have a
6138 if (inst.operands[i].preind == 0 && inst.operands[i].postind == 0)
8345 else if (inst.operands[i].postind)
8993 gas_assert (!(inst.operands[i].preind && inst.operands[i].postind));
8995 if (!inst.operands[i].preind && !inst.operands[i].postind) /* unindexed */
9730 && (inst.operands[2].writeback || inst.operands[2].postind))
    [all...]

Completed in 249 milliseconds