Searched refs:OP_Lmem (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | tic54x-opc.c | 289 { "dadd", 1,2,3,0x5000, 0xFC00, {OP_Lmem,OP_SRC,OPT|OP_DST}, 0, REST}, 290 { "dadst", 1,2,2,0x5A00, 0xFE00, {OP_Lmem,OP_DST}, 0, REST}, 292 { "dld", 1,2,2,0x5600, 0xFE00, {OP_Lmem,OP_DST}, 0, REST}, 293 { "drsub", 1,2,2,0x5800, 0xFE00, {OP_Lmem,OP_SRC1}, 0, REST}, 294 { "dsadt", 1,2,2,0x5E00, 0xFE00, {OP_Lmem,OP_DST}, 0, REST}, 295 { "dst", 1,2,2,0x4E00, 0xFE00, {OP_SRC1,OP_Lmem}, FL_NR, REST}, 296 { "dsub", 1,2,2,0x5400, 0xFE00, {OP_Lmem,OP_SRC1}, 0, REST}, 297 { "dsubt", 1,2,2,0x5C00, 0xFE00, {OP_Lmem,OP_DST}, 0, REST},
|
D | tic54x-dis.c | 96 || OPTYPE (tm->operand_types[0]) == OP_Lmem in has_lkaddr() 97 || OPTYPE (tm->operand_types[1]) == OP_Lmem)); in has_lkaddr() 223 case OP_Lmem: in print_instruction()
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | tic54x.h | 40 OP_Lmem, /* 32-bit single-addressed (direct/indirect) */ enumerator
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-tic54x.c | 3278 case OP_Lmem: in is_type() 3813 case OP_Lmem: in encode_operand() 4016 || OPTYPE (insn->operands[i].type) == OP_Lmem in build_insn()
|