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

  /src/external/gpl3/binutils/dist/gas/config/
tc-ns32k.c 129 int instr_size; /* Max size of instruction in bytes. */ member in struct:int_ins_form
966 iif.instr_size,
998 iif.instr_size += suffixP[i] ? suffixP[i] : 4;
1005 iif.instr_size += suffixP[i] ? suffixP[i] : 4;
1046 iif.instr_size += 1;
1059 iif.instr_size += 1; /* 1 byte is allocated after the opcode. */
1074 iif.instr_size += 1;
1241 iif.instr_size = desc->opcode_size / 8;
1242 IIF (1, 1, iif.instr_size, desc->opcode_seed, 0, 0, 0, 0, 0, 0, -1, 0);
1638 frag_grow (iif.instr_size); /* This is important. *
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ns32k.c 129 int instr_size; /* Max size of instruction in bytes. */ member in struct:int_ins_form
966 iif.instr_size,
998 iif.instr_size += suffixP[i] ? suffixP[i] : 4;
1005 iif.instr_size += suffixP[i] ? suffixP[i] : 4;
1046 iif.instr_size += 1;
1059 iif.instr_size += 1; /* 1 byte is allocated after the opcode. */
1074 iif.instr_size += 1;
1241 iif.instr_size = desc->opcode_size / 8;
1242 IIF (1, 1, iif.instr_size, desc->opcode_seed, 0, 0, 0, 0, 0, 0, -1, 0);
1638 frag_grow (iif.instr_size); /* This is important. *
    [all...]

Completed in 25 milliseconds