Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dtic54x-opc.c407 { "rpt", 1,1,1,0x4700, 0xFF00, {OP_Smem}, B_REPEAT|FL_NR|FL_SMR, REST},
408 { "rpt", 1,1,1,0xEC00, 0xFF00, {OP_k8u}, B_REPEAT|FL_NR, REST},
409 { "rpt", 2,1,1,0xF070, 0xFFFF, {OP_lku}, B_REPEAT|FL_NR, REST},
412 { "rptz", 2,2,2,0xF071, 0xFEFF, {OP_DST,OP_lku}, B_REPEAT|FL_NR, REST},
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dtic54x-opc.c407 { "rpt", 1,1,1,0x4700, 0xFF00, {OP_Smem}, B_REPEAT|FL_NR|FL_SMR, REST},
408 { "rpt", 1,1,1,0xEC00, 0xFF00, {OP_k8u}, B_REPEAT|FL_NR, REST},
409 { "rpt", 2,1,1,0xF070, 0xFFFF, {OP_lku}, B_REPEAT|FL_NR, REST},
412 { "rptz", 2,2,2,0xF071, 0xFEFF, {OP_DST,OP_lku}, B_REPEAT|FL_NR, REST},
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dtic54x.h133 #define B_REPEAT 4 /* next insn repeats */ macro
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dtic54x.h133 #define B_REPEAT 4 /* next insn repeats */ macro
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-tic54x.c4992 if (insn.tm->flags & B_REPEAT) in md_assemble()