Searched refs:iword (Results 1 – 3 of 3) sorted by relevance
50 unsigned short iword; in print_insn_moxie() local57 iword = bfd_getb16 (buffer); in print_insn_moxie()59 iword = bfd_getl16 (buffer); in print_insn_moxie()62 if ((iword & (1<<15)) == 0) in print_insn_moxie()65 opcode = &moxie_form1_opc_info[iword >> 8]; in print_insn_moxie()73 reg_names[OP_A(iword)]); in print_insn_moxie()77 reg_names[OP_A(iword)], in print_insn_moxie()78 reg_names[OP_B(iword)]); in print_insn_moxie()90 reg_names[OP_A(iword)], imm); in print_insn_moxie()123 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie()[all …]
163 unsigned short iword = 0; in md_assemble() local197 iword = (1<<15) | (opcode->opcode << 12); in md_assemble()204 iword += (reg << 8); in md_assemble()218 iword = opcode->opcode << 8; in md_assemble()228 iword += (dest << 4) + src; in md_assemble()236 iword = opcode->opcode << 8; in md_assemble()248 iword += (regnum << 4); in md_assemble()270 iword = opcode->opcode << 8; in md_assemble()288 iword = opcode->opcode << 8; in md_assemble()295 iword = opcode->opcode << 8; in md_assemble()[all …]
1581 iword rather than expr8 and expr16. When recognizing 'M', use