Lines Matching refs:insn_len

4145   int insn_len;  in insn_decode_len()  local
4160 insn_len = xtensa_format_length (isa, fmt); in insn_decode_len()
4161 if (insn_len == XTENSA_UNDEFINED) in insn_decode_len()
4163 return insn_len; in insn_decode_len()
4213 bfd_size_type insn_len = insn_decode_len (contents, content_length, offset); in check_branch_target_aligned() local
4214 if (insn_len == 0) in check_branch_target_aligned()
4216 return check_branch_target_aligned_address (address, insn_len); in check_branch_target_aligned()
4226 bfd_size_type loop_len, insn_len; in check_loop_aligned() local
4238 insn_len = insn_decode_len (contents, content_length, offset + loop_len); in check_loop_aligned()
4239 if (loop_len == 0 || insn_len == 0) in check_loop_aligned()
4245 return check_branch_target_aligned_address (address + loop_len, insn_len); in check_loop_aligned()
4470 bfd_size_type insn_len; in narrow_instruction() local
4503 insn_len = xtensa_format_length (isa, fmt); in narrow_instruction()
4504 if (insn_len > content_length) in narrow_instruction()
4639 bfd_size_type insn_len; in widen_instruction() local
4672 insn_len = xtensa_format_length (isa, fmt); in widen_instruction()
4673 if (insn_len > content_length) in widen_instruction()
6447 bfd_size_type insn_len = 0; in insn_block_decodable_len() local
6449 insn_len = insn_decode_len (contents, content_len, offset); in insn_block_decodable_len()
6450 if (insn_len == 0) in insn_block_decodable_len()
6452 offset += insn_len; in insn_block_decodable_len()
7431 bfd_size_type insn_len; in compute_ebb_proposed_actions() local
7450 insn_len = insn_decode_len (ebb->contents, ebb->content_length, in compute_ebb_proposed_actions()
7452 if (insn_len == 0) in compute_ebb_proposed_actions()
7455 if (check_branch_target_aligned_address (offset, insn_len)) in compute_ebb_proposed_actions()
7501 insn_len = xtensa_format_length (isa, fmt); in compute_ebb_proposed_actions()
7502 if (insn_len == (bfd_size_type) XTENSA_UNDEFINED) in compute_ebb_proposed_actions()
7507 offset += insn_len; in compute_ebb_proposed_actions()
7540 offset += insn_len; in compute_ebb_proposed_actions()