Lines Matching defs:size
41 static struct instruction *alloc_instruction(int opcode, int size)
45 insn->size = size;
323 if (insn->size)
324 buf += sprintf(buf, ".%d", insn->size);
938 int size = bits_to_bytes(sym->bit_offset + sym->bit_size);
941 sym->bit_size = bytes_to_bits(size);
1005 unsigned int size = ctype->bit_size;
1006 unsigned long long mask = ((1ULL << size) - 1);
1051 if ((unsigned long long)src2->value >= insn->size)
1383 warning(pos, "non size-preserving integer to pointer cast");
1391 warning(pos, "non size-preserving pointer to integer cast");
2500 if (uval < insn->size)
2502 sval = sign_extend(uval, insn->size);