Home
last modified time | relevance | path

Searched refs:opcodep (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dmmix-dis.c151 const struct mmix_opcode *opcodep = mmix_opcodes; in get_opcode() local
157 opcodep = opcodes[opcode_part]; in get_opcode()
158 if (opcodep == NULL in get_opcode()
159 || (opcodep->match & insn) != opcodep->match in get_opcode()
160 || (opcodep->lose & insn) != 0) in get_opcode()
163 for (opcodep = mmix_opcodes; opcodep->name != NULL; opcodep++) in get_opcode()
166 if ((opcodep->match & (opcode_part << 24)) == opcode_part in get_opcode()
167 && (opcodep->lose & (opcode_part << 24)) == 0) in get_opcode()
168 opcodes[opcode_part] = opcodep; in get_opcode()
170 if ((opcodep->match & insn) == opcodep->match in get_opcode()
[all …]
Dcris-dis.c292 const struct cris_opcode *opcodep; in get_opcode_entry() local
295 for (opcodep = cris_opcodes; in get_opcode_entry()
296 opcodep->name != NULL; in get_opcode_entry()
297 opcodep++) in get_opcode_entry()
303 switch (opcodep->applicable_version) in get_opcode_entry()
331 switch (opcodep->applicable_version) in get_opcode_entry()
361 if ((opcodep->match & insn) == opcodep->match in get_opcode_entry()
362 && (opcodep->lose & insn) == 0 in get_opcode_entry()
364 = cris_constraint (opcodep->args, in get_opcode_entry()
370 += 2 * number_of_bits (opcodep->match in get_opcode_entry()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-mmix.c400 mmix_set_geta_branch_offset (char *opcodep, offsetT value) in mmix_set_geta_branch_offset() argument
405 opcodep[0] |= 1; in mmix_set_geta_branch_offset()
409 md_number_to_chars (opcodep + 2, value, 2); in mmix_set_geta_branch_offset()
415 mmix_set_jmp_offset (char *opcodep, offsetT value) in mmix_set_jmp_offset() argument
420 opcodep[0] |= 1; in mmix_set_jmp_offset()
424 md_number_to_chars (opcodep + 1, value, 3); in mmix_set_jmp_offset()
430 mmix_fill_nops (char *opcodep, int n) in mmix_fill_nops() argument
435 md_number_to_chars (opcodep + i * 4, SWYM_INSN_BYTE << 24, 4); in mmix_fill_nops()
821 /* unsigned */ char *opcodep = NULL; in md_assemble() local
1067 opcodep = frag_more (4); in md_assemble()
[all …]
Dtc-cris.c791 char *opcodep; in md_convert_frag() local
818 opcodep = fragP->fr_opcode; in md_convert_frag()
830 opcodep[0] = branch_disp ((target_address - address_of_var_part)); in md_convert_frag()
840 opcodep[0] = BRANCH_PC_LOW; in md_convert_frag()
841 opcodep[1] &= 0xF0; in md_convert_frag()
842 opcodep[1] |= BRANCH_INCR_HIGH; in md_convert_frag()
882 opcodep[0] = BA_DWORD_OPCODE & 255; in md_convert_frag()
883 opcodep[1] = (BA_DWORD_OPCODE >> 8) & 255; in md_convert_frag()
911 opcodep[0] |= (offset / 2) & 0xf; in md_convert_frag()
918 md_number_to_chars (opcodep, in md_convert_frag()
[all …]
Dtc-sh64.c809 char *opcodep; in shmedia_md_convert_frag() local
845 opcodep = fragP->fr_opcode; in shmedia_md_convert_frag()
847 insn = target_big_endian ? bfd_getb32 (opcodep) : bfd_getl32 (opcodep); in shmedia_md_convert_frag()
884 md_number_to_chars (opcodep, in shmedia_md_convert_frag()
894 fix_new (opc_fragP, opcodep - opc_fragP->fr_literal, 4, in shmedia_md_convert_frag()
910 md_number_to_chars (opcodep, in shmedia_md_convert_frag()
938 fix_new (opc_fragP, opcodep - opc_fragP->fr_literal, 4, in shmedia_md_convert_frag()
956 md_number_to_chars (opcodep, in shmedia_md_convert_frag()
993 fix_new (opc_fragP, opcodep - opc_fragP->fr_literal, 4, in shmedia_md_convert_frag()
1022 md_number_to_chars (opcodep, in shmedia_md_convert_frag()
[all …]