Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-alpha.c178 #define range_signed_16(x) \ macro
183 #define range_signed_16(x) ((offsetT) (x) >= -(offsetT) 0x8000 && \ macro
1341 if (range_signed_16 (addend)) in load_expression()
2228 if (tok[1].X_op != O_constant || !range_signed_16 (tok[1].X_add_number)) in emit_loadstore()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-9697148 * config/tc-alpha.c (range_signed_16, range_signed_32): Work around an