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

  /src/external/gpl3/binutils/dist/opcodes/
ns32k-dis.c 745 int aoffset; /* Bits into arguments. */
792 aoffset = ns32k_opcodes[i].opcode_size;
821 aoffset += 8;
822 index_offset[0] = aoffset;
832 aoffset += 8;
833 index_offset[1] = aoffset;
845 ioffset = print_insn_arg (*d, ioffset, &aoffset, buffer,
876 return aoffset / 8;
739 int aoffset; \/* Bits into arguments. *\/ local
  /src/external/gpl3/binutils.old/dist/opcodes/
ns32k-dis.c 745 int aoffset; /* Bits into arguments. */
792 aoffset = ns32k_opcodes[i].opcode_size;
821 aoffset += 8;
822 index_offset[0] = aoffset;
832 aoffset += 8;
833 index_offset[1] = aoffset;
845 ioffset = print_insn_arg (*d, ioffset, &aoffset, buffer,
876 return aoffset / 8;
739 int aoffset; \/* Bits into arguments. *\/ local
  /src/external/gpl3/gdb/dist/opcodes/
ns32k-dis.c 745 int aoffset; /* Bits into arguments. */
792 aoffset = ns32k_opcodes[i].opcode_size;
821 aoffset += 8;
822 index_offset[0] = aoffset;
832 aoffset += 8;
833 index_offset[1] = aoffset;
845 ioffset = print_insn_arg (*d, ioffset, &aoffset, buffer,
876 return aoffset / 8;
739 int aoffset; \/* Bits into arguments. *\/ local
  /src/external/gpl3/gdb.old/dist/opcodes/
ns32k-dis.c 745 int aoffset; /* Bits into arguments. */
792 aoffset = ns32k_opcodes[i].opcode_size;
821 aoffset += 8;
822 index_offset[0] = aoffset;
832 aoffset += 8;
833 index_offset[1] = aoffset;
845 ioffset = print_insn_arg (*d, ioffset, &aoffset, buffer,
876 return aoffset / 8;
739 int aoffset; \/* Bits into arguments. *\/ local

Completed in 56 milliseconds