Searched refs:DM2 (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | m10300-opc.c | 52 #define DM2 (DM1+1) macro 56 #define AN0 (DM2+1) 487 { "mov", 0xf340, 0xffc0, 0, FMT_D0, 0, {DM2, MEM2(DI, AN0)}}, 503 { "mov", 0xf540, 0xffc0, 0, FMT_D0, AM33, {DM2, RN0}}, 649 { "movbu", 0xf440, 0xffc0, 0, FMT_D0, 0, {DM2, MEM2(DI, AN0)}}, 696 { "movhu", 0xf4c0, 0xffc0, 0, FMT_D0, 0, {DM2, MEM2(DI, AN0)}},
|
D | rl78-decode.opc | 112 #define DM2(r1,r2,a) OPX (0, RL78_Operand_Indirect, RL78_Reg_##r1, RL78_Reg_##r2, a) 626 ID(mov); DM2(HL, B, 0); SR(A); 635 ID(mov); DM2(HL, C, 0); SR(A);
|
D | rl78-decode.c | 113 #define DM2(r1,r2,a) OPX (0, RL78_Operand_Indirect, RL78_Reg_##r1, RL78_Reg_##r2, a) macro 2870 ID(mov); DM2(HL, B, 0); SR(A); in rl78_decode_opcode() 3154 ID(mov); DM2(HL, C, 0); SR(A); in rl78_decode_opcode()
|
D | ChangeLog-9297 | 1335 * mn10300-opc.c (mn10300_operands): Add DN2, DM2, AN2, AM2
|