Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
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)
952 && (R_ARITH&rnum)) in emit_incdec()
1120 if (R_ARITH == (rnum & (R_ARITH | R_INDEX))) in emit_adc()
1164 if ((rhs & R_ARITH) in emit_add()