Home
last modified time | relevance | path

Searched refs:size16 (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-h8300.c1672 int size16 = (x & SIZE) == L_16; in build_bytes() local
1673 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()
Dtc-i386.c3792 if ((current_templates->start->opcode_modifier.size16 in parse_insn()
5122 if (i.tm.opcode_modifier.size16) in process_suffix()
/toolchain/binutils/binutils-2.25/opcodes/
Di386-opc.h558 unsigned int size16:1; member