| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | sh-opc.h | 95 A_INC_N, enumerator 316 /* 0100nnnn00000111 ldc.l @<REG_N>+,SR */{"ldc.l",{A_INC_N,A_SR},{HEX_4,REG_N,HEX_0,HEX_7}, arch_s… 318 /* 0100nnnn00010111 ldc.l @<REG_N>+,GBR */{"ldc.l",{A_INC_N,A_GBR},{HEX_4,REG_N,HEX_1,HEX_7}, arch_… 320 /* 0100nnnn00100111 ldc.l @<REG_N>+,VBR */{"ldc.l",{A_INC_N,A_VBR},{HEX_4,REG_N,HEX_2,HEX_7}, arch_… 322 /* 0100nnnn01010111 ldc.l @<REG_N>+,MOD */{"ldc.l",{A_INC_N,A_MOD},{HEX_4,REG_N,HEX_5,HEX_7}, arch_… 324 /* 0100nnnn01110111 ldc.l @<REG_N>+,RE */{"ldc.l",{A_INC_N,A_RE},{HEX_4,REG_N,HEX_7,HEX_7}, arch_sh… 326 /* 0100nnnn01100111 ldc.l @<REG_N>+,RS */{"ldc.l",{A_INC_N,A_RS},{HEX_4,REG_N,HEX_6,HEX_7}, arch_sh… 328 /* 0100nnnn00110111 ldc.l @<REG_N>+,SSR */{"ldc.l",{A_INC_N,A_SSR},{HEX_4,REG_N,HEX_3,HEX_7}, arch_… 330 /* 0100nnnn01000111 ldc.l @<REG_N>+,SPC */{"ldc.l",{A_INC_N,A_SPC},{HEX_4,REG_N,HEX_4,HEX_7}, arch_… 332 /* 0100nnnn11110110 ldc.l @<REG_N>+,DBR */{"ldc.l",{A_INC_N,A_DBR},{HEX_4,REG_N,HEX_F,HEX_6}, arch_… [all …]
|
| D | sh-dis.c | 58 case A_INC_N: 636 case A_INC_N:
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | sh-opc.h | 112 A_INC_N, enumerator 482 /* 0100nnnn00000111 ldc.l @<REG_N>+,SR */{"ldc.l",{A_INC_N,A_SR},{HEX_4,REG_N,HEX_0,HEX_7}, arch_s… 484 /* 0100nnnn00010111 ldc.l @<REG_N>+,GBR */{"ldc.l",{A_INC_N,A_GBR},{HEX_4,REG_N,HEX_1,HEX_7}, arch_… 486 /* 0100nnnn00100111 ldc.l @<REG_N>+,VBR */{"ldc.l",{A_INC_N,A_VBR},{HEX_4,REG_N,HEX_2,HEX_7}, arch_… 488 /* 0100nnnn00110110 ldc.l @<REG_N>+,SGR */{"ldc.l",{A_INC_N,A_SGR},{HEX_4,REG_N,HEX_3,HEX_6}, arch_… 490 /* 0100nnnn01010111 ldc.l @<REG_N>+,MOD */{"ldc.l",{A_INC_N,A_MOD},{HEX_4,REG_N,HEX_5,HEX_7}, arch_… 492 /* 0100nnnn01110111 ldc.l @<REG_N>+,RE */{"ldc.l",{A_INC_N,A_RE},{HEX_4,REG_N,HEX_7,HEX_7}, arch_sh… 494 /* 0100nnnn01100111 ldc.l @<REG_N>+,RS */{"ldc.l",{A_INC_N,A_RS},{HEX_4,REG_N,HEX_6,HEX_7}, arch_sh… 496 /* 0100nnnn00110111 ldc.l @<REG_N>+,SSR */{"ldc.l",{A_INC_N,A_SSR},{HEX_4,REG_N,HEX_3,HEX_7}, arch_… 498 /* 0100nnnn01000111 ldc.l @<REG_N>+,SPC */{"ldc.l",{A_INC_N,A_SPC},{HEX_4,REG_N,HEX_4,HEX_7}, arch_… [all …]
|
| D | sh-dis.c | 53 case A_INC_N: in print_movxy() 696 case A_INC_N: in print_insn_sh()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-sh.c | 1467 op->type = A_INC_N; in parse_at() 1657 case A_INC_N: in get_specific() 1702 if (user->type != A_INC_N) in get_specific() 1739 if (user->type != A_INC_N) in get_specific() 1763 if (user->type != A_INC_N) in get_specific() 1787 if (user->type != A_INC_N) in get_specific() 1814 if (user->type != A_INC_N) in get_specific() 1838 if (user->type != A_INC_N) in get_specific()
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-sh.c | 1417 op->type = A_INC_N; in parse_at() 1576 case A_INC_N: in get_specific() 1641 if (user->type != A_INC_N) in get_specific() 1665 if (user->type != A_INC_N) in get_specific() 1689 if (user->type != A_INC_N) in get_specific() 1716 if (user->type != A_INC_N) in get_specific() 1740 if (user->type != A_INC_N) in get_specific()
|