Searched refs:size16 (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-h8500.c | 298 skip_colonthing (sign, ptr, exp, def, size8, size16, size24) in skip_colonthing() argument 304 int size16; 319 exp->type = size16; 333 exp->type = size16;
|
H A D | tc-h8300.c | 1617 int size16 = (x & SIZE) == L_16; in build_bytes() local 1618 int size = size16 ? 2 : 1; in build_bytes() 1619 int type = size16 ? R_PCRWORD : R_PCRBYTE; in build_bytes() 1622 check_operand (operand + i, size16 ? 0x7fff : 0x7f, "@"); in build_bytes() 1635 if (size16) in build_bytes() 1647 if (! size16) in build_bytes()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-h8300.c | 1590 int size16 = (x & SIZE) == L_16; in build_bytes() local 1591 int size = size16 ? 2 : 1; in build_bytes() 1592 int type = size16 ? R_PCRWORD : R_PCRBYTE; in build_bytes() 1595 check_operand (operand + i, size16 ? 0x7fff : 0x7f, "@"); in build_bytes() 1608 if (size16) in build_bytes() 1620 if (! size16) in build_bytes()
|