Searched refs:opcode2 (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | tic54x-dis.c | 122 if (tm->opcode2 == (data2 & tm->mask2)) in tic54x_get_insn() 181 unsigned long opcode2 = 0; local 195 lkaddr = opcode2 = bfd_getl16 (buf); 201 opcode2 = bfd_getl16 (buf); 257 (*(info->print_address_func)) ((bfd_vma) opcode2, info); 261 opcode2 += ((unsigned long) opcode & 0x7F) << 16; 265 (*(info->print_address_func)) ((bfd_vma) opcode2, info); 280 sprintf (operand[i], "pa%d", (unsigned) opcode2); 284 src = SRC (ext ? opcode2 : opcode) ? OP_B : OP_A; 289 src = SRC1 (ext ? opcode2 : opcode) ? OP_B : OP_A; [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-d30v.c | 971 struct d30v_insn *opcode2, in write_2_short() argument 1001 && parallel_ok (opcode1, insn1, opcode2, insn2, exec_type) in write_2_short() 1005 ( opcode2->op->unit == EITHER_BUT_PREFER_MU in write_2_short() 1006 || opcode2->op->unit == MU))) in write_2_short() 1012 || opcode2->op->unit == MU in write_2_short() 1013 || opcode2->op->unit == EITHER_BUT_PREFER_MU) in write_2_short() 1042 if (opcode2->op->unit == EITHER_BUT_PREFER_MU) in write_2_short() 1066 if (! parallel_ok (opcode1, insn1, opcode2, insn2, exec_type)) in write_2_short() 1070 if (opcode2->op->unit == IU) in write_2_short() 1075 else if (opcode2->op->unit == MU) in write_2_short() [all …]
|
| D | tc-d10v.c | 993 struct d10v_opcode *opcode2, in write_2_short() argument 1003 && ((opcode1->exec_type & PARONLY) || (opcode2->exec_type & PARONLY))) in write_2_short() 1006 if ((opcode1->format & LONG_OPCODE) || (opcode2->format & LONG_OPCODE)) in write_2_short() 1019 && parallel_ok (opcode1, insn1, opcode2, insn2, exec_type)) in write_2_short() 1024 else if (opcode2->unit == MU) in write_2_short() 1038 if (opcode1->exec_type & SEQ || opcode2->exec_type & SEQ) in write_2_short() 1043 if (opcode2->unit == IU) in write_2_short() 1049 else if (opcode2->unit == MU) in write_2_short() 1059 check_resource_conflict (opcode1, insn1, opcode2, insn2); in write_2_short() 1065 else if (opcode2->unit == MU || opcode2->unit == EITHER) in write_2_short() [all …]
|
| D | tc-tic54x.c | 4340 insn->opcode[1 + insn->is_lkaddr].word = insn->tm->opcode2;
|
| /mirbsd/src/gnu/usr.bin/binutils/include/opcode/ |
| D | tic54x.h | 145 unsigned short opcode2, mask2; /* some insns have an extended opcode */ member
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/doc/ |
| D | c-xtensa.texi | 122 @var{opcode2} [@var{operands}] 139 @{ [@var{format};] @var{opcode0} [@var{operands}]; @var{opcode1} [@var{operands}]; @var{opcode2} [@…
|