Lines Matching refs:opcode_local

2817   struct m68hc11_opcode opcode_local;  in md_assemble()  local
2861 opcode_local.name = opc->opcode->name; in md_assemble()
2863 opcode_local.opcode = opc->opcode->opcode; in md_assemble()
2864 opcode_local.format = opc->opcode->format; in md_assemble()
2872 opcode_local.format = M68XG_OP_NONE; in md_assemble()
2921 opcode_local.format = M68XG_OP_NONE; in md_assemble()
2922 opcode_local.opcode = opc->opcode->opcode; in md_assemble()
2923 build_insn_xg (&opcode_local, operands, 0); in md_assemble()
2945 opcode_local.opcode = opcode->opcode in md_assemble()
2947 opcode_local.format = M68XG_OP_NONE; in md_assemble()
2948 build_insn_xg (&opcode_local, operands, 1); in md_assemble()
2974 opcode_local.opcode |= (operands[0].exp.X_add_number); in md_assemble()
2980 opcode_local.opcode = opcode->opcode; in md_assemble()
2981 opcode_local.opcode in md_assemble()
2983 opcode_local.format = M68XG_OP_NONE; in md_assemble()
2984 build_insn_xg (&opcode_local, operands, 1); in md_assemble()
3017 opcode_local.opcode = 0x00f7 | (operands[0].reg1 << 8); in md_assemble()
3019 opcode_local.format = M68XG_OP_NONE; in md_assemble()
3020 build_insn_xg (&opcode_local, operands, 0); in md_assemble()
3049 opcode_local.opcode = opcode->opcode in md_assemble()
3053 opcode_local.opcode = opcode->opcode in md_assemble()
3056 opcode_local.opcode |= (operands[0].reg1 << 8); in md_assemble()
3058 opcode_local.format = M68XG_OP_NONE; in md_assemble()
3059 build_insn_xg (&opcode_local, operands, 0); in md_assemble()
3070 opcode_local.format = opc->format; in md_assemble()
3083 opcode_local.opcode = opc->opcode->opcode; in md_assemble()
3084 build_insn_xg (&opcode_local, operands, 1); in md_assemble()
3158 opcode_local.format = opc->format in md_assemble()
3160 if (opcode_local.format & M68XG_OP_R_IMM4) in md_assemble()
3166 opcode_local.opcode = opcode->opcode in md_assemble()
3175 opcode_local.opcode in md_assemble()
3180 opcode_local.format = M68XG_OP_NONE; in md_assemble()
3182 else if (opcode_local.format & M68XG_OP_R_IMM16) in md_assemble()
3189 opcode_local.opcode = opcode->opcode in md_assemble()
3195 opcode_local.opcode = opc->opcode->opcode in md_assemble()
3198 build_insn_xg (&opcode_local, operands, 1); in md_assemble()
3229 opcode_local.opcode = opcode->opcode in md_assemble()
3238 opcode_local.opcode = opcode->opcode in md_assemble()
3243 opcode_local.opcode = opcode->opcode in md_assemble()
3246 opcode_local.format = M68XG_OP_NONE; in md_assemble()
3247 build_insn_xg (&opcode_local, operands, 1); in md_assemble()
3280 opcode_local.opcode = opcode->opcode in md_assemble()
3283 opcode_local.format = M68XG_OP_NONE; in md_assemble()
3284 build_insn_xg (&opcode_local, operands, 1); in md_assemble()
3354 opcode_local.format = M68XG_OP_R_R_OFFS5; in md_assemble()
3360 opcode_local.opcode = opcode->opcode in md_assemble()
3372 opcode_local.opcode in md_assemble()
3374 opcode_local.format = M68XG_OP_NONE; in md_assemble()
3375 build_insn_xg (&opcode_local, operands, 1); in md_assemble()
3402 if (opcode_local.format == M68XG_OP_RD_RB_mRI) in md_assemble()
3426 opcode_local.opcode = opcode->opcode in md_assemble()
3429 opcode_local.format = M68XG_OP_NONE; in md_assemble()
3430 build_insn_xg (&opcode_local, operands, 1); in md_assemble()