Searched refs:RXREL_SIGNED (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Drx-defs.h25 #define RXREL_SIGNED 0 macro
H A Drx-parse.y75 #define O1(v) rx_op (v, 1, RXREL_SIGNED); rx_range (v, -128, 255)
76 #define O2(v) rx_op (v, 2, RXREL_SIGNED); rx_range (v, -32768, 65536)
77 #define O3(v) rx_op (v, 3, RXREL_SIGNED); rx_range (v, -8388608, 16777216)
78 #define O4(v) rx_op (v, 4, RXREL_SIGNED)
96 #define IMM_(v,pos,size) F (immediate (v, RXREL_SIGNED, pos, size), pos, 2); \
1916 else if (type == RXREL_SIGNED && pos >= 0)
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Drx-defs.h25 #define RXREL_SIGNED 0 macro
H A Drx-parse.y75 #define O1(v) rx_op (v, 1, RXREL_SIGNED); rx_range (v, -128, 255)
76 #define O2(v) rx_op (v, 2, RXREL_SIGNED); rx_range (v, -32768, 65536)
77 #define O3(v) rx_op (v, 3, RXREL_SIGNED); rx_range (v, -8388608, 16777216)
78 #define O4(v) rx_op (v, 4, RXREL_SIGNED)
96 #define IMM_(v,pos,size) F (immediate (v, RXREL_SIGNED, pos, size), pos, 2); \
1916 else if (type == RXREL_SIGNED && pos >= 0)
H A Drx-parse.c133 #define O1(v) rx_op (v, 1, RXREL_SIGNED); rx_range (v, -128, 255)
134 #define O2(v) rx_op (v, 2, RXREL_SIGNED); rx_range (v, -32768, 65536)
135 #define O3(v) rx_op (v, 3, RXREL_SIGNED); rx_range (v, -8388608, 16777216)
136 #define O4(v) rx_op (v, 4, RXREL_SIGNED)
154 #define IMM_(v,pos,size) F (immediate (v, RXREL_SIGNED, pos, size), pos, 2); \
5262 else if (type == RXREL_SIGNED && pos >= 0)
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Drx-defs.h25 #define RXREL_SIGNED 0 macro
H A Drx-parse.y75 #define O1(v) rx_op (v, 1, RXREL_SIGNED); rx_range (v, -128, 255)
76 #define O2(v) rx_op (v, 2, RXREL_SIGNED); rx_range (v, -32768, 65536)
77 #define O3(v) rx_op (v, 3, RXREL_SIGNED); rx_range (v, -8388608, 16777216)
78 #define O4(v) rx_op (v, 4, RXREL_SIGNED)
96 #define IMM_(v,pos,size) F (immediate (v, RXREL_SIGNED, pos, size), pos, 2); \
1916 else if (type == RXREL_SIGNED && pos >= 0)
H A Drx-parse.c133 #define O1(v) rx_op (v, 1, RXREL_SIGNED); rx_range (v, -128, 255)
134 #define O2(v) rx_op (v, 2, RXREL_SIGNED); rx_range (v, -32768, 65536)
135 #define O3(v) rx_op (v, 3, RXREL_SIGNED); rx_range (v, -8388608, 16777216)
136 #define O4(v) rx_op (v, 4, RXREL_SIGNED)
154 #define IMM_(v,pos,size) F (immediate (v, RXREL_SIGNED, pos, size), pos, 2); \
5262 else if (type == RXREL_SIGNED && pos >= 0)

Completed in 129 milliseconds