Home
last modified time | relevance | path

Searched refs:OP_None (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Dtic54x-opc.c231 #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 …]
Dtic54x-dis.c184 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()
DChangeLog-9899415 (OP_None): Remove.
421 (OP_XMM, OP_EX, OP_None): New functions.
/toolchain/binutils/binutils-2.27/include/opcode/
Dtic54x.h33 OP_None = 0x0, enumerator
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic54x.c3264 case OP_None: in is_type()
3774 case OP_None: in encode_operand()