Home
last modified time | relevance | path

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

/dports/lang/sdcc/sdcc-4.0.0/src/z80/
H A Dgen.c10716 isRegOrLit (asmop * aop) in isRegOrLit() function
10982 pairId = isRegOrLit (AOP (right)) ? PAIR_HL : PAIR_DE; in genPointerSet()
10984 pairId = (isRegOrLit (AOP (right)) || AOP_TYPE (right) == AOP_STK) ? PAIR_HL : PAIR_DE; in genPointerSet()
11092 else if (isRegOrLit (AOP (right)) && !IS_GB) in genPointerSet()
11219 else if (isRegOrLit (right->aop) && pairId == PAIR_HL) in genPointerSet()