Searched refs:OP_None (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | tic54x-opc.c | 231 #define ZPAR 0,{OP_None} 298 { "estop", 1,0,0,0xF4F0, 0xFFFF, {OP_None}, 0, REST}, /* undocumented */ 306 { "fret", 1,0,0,0xF4E4, 0xFFFF, {OP_None}, B_RET|FL_FAR|FL_NR, REST}, 307 { "fretd", 1,0,0,0xF6E4, 0xFFFF, {OP_None}, B_RET|FL_FAR|FL_DELAY|FL_NR, REST}, 308 { "frete", 1,0,0,0xF4E5, 0xFFFF, {OP_None}, B_RET|FL_FAR|FL_NR, REST}, 309 { "freted",1,0,0,0xF6E5, 0xFFFF, {OP_None}, B_RET|FL_FAR|FL_DELAY|FL_NR, REST}, 377 { "nop", 1,0,0,0xF495, 0xFFFF, {OP_None}, 0, REST}, 391 { "ret", 1,0,0,0xFC00, 0xFFFF, {OP_None}, B_RET|FL_NR, REST}, 392 { "retd", 1,0,0,0xFE00, 0xFFFF, {OP_None}, B_RET|FL_DELAY|FL_NR, REST}, 398 { "reset", 1,0,0,0xF7E0, 0xFFFF, {OP_None}, FL_NR, REST}, [all …]
|
D | tic54x-dis.c | 184 enum optype src = OP_None; in print_instruction() 185 enum optype dst = OP_None; in print_instruction() 206 for (i = 0; i < MAX_OPERANDS && OPTYPE (tm_operands[i]) != OP_None; i++) in print_instruction()
|
D | ChangeLog-9899 | 415 (OP_None): Remove. 421 (OP_XMM, OP_EX, OP_None): New functions.
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | tic54x.h | 33 OP_None = 0x0, enumerator
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-tic54x.c | 3264 case OP_None: in is_type() 3774 case OP_None: in encode_operand()
|