Searched refs:OP_xpmad (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | tic54x-opc.c | 238 { "fb", 2,1,1,0xF880, 0xFF80, {OP_xpmad}, B_BRANCH|FL_FAR|FL_NR, REST}, 239 { "fbd", 2,1,1,0xFA80, 0xFF80, {OP_xpmad}, B_BRANCH|FL_FAR|FL_DELAY|FL_NR, REST}, 240 { "fcall", 2,1,1,0xF980, 0xFF80, {OP_xpmad}, B_BRANCH|FL_FAR|FL_NR, REST}, 241 { "fcalld",2,1,1,0xFB80, 0xFF80, {OP_xpmad}, B_BRANCH|FL_FAR|FL_DELAY|FL_NR, REST},
|
D | tic54x-dis.c | 260 case OP_xpmad: in print_instruction()
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | tic54x.h | 44 OP_xpmad, enumerator
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-tic54x.c | 3274 case OP_xpmad: in is_type() 3822 case OP_xpmad: in encode_operand()
|