Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Drx-defs.h27 #define RXREL_NEGATIVE 2 macro
Drx-parse.y84 #define NO1(v) rx_op (v, 1, RXREL_NEGATIVE)
85 #define NO2(v) rx_op (v, 2, RXREL_NEGATIVE)
86 #define NO3(v) rx_op (v, 3, RXREL_NEGATIVE)
87 #define NO4(v) rx_op (v, 4, RXREL_NEGATIVE)
98 #define NIMM(v,pos) F (immediate (v, RXREL_NEGATIVE, pos, 32), pos, 2)
1647 if (type == RXREL_NEGATIVE && exp.X_op == O_constant) in immediate()