Searched refs:size16 (Results 1 – 3 of 3) sorted by relevance
1672 int size16 = (x & SIZE) == L_16; in build_bytes() local1673 int size = size16 ? 2 : 1; in build_bytes()1674 int type = size16 ? R_PCRWORD : R_PCRBYTE; in build_bytes()1677 check_operand (operand + i, size16 ? 0x7fff : 0x7f, "@"); in build_bytes()1690 if (size16) in build_bytes()1702 if (! size16) in build_bytes()
3792 if ((current_templates->start->opcode_modifier.size16 in parse_insn()5122 if (i.tm.opcode_modifier.size16) in process_suffix()
558 unsigned int size16:1; member