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

  /src/external/gpl3/binutils/dist/gas/config/
tc-i386.c 313 /* OPCODE_LENGTH holds the number of base opcode bytes. */
314 unsigned char opcode_length; member in struct:_i386_insn
4291 i.opcode_length = l;
11859 abs_section_offset += i.opcode_length + size;
11863 p = frag_more (i.opcode_length + size);
11864 switch (i.opcode_length)
12712 switch (i.opcode_length)
12793 j = i.opcode_length;
12828 switch (i.opcode_length)
13993 i.opcode_length = j
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c 313 /* OPCODE_LENGTH holds the number of base opcode bytes. */
314 unsigned char opcode_length; member in struct:_i386_insn
4217 i.opcode_length = l;
11692 abs_section_offset += i.opcode_length + size;
11696 p = frag_more (i.opcode_length + size);
11697 switch (i.opcode_length)
12561 switch (i.opcode_length)
12642 j = i.opcode_length;
12677 switch (i.opcode_length)
13842 i.opcode_length = j
    [all...]

Completed in 52 milliseconds