Searched refs:AX_PMOD_N (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-sh.c | 1408 op->type = AX_PMOD_N; in parse_at() 1657 if (user->type != AX_PMOD_N) in get_specific() 1680 case AX_PMOD_N: in get_specific() 1681 if (user->type != AX_PMOD_N) in get_specific() 1707 if (user->type != AX_PMOD_N) in get_specific()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-sh.c | 1458 op->type = AX_PMOD_N; in parse_at() 1755 if (user->type != AX_PMOD_N) in get_specific() 1778 case AX_PMOD_N: in get_specific() 1779 if (user->type != AX_PMOD_N) in get_specific() 1805 if (user->type != AX_PMOD_N) in get_specific()
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | sh-opc.h | 134 AX_PMOD_N, enumerator 722 /* n*m*0*11** movx.w @<REG_N>+r8,<DSP_REG_X> */ {"movx.w",{AX_PMOD_N,DSP_REG_X},{PPI,MOVX,HEX_3}, a… 725 /* n*m*1*11** movx.w <DSP_REG_M>,@<REG_N>+r8 */ {"movx.w",{DSP_REG_A_M,AX_PMOD_N},{PPI,MOVX,HEX_B},…
|
H A D | sh-dis.c | 65 case AX_PMOD_N:
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | sh-opc.h | 156 AX_PMOD_N, enumerator 908 /* n*m*0*11** movx.w @<REG_N>+r8,<DSP_REG_X> */ {"movx.w",{AX_PMOD_N,DSP_REG_X},{PPI,MOVX,HEX_3}, a… 911 /* n*m*1*11** movx.w <DSP_REG_M>,@<REG_N>+r8 */ {"movx.w",{DSP_REG_A_M,AX_PMOD_N},{PPI,MOVX,HEX_B},…
|
H A D | sh-dis.c | 60 case AX_PMOD_N: in print_movxy()
|