Lines Matching refs:xtensa_opcode

49 static bfd_boolean is_indirect_call_opcode (xtensa_opcode);
50 static bfd_boolean is_direct_call_opcode (xtensa_opcode);
51 static bfd_boolean is_windowed_call_opcode (xtensa_opcode);
52 static xtensa_opcode get_const16_opcode (void);
53 static xtensa_opcode get_l32r_opcode (void);
55 static int get_relocation_opnd (xtensa_opcode, int);
57 static xtensa_opcode get_relocation_opcode
65 static xtensa_opcode insn_decode_opcode
81 static xtensa_opcode swap_callx_for_call_opcode (xtensa_opcode);
82 static xtensa_opcode get_expanded_call_opcode (bfd_byte *, int, bfd_boolean *);
104 static bfd_boolean pcrel_reloc_fits (xtensa_opcode, int, bfd_vma, bfd_vma);
1923 xtensa_opcode opcode; in elf_xtensa_do_reloc()
2350 static bfd_boolean get_indirect_call_dest_reg (xtensa_opcode, unsigned *);
2364 xtensa_opcode old_op, new_op; in replace_tls_insn()
3840 static xtensa_opcode callx0_op = XTENSA_UNDEFINED;
3841 static xtensa_opcode callx4_op = XTENSA_UNDEFINED;
3842 static xtensa_opcode callx8_op = XTENSA_UNDEFINED;
3843 static xtensa_opcode callx12_op = XTENSA_UNDEFINED;
3844 static xtensa_opcode call0_op = XTENSA_UNDEFINED;
3845 static xtensa_opcode call4_op = XTENSA_UNDEFINED;
3846 static xtensa_opcode call8_op = XTENSA_UNDEFINED;
3847 static xtensa_opcode call12_op = XTENSA_UNDEFINED;
3867 is_indirect_call_opcode (xtensa_opcode opcode) in is_indirect_call_opcode()
3878 is_direct_call_opcode (xtensa_opcode opcode) in is_direct_call_opcode()
3889 is_windowed_call_opcode (xtensa_opcode opcode) in is_windowed_call_opcode()
3902 get_indirect_call_dest_reg (xtensa_opcode opcode, unsigned *pdst) in get_indirect_call_dest_reg()
3924 static xtensa_opcode
3928 static xtensa_opcode const16_opcode = XTENSA_UNDEFINED; in get_const16_opcode()
3938 static xtensa_opcode
3941 static xtensa_opcode l32r_opcode = XTENSA_UNDEFINED; in get_l32r_opcode()
3967 get_relocation_opnd (xtensa_opcode opcode, int r_type) in get_relocation_opnd()
4033 static xtensa_opcode
4075 xtensa_opcode opcode; in is_l32r_relocation()
4170 xtensa_opcode
4227 xtensa_opcode opcode; in check_loop_aligned()
4274 xtensa_opcode opcode; in init_op_single_format_table()
4294 xtensa_opcode old_fmt = op_single_fmt_table[opcode]; in init_op_single_format_table()
4307 get_single_format (xtensa_opcode opcode) in get_single_format()
4364 xtensa_opcode opcode) in can_narrow_instruction()
4387 xtensa_opcode o_opcode; in can_narrow_instruction()
4469 xtensa_opcode opcode; in narrow_instruction()
4528 xtensa_opcode opcode) in can_widen_instruction()
4553 xtensa_opcode o_opcode; in can_widen_instruction()
4638 xtensa_opcode opcode; in widen_instruction()
4698 xtensa_opcode opcode; in elf_xtensa_do_asm_simplify()
4699 xtensa_opcode direct_call_opcode; in elf_xtensa_do_asm_simplify()
4773 static xtensa_opcode
4774 swap_callx_for_call_opcode (xtensa_opcode opcode) in swap_callx_for_call_opcode()
4796 static xtensa_opcode
4802 xtensa_opcode opcode; in get_expanded_call_opcode()
5060 xtensa_opcode opcode;
5071 xtensa_opcode opcode, in init_source_reloc()
6620 const xtensa_opcode *);
6879 xtensa_opcode opcode = in find_relaxable_sections()
6950 xtensa_opcode opcode = XTENSA_UNDEFINED; in collect_source_relocs()
7079 xtensa_opcode opcode, direct_call_opcode; in is_resolvable_asm_expansion()
7201 static xtensa_opcode *
7208 xtensa_opcode *reloc_opcodes = in build_reloc_opcodes()
7209 (xtensa_opcode *) bfd_malloc (sizeof (xtensa_opcode) * sec->reloc_count); in build_reloc_opcodes()
7235 xtensa_opcode *reloc_opcodes = NULL; in compute_text_actions()
7396 xtensa_opcode prev_opcode; in prev_instr_is_a_loop()
7465 xtensa_opcode opcode; in compute_ebb_proposed_actions()
7974 const xtensa_opcode *reloc_opcodes) in check_section_ebb_pcrels_fit()
8063 xtensa_opcode opcode; in check_section_ebb_pcrels_fit()
10461 pcrel_reloc_fits (xtensa_opcode opc, in pcrel_reloc_fits()