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

/haiku-buildtools/binutils/gas/config/
H A Dtc-z80.c170 #define R_ARITH (0x40) macro
187 #define REG_BC (0 | R_STACKABLE | R_ARITH)
188 #define REG_DE (1 | R_STACKABLE | R_ARITH)
189 #define REG_HL (2 | R_STACKABLE | R_ARITH)
192 #define REG_SP (3 | R_ARITH)
955 && (R_ARITH&rnum))
1123 if (R_ARITH == (rnum & (R_ARITH | R_INDEX)))
1167 if ((rhs & R_ARITH)

Completed in 223 milliseconds