Searched refs:size16 (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-h8300.c1590 int size16 = (x & SIZE) == L_16; local
1591 int size = size16 ? 2 : 1;
1592 int type = size16 ? R_PCRWORD : R_PCRBYTE;
1595 check_operand (operand + i, size16 ? 0x7fff : 0x7f, "@");
1608 if (size16)
1620 if (! size16)
/haiku-buildtools/binutils/gas/config/
H A Dtc-h8300.c1678 int size16 = (x & SIZE) == L_16; local
1679 int size = size16 ? 2 : 1;
1680 int type = size16 ? R_PCRWORD : R_PCRBYTE;
1683 check_operand (operand + i, size16 ? 0x7fff : 0x7f, "@");
1696 if (size16)
1708 if (! size16)
H A Dtc-i386.c3901 if ((current_templates->start->opcode_modifier.size16
5274 if (i.tm.opcode_modifier.size16)
/haiku-buildtools/binutils/opcodes/
H A Di386-opc.h606 unsigned int size16:1; member in struct:i386_opcode_modifier

Completed in 176 milliseconds