Searched refs:instr_size (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-ns32k.c | 129 int instr_size; /* Max size of instruction in bytes. */ member 960 iif.instr_size, in encode_operand() 992 iif.instr_size += suffixP[i] ? suffixP[i] : 4; in encode_operand() 999 iif.instr_size += suffixP[i] ? suffixP[i] : 4; in encode_operand() 1040 iif.instr_size += 1; in encode_operand() 1053 iif.instr_size += 1; /* 1 byte is allocated after the opcode. */ in encode_operand() 1068 iif.instr_size += 1; in encode_operand() 1231 iif.instr_size = desc->opcode_size / 8; in parse() 1232 IIF (1, 1, iif.instr_size, desc->opcode_seed, 0, 0, 0, 0, 0, 0, -1, 0); in parse() 1627 frag_grow (iif.instr_size); /* This is important. */ in convert_iif()
|