Home
last modified time | relevance | path

Searched refs:range_signed_16 (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-alpha.c162 #define range_signed_16(x) \ macro
167 #define range_signed_16(x) ((offsetT) (x) >= -(offsetT) 0x8000 && \ macro
1277 if (range_signed_16 (addend)) in load_expression()
2046 if (tok[1].X_op != O_constant || !range_signed_16 (tok[1].X_add_number)) in emit_loadstore()
3181 if (range_signed_16 (offset)) in add_to_link_pool()
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-9697148 * config/tc-alpha.c (range_signed_16, range_signed_32): Work around an