Lines Matching refs:opcode_local

2814   struct m68hc11_opcode opcode_local;  in md_assemble()  local
2858 opcode_local.name = opc->opcode->name; in md_assemble()
2860 opcode_local.opcode = opc->opcode->opcode; in md_assemble()
2861 opcode_local.format = opc->opcode->format; in md_assemble()
2869 opcode_local.format = M68XG_OP_NONE; in md_assemble()
2918 opcode_local.format = M68XG_OP_NONE; in md_assemble()
2919 opcode_local.opcode = opc->opcode->opcode; in md_assemble()
2920 build_insn_xg (&opcode_local, operands, 0); in md_assemble()
2942 opcode_local.opcode = opcode->opcode in md_assemble()
2944 opcode_local.format = M68XG_OP_NONE; in md_assemble()
2945 build_insn_xg (&opcode_local, operands, 1); in md_assemble()
2971 opcode_local.opcode |= (operands[0].exp.X_add_number); in md_assemble()
2977 opcode_local.opcode = opcode->opcode; in md_assemble()
2978 opcode_local.opcode in md_assemble()
2980 opcode_local.format = M68XG_OP_NONE; in md_assemble()
2981 build_insn_xg (&opcode_local, operands, 1); in md_assemble()
3014 opcode_local.opcode = 0x00f7 | (operands[0].reg1 << 8); in md_assemble()
3016 opcode_local.format = M68XG_OP_NONE; in md_assemble()
3017 build_insn_xg (&opcode_local, operands, 0); in md_assemble()
3046 opcode_local.opcode = opcode->opcode in md_assemble()
3050 opcode_local.opcode = opcode->opcode in md_assemble()
3053 opcode_local.opcode |= (operands[0].reg1 << 8); in md_assemble()
3055 opcode_local.format = M68XG_OP_NONE; in md_assemble()
3056 build_insn_xg (&opcode_local, operands, 0); in md_assemble()
3067 opcode_local.format = opc->format; in md_assemble()
3080 opcode_local.opcode = opc->opcode->opcode; in md_assemble()
3081 build_insn_xg (&opcode_local, operands, 1); in md_assemble()
3155 opcode_local.format = opc->format in md_assemble()
3157 if (opcode_local.format & M68XG_OP_R_IMM4) in md_assemble()
3163 opcode_local.opcode = opcode->opcode in md_assemble()
3172 opcode_local.opcode in md_assemble()
3177 opcode_local.format = M68XG_OP_NONE; in md_assemble()
3179 else if (opcode_local.format & M68XG_OP_R_IMM16) in md_assemble()
3186 opcode_local.opcode = opcode->opcode in md_assemble()
3192 opcode_local.opcode = opc->opcode->opcode in md_assemble()
3195 build_insn_xg (&opcode_local, operands, 1); in md_assemble()
3226 opcode_local.opcode = opcode->opcode in md_assemble()
3235 opcode_local.opcode = opcode->opcode in md_assemble()
3240 opcode_local.opcode = opcode->opcode in md_assemble()
3243 opcode_local.format = M68XG_OP_NONE; in md_assemble()
3244 build_insn_xg (&opcode_local, operands, 1); in md_assemble()
3277 opcode_local.opcode = opcode->opcode in md_assemble()
3280 opcode_local.format = M68XG_OP_NONE; in md_assemble()
3281 build_insn_xg (&opcode_local, operands, 1); in md_assemble()
3351 opcode_local.format = M68XG_OP_R_R_OFFS5; in md_assemble()
3357 opcode_local.opcode = opcode->opcode in md_assemble()
3369 opcode_local.opcode in md_assemble()
3371 opcode_local.format = M68XG_OP_NONE; in md_assemble()
3372 build_insn_xg (&opcode_local, operands, 1); in md_assemble()
3399 if (opcode_local.format == M68XG_OP_RD_RB_mRI) in md_assemble()
3423 opcode_local.opcode = opcode->opcode in md_assemble()
3426 opcode_local.format = M68XG_OP_NONE; in md_assemble()
3427 build_insn_xg (&opcode_local, operands, 1); in md_assemble()