Searched refs:instr_size (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-ns32k.c | 129 int instr_size; /* Max size of instruction in bytes. */ member 959 iif.instr_size, in encode_operand() 991 iif.instr_size += suffixP[i] ? suffixP[i] : 4; in encode_operand() 998 iif.instr_size += suffixP[i] ? suffixP[i] : 4; in encode_operand() 1039 iif.instr_size += 1; in encode_operand() 1052 iif.instr_size += 1; /* 1 byte is allocated after the opcode. */ in encode_operand() 1067 iif.instr_size += 1; in encode_operand() 1230 iif.instr_size = desc->opcode_size / 8; in parse() 1231 IIF (1, 1, iif.instr_size, desc->opcode_seed, 0, 0, 0, 0, 0, 0, -1, 0); in parse() 1626 frag_grow (iif.instr_size); /* This is important. */ in convert_iif()
|