Searched refs:OP_MMR (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/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()
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | tic54x.h | 41 OP_MMR, enumerator
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-tic54x.c | 3279 case OP_MMR: in is_type() 3753 if (type == OP_MMR && operand->exp.X_op != O_constant) in encode_operand() 3831 case OP_MMR: in encode_operand() 3835 if (type == OP_MMR) in encode_operand()
|