Searched refs:B_REPEAT (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | tic54x-opc.c | 407 { "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/ |
| D | tic54x-opc.c | 407 { "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/ |
| D | tic54x.h | 133 #define B_REPEAT 4 /* next insn repeats */ macro
|
| /netbsd/src/external/gpl3/gdb/dist/include/opcode/ |
| D | tic54x.h | 133 #define B_REPEAT 4 /* next insn repeats */ macro
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-tic54x.c | 4992 if (insn.tm->flags & B_REPEAT) in md_assemble()
|