Searched refs:B_REPEAT (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/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},
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | tic54x.h | 133 #define B_REPEAT 4 /* next insn repeats */ macro
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-tic54x.c | 4986 if (insn.tm->flags & B_REPEAT) in md_assemble()
|