Searched refs:OP_MMR (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | tic54x-opc.c | 331 { "ldm", 1,2,2,0x4800, 0xFE00, {OP_MMR,OP_DST}, 0, REST}, 370 { "mvdm", 2,2,2,0x7200, 0xFF00, {OP_dmad,OP_MMR}, 0, REST}, 373 { "mvmd", 2,2,2,0x7300, 0xFF00, {OP_MMR,OP_dmad}, 0, REST}, 386 { "popm", 1,1,1,0x8A00, 0xFF00, {OP_MMR}, 0, REST}, 390 { "pshm", 1,1,1,0x4A00, 0xFF00, {OP_MMR}, 0, REST}, 439 { "stlm", 1,2,2,0x8800, 0xFE00, {OP_SRC1,OP_MMR}, 0, REST}, 440 { "stm", 2,2,2,0x7700, 0xFF00, {OP_lk,OP_MMR}, 0, REST},
|
| D | tic54x-dis.c | 276 case OP_MMR: in print_instruction()
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | tic54x-opc.c | 331 { "ldm", 1,2,2,0x4800, 0xFE00, {OP_MMR,OP_DST}, 0, REST}, 370 { "mvdm", 2,2,2,0x7200, 0xFF00, {OP_dmad,OP_MMR}, 0, REST}, 373 { "mvmd", 2,2,2,0x7300, 0xFF00, {OP_MMR,OP_dmad}, 0, REST}, 386 { "popm", 1,1,1,0x8A00, 0xFF00, {OP_MMR}, 0, REST}, 390 { "pshm", 1,1,1,0x4A00, 0xFF00, {OP_MMR}, 0, REST}, 439 { "stlm", 1,2,2,0x8800, 0xFE00, {OP_SRC1,OP_MMR}, 0, REST}, 440 { "stm", 2,2,2,0x7700, 0xFF00, {OP_lk,OP_MMR}, 0, REST},
|
| D | tic54x-dis.c | 276 case OP_MMR: in print_instruction()
|
| /netbsd/src/external/gpl3/binutils/dist/include/opcode/ |
| D | tic54x.h | 41 OP_MMR, enumerator
|
| /netbsd/src/external/gpl3/gdb/dist/include/opcode/ |
| D | tic54x.h | 41 OP_MMR, enumerator
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-tic54x.c | 3301 case OP_MMR: in is_type() 3775 if (type == OP_MMR && operand->exp.X_op != O_constant) in encode_operand() 3853 case OP_MMR: in encode_operand() 3857 if (type == OP_MMR) in encode_operand()
|