Searched refs:FL_PAR (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | tic54x-opc.c | 469 { "ld",1,1,2,0xA800, 0xFE00, {OP_Xmem,OP_DST}, FL_PAR,0,0, 471 { "ld",1,1,2,0xAA00, 0xFE00, {OP_Xmem,OP_DST}, FL_PAR,0,0, 473 { "ld",1,1,2,0xAC00, 0xFE00, {OP_Xmem,OP_DST}, FL_PAR,0,0, 475 { "ld",1,1,2,0xAE00, 0xFE00, {OP_Xmem,OP_DST}, FL_PAR,0,0, 477 { "st",1,2,2,0xC000, 0xFC00, {OP_SRC,OP_Ymem}, FL_PAR,0,0, 479 { "st",1,2,2,0xC800, 0xFC00, {OP_SRC,OP_Ymem}, FL_PAR,0,0, 481 { "st",1,2,2,0xE400, 0xFC00, {OP_SRC,OP_Ymem}, FL_PAR,0,0, 483 { "st",1,2,2,0xD000, 0xFC00, {OP_SRC,OP_Ymem}, FL_PAR,0,0, 485 { "st",1,2,2,0xD400, 0xFC00, {OP_SRC,OP_Ymem}, FL_PAR,0,0, 487 { "st",1,2,2,0xD800, 0xFC00, {OP_SRC,OP_Ymem}, FL_PAR,0,0, [all …]
|
D | tic54x-dis.c | 71 if (tm->flags & FL_PAR) in print_insn_tic54x() 156 if (insn->flags & FL_PAR) in get_insn_size()
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | tic54x.h | 143 #define FL_PAR 0x400 /* Parallel instruction. */ macro
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-tic54x.c | 4011 if (!(insn->tm->flags & FL_PAR)) in build_insn() 4041 if (insn->tm->flags & FL_PAR) in build_insn()
|