Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/config/ip2k/
H A Dip2k.h340 #define REG_DP 0xc macro
341 #define REG_DPH REG_DP
722 ((R) == REG_DP || (R) == REG_IP || (R) == REG_SP)
729 ((R) == REG_DP || (R) == REG_SP \
H A Dip2k.c639 case REG_DP: /* only 0..127 displacement */
782 REGNO (addr) == REG_DP ? "DP"
1039 && (REGNO (addr) == REG_DP || REGNO (addr) == REG_SP))
1568 && true_regnum (XEXP (operands[0], 0)) == REG_DP)
2492 && true_regnum (XEXP (operands[0], 0)) == REG_DP)
2621 && true_regnum (XEXP (operands[0], 0)) == REG_DP)
3767 && REGNO (XEXP (set, 0)) == REG_DP
4108 && REGNO (XEXP (set, 0)) == REG_DP
4137 (XEXP (check, 1), REG_DP, 2))
6131 || REGNO (x) == REG_DP
[all …]
H A Dip2k.md264 && peep2_regno_dead_p (2, REG_DP)
279 && peep2_regno_dead_p (2, REG_DP)
510 && peep2_regno_dead_p (2, REG_DP))"
522 && peep2_regno_dead_p (2, REG_DP))"
539 && peep2_regno_dead_p (2, REG_DP)
554 && peep2_regno_dead_p (2, REG_DP)
595 && peep2_regno_dead_p (3, REG_DP))"
5390 && ((REGNO (operands[0]) == REG_DP)
6652 && (REGNO (operands[3]) == REG_DP)
6763 && (REGNO (operands[3]) == REG_DP)
[all …]
/openbsd/gnu/usr.bin/binutils/include/opcode/
H A Dtic30.h39 #define REG_DP 0x03 macro
59 { "dp", 0x10, REG_DP },
87 { "DP", 0x10, REG_DP },
H A Dtic4x.h39 REG_DP, REG_IR0, REG_IR1, REG_BK, enumerator
94 {"dp", REG_DP},
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dtic30.h39 #define REG_DP 0x03 macro
59 { "dp", 0x10, REG_DP },
87 { "DP", 0x10, REG_DP },
H A Dtic4x.h39 REG_DP, REG_IR0, REG_IR1, REG_BK, enumerator
94 {"dp", REG_DP},
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-tic30.c1346 else if (regop->regtype == REG_DP)
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-tic30.c580 else if (regop->regtype == REG_DP) in tic30_operand()