Lines Matching defs:instruction_length
720 const int instruction_length, int &offset)
781 if (instruction_length - opcode_size == 1) {
784 } else if (instruction_length - opcode_size == 2) {
787 } else if (instruction_length - opcode_size == 4) {
803 const int instruction_length,
806 if (pc_rel_branch_or_jump_p (instruction_length, offset) && offset != 0) {
807 addr_t next_pc_value = current_func_text_offset + instruction_length;
830 const int instruction_length) {
833 if (pc_rel_branch_or_jump_p (instruction_length, offset)) {
834 return !local_branch_p(current_func_text_offset,func_range,instruction_length,target_insn_offset);
874 bool x86AssemblyInspectionEngine::instruction_length(uint8_t *insn_p,
972 if (!instruction_length(m_cur_insn, insn_len, size - current_func_text_offset)
1372 if (!instruction_length(m_cur_insn, insn_len, size - offset) ||
1585 if (!instruction_length(m_cur_insn, insn_len, size - offset)