Searched refs:OP_Smem (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dtic54x-opc.c245 { "add", 1,2,2,0x0000, 0xFE00, {OP_Smem,OP_SRC1}, FL_SMR, REST},
246 { "add", 1,3,3,0x0400, 0xFE00, {OP_Smem,OP_TS,OP_SRC1}, FL_SMR, REST},
247 { "add", 1,3,4,0x3C00, 0xFC00, {OP_Smem,OP_16,OP_SRC,OPT|OP_DST}, FL_SMR, REST},
249 { "add", 2,2,4,0x6F00, 0xFF00, {OP_Smem,OPT|OP_SHIFT,OP_SRC,OPT|OP_DST},
254 { "addc", 1,2,2,0x0600, 0xFE00, {OP_Smem,OP_SRC1}, FL_SMR, REST},
255 { "addm", 2,2,2,0x6B00, 0xFF00, {OP_lk,OP_Smem}, FL_NR|FL_SMR, REST},
256 { "adds", 1,2,2,0x0200, 0xFE00, {OP_Smem,OP_SRC1}, FL_SMR, REST},
258 { "and", 1,2,2,0x1800, 0xFE00, {OP_Smem,OP_SRC1}, FL_SMR, REST },
261 { "andm", 2,2,2,0x6800, 0xFF00, {OP_lk,OP_Smem}, FL_NR, REST},
273 { "bitf", 2,2,2,0x6100, 0xFF00, {OP_Smem,OP_l
[all...]
H A Dtic54x-dis.c90 && (OPTYPE (tm->operand_types[0]) == OP_Smem
91 || OPTYPE (tm->operand_types[1]) == OP_Smem
92 || OPTYPE (tm->operand_types[2]) == OP_Smem
220 case OP_Smem:
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dtic54x-opc.c245 { "add", 1,2,2,0x0000, 0xFE00, {OP_Smem,OP_SRC1}, FL_SMR, REST},
246 { "add", 1,3,3,0x0400, 0xFE00, {OP_Smem,OP_TS,OP_SRC1}, FL_SMR, REST},
247 { "add", 1,3,4,0x3C00, 0xFC00, {OP_Smem,OP_16,OP_SRC,OPT|OP_DST}, FL_SMR, REST},
249 { "add", 2,2,4,0x6F00, 0xFF00, {OP_Smem,OPT|OP_SHIFT,OP_SRC,OPT|OP_DST},
254 { "addc", 1,2,2,0x0600, 0xFE00, {OP_Smem,OP_SRC1}, FL_SMR, REST},
255 { "addm", 2,2,2,0x6B00, 0xFF00, {OP_lk,OP_Smem}, FL_NR|FL_SMR, REST},
256 { "adds", 1,2,2,0x0200, 0xFE00, {OP_Smem,OP_SRC1}, FL_SMR, REST},
258 { "and", 1,2,2,0x1800, 0xFE00, {OP_Smem,OP_SRC1}, FL_SMR, REST },
261 { "andm", 2,2,2,0x6800, 0xFF00, {OP_lk,OP_Smem}, FL_NR, REST},
273 { "bitf", 2,2,2,0x6100, 0xFF00, {OP_Smem,OP_l
[all...]
H A Dtic54x-dis.c90 && (OPTYPE (tm->operand_types[0]) == OP_Smem
91 || OPTYPE (tm->operand_types[1]) == OP_Smem
92 || OPTYPE (tm->operand_types[2]) == OP_Smem
220 case OP_Smem:
/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dtic54x.h39 OP_Smem, enumerator in enum:optype
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dtic54x.h39 OP_Smem, enumerator in enum:optype
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-tic54x.c3620 case OP_Smem:
4121 type = OP_Smem;
4173 case OP_Smem:
4375 if ((OPTYPE (insn->operands[i].type) == OP_Smem
4439 || (OPTYPE (insn->tm->operand_types[0]) == OP_Smem
4492 if ( ((OPTYPE (insn->tm->operand_types[0]) == OP_Smem
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-tic54x.c3568 case OP_Smem:
4069 type = OP_Smem;
4121 case OP_Smem:
4323 if ((OPTYPE (insn->operands[i].type) == OP_Smem
4387 || (OPTYPE (insn->tm->operand_types[0]) == OP_Smem
4440 if ( ((OPTYPE (insn->tm->operand_types[0]) == OP_Smem

Completed in 97 milliseconds