Lines Matching refs:fr_opcode
3733 frag_now->fr_opcode = last_insn; in xg_finish_frag()
4512 if (fragP->fr_opcode != fragP->fr_literal) in frag_format_size()
7447 && fragP->fr_opcode == fragP->fr_literal in xtensa_cleanup_align_frags()
7515 vinsn_from_chars (&vinsn, fragP->fr_opcode); in xtensa_mark_narrow_branches()
8093 tinsn_from_chars (&t_insn, loop_frag->fr_opcode, 0); in xtensa_fix_short_loop_frags()
8278 if (fragP->fr_opcode != NULL) in xtensa_sanity_check()
8282 tinsn_from_chars (&t_insn, fragP->fr_opcode, 0); in xtensa_sanity_check()
8852 (isa, vbuf, (unsigned char *) fragP->fr_opcode, 0); in xtensa_relax_frag()
9693 gas_assert (fragP->fr_opcode != NULL); in relax_frag_immed()
9696 vinsn_from_chars (&cur_vinsn, fragP->fr_opcode); in relax_frag_immed()
9726 frag_offset = fragP->fr_opcode - fragP->fr_literal; in relax_frag_immed()
9885 (isa, vbuf, (unsigned char *) fragp->fr_opcode, 0); in md_convert_frag()
10007 tinsn_from_chars (&tinsn, fragP->fr_opcode, 0); in convert_frag_narrow()
10025 gas_assert (fragP->fr_opcode != NULL); in convert_frag_narrow()
10036 frag_offset = fragP->fr_opcode - fragP->fr_literal; in convert_frag_narrow()
10045 xg_emit_insn_to_buf (&single_target, fragP->fr_opcode, fragP, in convert_frag_narrow()
10092 char *immed_instr = fragP->fr_opcode; in convert_frag_immed()
10096 char *fr_opcode = fragP->fr_opcode; in convert_frag_immed() local
10102 gas_assert (fr_opcode != NULL); in convert_frag_immed()
10106 vinsn_from_chars (&cur_vinsn, fr_opcode); in convert_frag_immed()
10135 vinsn_to_insnbuf (&cur_vinsn, fr_opcode, frag_now, TRUE); in convert_frag_immed()
10137 (isa, cur_vinsn.insnbuf, (unsigned char *) fr_opcode, 0); in convert_frag_immed()
10159 frag_offset = fr_opcode - fragP->fr_literal; in convert_frag_immed()
10210 fr_opcode - fragP->fr_literal in convert_frag_immed()
10331 fix_new_exp_in_seg (now_seg, 0, fragP, fr_opcode - fragP->fr_literal, 4, in convert_frag_immed()
10406 tinsn_from_chars (&loop_insn, fragP->fr_opcode + loop_offset, 0); in convert_frag_immed_finish_loop()
10445 tinsn_from_chars (&addi_insn, fragP->fr_opcode + addi_offset, 0); in convert_frag_immed_finish_loop()
10448 tinsn_from_chars (&addmi_insn, fragP->fr_opcode + addmi_offset, 0); in convert_frag_immed_finish_loop()
10456 (isa, insnbuf, (unsigned char *) fragP->fr_opcode + addi_offset, 0); in convert_frag_immed_finish_loop()
10461 (isa, insnbuf, (unsigned char *) fragP->fr_opcode + addmi_offset, 0); in convert_frag_immed_finish_loop()