boundary_value_analysis
This analysis looks for comparisons of a register to an immediate in order to bound the possible values of that register.
For example, in the following jump table code, AL is bounded as less than or equal to 11 due to the comparison. This boundary value can be used by the jumptable propagation to determine a max size.
cmp AL,11 ja jumptable_default lea RDI,QWORD PTR [RIP+.L_jumptable] movzx EAX,AL movsxd RAX,DWORD PTR [RDI+RAX*4] add RAX,RDI jmp RAX
- flags_and_jump_pair(EA_flags:address, EA_jmp:address, CC:condition_code)
A pair of instructions that sets the flags register and then conditionally jump.
Empty on architectures where a flags register is not used.
Recursive:
data_block_candidate
,reg_def_use.used
,arm_jump_table_skip_first_entry
,reg_def_use.last_def_in_block
,code_in_block_candidate
,block_limit
,unresolved_interval_order
,candidate_block_is_padding
,may_fallthrough
,must_fallthrough
,split_load_operand
,no_return_call
,relative_jump_table_entry_candidate
,initialized_data_segment
,inferred_main_dispatch
,reg_def_use.live_var_at_prior_used
,resolved_reaches
,got_relative_operand
,arm_jump_table_data_block_limit
,__agg_subclause7
,jump_table_target
,symbolic_expr_from_relocation
,__agg_subclause3
,jump_table_element_access
,adjusts_stack_in_block
,data_in_code_propagate
,stack_def_use.live_var_at_prior_used
,reg_def_use.live_var_used
,jump_table_max
,composite_data_access
,split_load_for_symbolization
,arm_jump_table_candidate
,next_start
,init_symbol_minus_symbol_candidate_arm
,arm_jump_table_block_start
,padding_block_limit
,next_block_in_byte_interval
,__agg_single2
,block_candidate_dependency_edge
,wis_has_prior
,stack_def_use.live_var_used
,stack_def_use.live_var_at_block_end
,__agg_subclause2
,reg_def_use.ambiguous_block_last_def
,reg_def_use.live_var_def
,litpool_boundaries
,__agg_single6
,reg_def_use.return_val_used
,block_overlap
,block
,block_total_points
,value_reg
,adrp_used
,tls_get_addr
,indexed_pc_relative_load
,block_heuristic
,relative_address
,stack_def_use.def_used
,split_load_candidate
,base_relative_operation
,symbol_minus_symbol_litpool_access_pattern
,arm_jump_table_block_instruction
,litpool_ref
,litpool_confidence
,reg_def_use.ref_in_block
,block_last_instruction
,contains_plausible_instr_seq
,flags_and_jump_pair
,segment_target_range
,compare_and_jump_indirect
,split_load
,call_tls_get_addr
,relocation_adjustment
,indefinite_litpool_ref
,stack_def_use.live_var_def
,split_load_total_points
,padding_block_candidate
,value_reg_edge
,block_implies_block
,contains_implausible_instr_seq
,simple_data_access_pattern
,plt_entry
,reg_def_use.ambiguous_last_def_in_block
,basic_target
,unresolved_block_overlap
,inferred_main_in_reg
,common_tail
,cmp_reg_to_reg
,data_in_code
,const_value_reg_used
,reg_def_use.block_last_def
,wis_schedule_iter
,no_value_reg_limit
,is_padding
,code_in_block_candidate_refined
,invalid
,reg_def_use.used_in_block
,indexed_pc_relative_load_relative
,reg_has_got
,data_block_limit
,reg_def_use.flow_def
,split_load_conflict
,possible_target
,block_points_proportional
,block_instruction_next
,transition_block_limit
,impossible_block
,code_in_block
,straight_line_def_used
,correlated_live_reg
,start_function
,compare_and_jump_immediate
,first_block_in_byte_interval
,data_access
,block_points
,data_segment
,arch.extend_load
,compare_and_jump_indirect_op_valid
,unlikely_have_symbolic_immediate
,block_candidate_boundaries
,possible_target_from
,last_value_reg_limit
,stack_def_use.defined_in_block
,relative_address_start
,function_inference.function_entry_initial
,wis_schedule
,reg_def_use.def_used
,arch.simple_data_load
,after_end
,compare_and_jump_register
,hi_load_prop
,cinf_ldr_add_pc
,known_block
,self_contained_segment
,stack_base_reg_move
,stack_def_use.used_in_block
,instruction_memory_access_size
,reg_def_use.live_var_at_block_end
,jump_table_start
,arm_jump_table_cmp_limit
,jump_table_signed
,value_reg_unsupported
,__agg_single3
,stack_def_use.ref_in_block
,wis_prior
,split_load_point
,unresolved_block
,likely_fallthrough
,negative_block_heuristic
,base_relative_jump
,init_ldr_add_pc
,no_return_block
,stack_def_use.live_var_used_in_block
,arm_jump_table_candidate_start
,straight_line_last_def
,invalid_jump_table_candidate
,reg_def_use.return_block_end
,plt_block
,overlap_with_litpool
,gp_relative_operand
,no_return_call_refined
,reg_reg_arithmetic_operation_defs
,incomplete_block
,value_reg_limit
,arch.reg_relative_load
,__agg_subclause6
,no_return_call_propagated
,discarded_split_load
,def_used_for_address
,inter_procedural_edge
,cmp_defines
,arm_jump_table_data_block
,litpool_symbolic_operand
,block_next
,jump_table_candidate_refined
,jump_table_candidate
,reg_used_for
,discarded_block
,base_relative_operand
,branch_to_calculated_pc_rel_addr
,next_end
,nop_in_padding_candidate
,jump_table_prelude
,relocation_adjustment_total
,next_type
,stack_def_use.block_last_def
,reg_has_base_image
,unresolved_interval
,stack_def_use.last_def_in_block
,candidate_block_is_not_padding
,reg_def_use.defined_in_block
,wis_memo
,overlapping_instruction
,tls_desc_call
,block_boundaries
- compare_and_jump_immediate(EA_cmp:address, EA_jmp:address, CC:condition_code, Reg:register, Immediate:number)
A pair of instructions that compares a register to an immediate and then conditionally jumps.
Uses:
arch.cmp_operation
,arch.cmp_zero_operation
,arch.conditional
,arch.jump
,cmp_immediate_to_reg
,instruction
,instruction_get_op
,op_regdirect_contains_reg
,reg_map
,register_access
Recursive:
data_block_candidate
,reg_def_use.used
,arm_jump_table_skip_first_entry
,reg_def_use.last_def_in_block
,code_in_block_candidate
,block_limit
,unresolved_interval_order
,candidate_block_is_padding
,may_fallthrough
,must_fallthrough
,split_load_operand
,no_return_call
,relative_jump_table_entry_candidate
,initialized_data_segment
,inferred_main_dispatch
,reg_def_use.live_var_at_prior_used
,resolved_reaches
,got_relative_operand
,arm_jump_table_data_block_limit
,__agg_subclause7
,jump_table_target
,symbolic_expr_from_relocation
,__agg_subclause3
,jump_table_element_access
,adjusts_stack_in_block
,data_in_code_propagate
,stack_def_use.live_var_at_prior_used
,reg_def_use.live_var_used
,jump_table_max
,composite_data_access
,split_load_for_symbolization
,arm_jump_table_candidate
,next_start
,init_symbol_minus_symbol_candidate_arm
,arm_jump_table_block_start
,padding_block_limit
,next_block_in_byte_interval
,__agg_single2
,block_candidate_dependency_edge
,wis_has_prior
,stack_def_use.live_var_used
,stack_def_use.live_var_at_block_end
,__agg_subclause2
,reg_def_use.ambiguous_block_last_def
,reg_def_use.live_var_def
,litpool_boundaries
,__agg_single6
,reg_def_use.return_val_used
,block_overlap
,block
,block_total_points
,value_reg
,adrp_used
,tls_get_addr
,indexed_pc_relative_load
,block_heuristic
,relative_address
,stack_def_use.def_used
,split_load_candidate
,base_relative_operation
,symbol_minus_symbol_litpool_access_pattern
,arm_jump_table_block_instruction
,litpool_ref
,litpool_confidence
,reg_def_use.ref_in_block
,block_last_instruction
,contains_plausible_instr_seq
,flags_and_jump_pair
,segment_target_range
,compare_and_jump_indirect
,split_load
,call_tls_get_addr
,relocation_adjustment
,indefinite_litpool_ref
,stack_def_use.live_var_def
,split_load_total_points
,padding_block_candidate
,value_reg_edge
,block_implies_block
,contains_implausible_instr_seq
,simple_data_access_pattern
,plt_entry
,reg_def_use.ambiguous_last_def_in_block
,basic_target
,unresolved_block_overlap
,inferred_main_in_reg
,common_tail
,cmp_reg_to_reg
,data_in_code
,const_value_reg_used
,reg_def_use.block_last_def
,wis_schedule_iter
,no_value_reg_limit
,is_padding
,code_in_block_candidate_refined
,invalid
,reg_def_use.used_in_block
,indexed_pc_relative_load_relative
,reg_has_got
,data_block_limit
,reg_def_use.flow_def
,split_load_conflict
,possible_target
,block_points_proportional
,block_instruction_next
,transition_block_limit
,impossible_block
,code_in_block
,straight_line_def_used
,correlated_live_reg
,start_function
,compare_and_jump_immediate
,first_block_in_byte_interval
,data_access
,block_points
,data_segment
,arch.extend_load
,compare_and_jump_indirect_op_valid
,unlikely_have_symbolic_immediate
,block_candidate_boundaries
,possible_target_from
,last_value_reg_limit
,stack_def_use.defined_in_block
,relative_address_start
,function_inference.function_entry_initial
,wis_schedule
,reg_def_use.def_used
,arch.simple_data_load
,after_end
,compare_and_jump_register
,hi_load_prop
,cinf_ldr_add_pc
,known_block
,self_contained_segment
,stack_base_reg_move
,stack_def_use.used_in_block
,instruction_memory_access_size
,reg_def_use.live_var_at_block_end
,jump_table_start
,arm_jump_table_cmp_limit
,jump_table_signed
,value_reg_unsupported
,__agg_single3
,stack_def_use.ref_in_block
,wis_prior
,split_load_point
,unresolved_block
,likely_fallthrough
,negative_block_heuristic
,base_relative_jump
,init_ldr_add_pc
,no_return_block
,stack_def_use.live_var_used_in_block
,arm_jump_table_candidate_start
,straight_line_last_def
,invalid_jump_table_candidate
,reg_def_use.return_block_end
,plt_block
,overlap_with_litpool
,gp_relative_operand
,no_return_call_refined
,reg_reg_arithmetic_operation_defs
,incomplete_block
,value_reg_limit
,arch.reg_relative_load
,__agg_subclause6
,no_return_call_propagated
,discarded_split_load
,def_used_for_address
,inter_procedural_edge
,cmp_defines
,arm_jump_table_data_block
,litpool_symbolic_operand
,block_next
,jump_table_candidate_refined
,jump_table_candidate
,reg_used_for
,discarded_block
,base_relative_operand
,branch_to_calculated_pc_rel_addr
,next_end
,nop_in_padding_candidate
,jump_table_prelude
,relocation_adjustment_total
,next_type
,stack_def_use.block_last_def
,reg_has_base_image
,unresolved_interval
,stack_def_use.last_def_in_block
,candidate_block_is_not_padding
,reg_def_use.defined_in_block
,wis_memo
,overlapping_instruction
,tls_desc_call
,block_boundaries
- compare_and_jump_register(EA_cmp:address, EA_jmp:address, CC:condition_code, Reg1:register, Reg2:register)
A pair of instructions that compares a register to another register and then conditionally jumps.
Uses:
arch.conditional
,arch.jump
Recursive:
data_block_candidate
,reg_def_use.used
,arm_jump_table_skip_first_entry
,reg_def_use.last_def_in_block
,code_in_block_candidate
,block_limit
,unresolved_interval_order
,candidate_block_is_padding
,may_fallthrough
,must_fallthrough
,split_load_operand
,no_return_call
,relative_jump_table_entry_candidate
,initialized_data_segment
,inferred_main_dispatch
,reg_def_use.live_var_at_prior_used
,resolved_reaches
,got_relative_operand
,arm_jump_table_data_block_limit
,__agg_subclause7
,jump_table_target
,symbolic_expr_from_relocation
,__agg_subclause3
,jump_table_element_access
,adjusts_stack_in_block
,data_in_code_propagate
,stack_def_use.live_var_at_prior_used
,reg_def_use.live_var_used
,jump_table_max
,composite_data_access
,split_load_for_symbolization
,arm_jump_table_candidate
,next_start
,init_symbol_minus_symbol_candidate_arm
,arm_jump_table_block_start
,padding_block_limit
,next_block_in_byte_interval
,__agg_single2
,block_candidate_dependency_edge
,wis_has_prior
,stack_def_use.live_var_used
,stack_def_use.live_var_at_block_end
,__agg_subclause2
,reg_def_use.ambiguous_block_last_def
,reg_def_use.live_var_def
,litpool_boundaries
,__agg_single6
,reg_def_use.return_val_used
,block_overlap
,block
,block_total_points
,value_reg
,adrp_used
,tls_get_addr
,indexed_pc_relative_load
,block_heuristic
,relative_address
,stack_def_use.def_used
,split_load_candidate
,base_relative_operation
,symbol_minus_symbol_litpool_access_pattern
,arm_jump_table_block_instruction
,litpool_ref
,litpool_confidence
,reg_def_use.ref_in_block
,block_last_instruction
,contains_plausible_instr_seq
,flags_and_jump_pair
,segment_target_range
,compare_and_jump_indirect
,split_load
,call_tls_get_addr
,relocation_adjustment
,indefinite_litpool_ref
,stack_def_use.live_var_def
,split_load_total_points
,padding_block_candidate
,value_reg_edge
,block_implies_block
,contains_implausible_instr_seq
,simple_data_access_pattern
,plt_entry
,reg_def_use.ambiguous_last_def_in_block
,basic_target
,unresolved_block_overlap
,inferred_main_in_reg
,common_tail
,cmp_reg_to_reg
,data_in_code
,const_value_reg_used
,reg_def_use.block_last_def
,wis_schedule_iter
,no_value_reg_limit
,is_padding
,code_in_block_candidate_refined
,invalid
,reg_def_use.used_in_block
,indexed_pc_relative_load_relative
,reg_has_got
,data_block_limit
,reg_def_use.flow_def
,split_load_conflict
,possible_target
,block_points_proportional
,block_instruction_next
,transition_block_limit
,impossible_block
,code_in_block
,straight_line_def_used
,correlated_live_reg
,start_function
,compare_and_jump_immediate
,first_block_in_byte_interval
,data_access
,block_points
,data_segment
,arch.extend_load
,compare_and_jump_indirect_op_valid
,unlikely_have_symbolic_immediate
,block_candidate_boundaries
,possible_target_from
,last_value_reg_limit
,stack_def_use.defined_in_block
,relative_address_start
,function_inference.function_entry_initial
,wis_schedule
,reg_def_use.def_used
,arch.simple_data_load
,after_end
,compare_and_jump_register
,hi_load_prop
,cinf_ldr_add_pc
,known_block
,self_contained_segment
,stack_base_reg_move
,stack_def_use.used_in_block
,instruction_memory_access_size
,reg_def_use.live_var_at_block_end
,jump_table_start
,arm_jump_table_cmp_limit
,jump_table_signed
,value_reg_unsupported
,__agg_single3
,stack_def_use.ref_in_block
,wis_prior
,split_load_point
,unresolved_block
,likely_fallthrough
,negative_block_heuristic
,base_relative_jump
,init_ldr_add_pc
,no_return_block
,stack_def_use.live_var_used_in_block
,arm_jump_table_candidate_start
,straight_line_last_def
,invalid_jump_table_candidate
,reg_def_use.return_block_end
,plt_block
,overlap_with_litpool
,gp_relative_operand
,no_return_call_refined
,reg_reg_arithmetic_operation_defs
,incomplete_block
,value_reg_limit
,arch.reg_relative_load
,__agg_subclause6
,no_return_call_propagated
,discarded_split_load
,def_used_for_address
,inter_procedural_edge
,cmp_defines
,arm_jump_table_data_block
,litpool_symbolic_operand
,block_next
,jump_table_candidate_refined
,jump_table_candidate
,reg_used_for
,discarded_block
,base_relative_operand
,branch_to_calculated_pc_rel_addr
,next_end
,nop_in_padding_candidate
,jump_table_prelude
,relocation_adjustment_total
,next_type
,stack_def_use.block_last_def
,reg_has_base_image
,unresolved_interval
,stack_def_use.last_def_in_block
,candidate_block_is_not_padding
,reg_def_use.defined_in_block
,wis_memo
,overlapping_instruction
,tls_desc_call
,block_boundaries
- compare_and_jump_indirect(EA_cmp:address, EA_jmp:address, CC:condition_code, IndirectOp:operand_code, Immediate:number)
A pair of instructions that compares a memory location to an immediate and then conditionally jumps.
Uses:
arch.cmp_operation
,instruction
,instruction_get_op
,op_immediate
,op_indirect
Recursive:
data_block_candidate
,reg_def_use.used
,arm_jump_table_skip_first_entry
,reg_def_use.last_def_in_block
,code_in_block_candidate
,block_limit
,unresolved_interval_order
,candidate_block_is_padding
,may_fallthrough
,must_fallthrough
,split_load_operand
,no_return_call
,relative_jump_table_entry_candidate
,initialized_data_segment
,inferred_main_dispatch
,reg_def_use.live_var_at_prior_used
,resolved_reaches
,got_relative_operand
,arm_jump_table_data_block_limit
,__agg_subclause7
,jump_table_target
,symbolic_expr_from_relocation
,__agg_subclause3
,jump_table_element_access
,adjusts_stack_in_block
,data_in_code_propagate
,stack_def_use.live_var_at_prior_used
,reg_def_use.live_var_used
,jump_table_max
,composite_data_access
,split_load_for_symbolization
,arm_jump_table_candidate
,next_start
,init_symbol_minus_symbol_candidate_arm
,arm_jump_table_block_start
,padding_block_limit
,next_block_in_byte_interval
,__agg_single2
,block_candidate_dependency_edge
,wis_has_prior
,stack_def_use.live_var_used
,stack_def_use.live_var_at_block_end
,__agg_subclause2
,reg_def_use.ambiguous_block_last_def
,reg_def_use.live_var_def
,litpool_boundaries
,__agg_single6
,reg_def_use.return_val_used
,block_overlap
,block
,block_total_points
,value_reg
,adrp_used
,tls_get_addr
,indexed_pc_relative_load
,block_heuristic
,relative_address
,stack_def_use.def_used
,split_load_candidate
,base_relative_operation
,symbol_minus_symbol_litpool_access_pattern
,arm_jump_table_block_instruction
,litpool_ref
,litpool_confidence
,reg_def_use.ref_in_block
,block_last_instruction
,contains_plausible_instr_seq
,flags_and_jump_pair
,segment_target_range
,compare_and_jump_indirect
,split_load
,call_tls_get_addr
,relocation_adjustment
,indefinite_litpool_ref
,stack_def_use.live_var_def
,split_load_total_points
,padding_block_candidate
,value_reg_edge
,block_implies_block
,contains_implausible_instr_seq
,simple_data_access_pattern
,plt_entry
,reg_def_use.ambiguous_last_def_in_block
,basic_target
,unresolved_block_overlap
,inferred_main_in_reg
,common_tail
,cmp_reg_to_reg
,data_in_code
,const_value_reg_used
,reg_def_use.block_last_def
,wis_schedule_iter
,no_value_reg_limit
,is_padding
,code_in_block_candidate_refined
,invalid
,reg_def_use.used_in_block
,indexed_pc_relative_load_relative
,reg_has_got
,data_block_limit
,reg_def_use.flow_def
,split_load_conflict
,possible_target
,block_points_proportional
,block_instruction_next
,transition_block_limit
,impossible_block
,code_in_block
,straight_line_def_used
,correlated_live_reg
,start_function
,compare_and_jump_immediate
,first_block_in_byte_interval
,data_access
,block_points
,data_segment
,arch.extend_load
,compare_and_jump_indirect_op_valid
,unlikely_have_symbolic_immediate
,block_candidate_boundaries
,possible_target_from
,last_value_reg_limit
,stack_def_use.defined_in_block
,relative_address_start
,function_inference.function_entry_initial
,wis_schedule
,reg_def_use.def_used
,arch.simple_data_load
,after_end
,compare_and_jump_register
,hi_load_prop
,cinf_ldr_add_pc
,known_block
,self_contained_segment
,stack_base_reg_move
,stack_def_use.used_in_block
,instruction_memory_access_size
,reg_def_use.live_var_at_block_end
,jump_table_start
,arm_jump_table_cmp_limit
,jump_table_signed
,value_reg_unsupported
,__agg_single3
,stack_def_use.ref_in_block
,wis_prior
,split_load_point
,unresolved_block
,likely_fallthrough
,negative_block_heuristic
,base_relative_jump
,init_ldr_add_pc
,no_return_block
,stack_def_use.live_var_used_in_block
,arm_jump_table_candidate_start
,straight_line_last_def
,invalid_jump_table_candidate
,reg_def_use.return_block_end
,plt_block
,overlap_with_litpool
,gp_relative_operand
,no_return_call_refined
,reg_reg_arithmetic_operation_defs
,incomplete_block
,value_reg_limit
,arch.reg_relative_load
,__agg_subclause6
,no_return_call_propagated
,discarded_split_load
,def_used_for_address
,inter_procedural_edge
,cmp_defines
,arm_jump_table_data_block
,litpool_symbolic_operand
,block_next
,jump_table_candidate_refined
,jump_table_candidate
,reg_used_for
,discarded_block
,base_relative_operand
,branch_to_calculated_pc_rel_addr
,next_end
,nop_in_padding_candidate
,jump_table_prelude
,relocation_adjustment_total
,next_type
,stack_def_use.block_last_def
,reg_has_base_image
,unresolved_interval
,stack_def_use.last_def_in_block
,candidate_block_is_not_padding
,reg_def_use.defined_in_block
,wis_memo
,overlapping_instruction
,tls_desc_call
,block_boundaries
- limit_type_map(CC:condition_code, BranchLT:limit_type, FallthroughLT:limit_type, BranchOffset:number, FallthroughOffset:number)
Map condition codes to limit types
Used by:
arm_jump_table_cmp_limit
,value_reg_limit
- value_reg_limit(From:address, To:address, Reg:register, Value:number, LimitType:limit_type)
An instruction at EA limits the value of Reg at some MIN or MAX value.
From: the address that creates the limit To: the address at which the limit is active
Uses:
arch.memory_access
,arch.move_reg_imm
,direct_jump
,instruction_get_op
,limit_type_map
,track_register
Recursive:
data_block_candidate
,reg_def_use.used
,arm_jump_table_skip_first_entry
,reg_def_use.last_def_in_block
,code_in_block_candidate
,block_limit
,unresolved_interval_order
,candidate_block_is_padding
,may_fallthrough
,must_fallthrough
,split_load_operand
,no_return_call
,relative_jump_table_entry_candidate
,initialized_data_segment
,inferred_main_dispatch
,reg_def_use.live_var_at_prior_used
,resolved_reaches
,got_relative_operand
,arm_jump_table_data_block_limit
,__agg_subclause7
,jump_table_target
,symbolic_expr_from_relocation
,__agg_subclause3
,jump_table_element_access
,adjusts_stack_in_block
,data_in_code_propagate
,stack_def_use.live_var_at_prior_used
,reg_def_use.live_var_used
,jump_table_max
,composite_data_access
,split_load_for_symbolization
,arm_jump_table_candidate
,next_start
,init_symbol_minus_symbol_candidate_arm
,arm_jump_table_block_start
,padding_block_limit
,next_block_in_byte_interval
,__agg_single2
,block_candidate_dependency_edge
,wis_has_prior
,stack_def_use.live_var_used
,stack_def_use.live_var_at_block_end
,__agg_subclause2
,reg_def_use.ambiguous_block_last_def
,reg_def_use.live_var_def
,litpool_boundaries
,__agg_single6
,reg_def_use.return_val_used
,block_overlap
,block
,block_total_points
,value_reg
,adrp_used
,tls_get_addr
,indexed_pc_relative_load
,block_heuristic
,relative_address
,stack_def_use.def_used
,split_load_candidate
,base_relative_operation
,symbol_minus_symbol_litpool_access_pattern
,arm_jump_table_block_instruction
,litpool_ref
,litpool_confidence
,reg_def_use.ref_in_block
,block_last_instruction
,contains_plausible_instr_seq
,flags_and_jump_pair
,segment_target_range
,compare_and_jump_indirect
,split_load
,call_tls_get_addr
,relocation_adjustment
,indefinite_litpool_ref
,stack_def_use.live_var_def
,split_load_total_points
,padding_block_candidate
,value_reg_edge
,block_implies_block
,contains_implausible_instr_seq
,simple_data_access_pattern
,plt_entry
,reg_def_use.ambiguous_last_def_in_block
,basic_target
,unresolved_block_overlap
,inferred_main_in_reg
,common_tail
,cmp_reg_to_reg
,data_in_code
,const_value_reg_used
,reg_def_use.block_last_def
,wis_schedule_iter
,no_value_reg_limit
,is_padding
,code_in_block_candidate_refined
,invalid
,reg_def_use.used_in_block
,indexed_pc_relative_load_relative
,reg_has_got
,data_block_limit
,reg_def_use.flow_def
,split_load_conflict
,possible_target
,block_points_proportional
,block_instruction_next
,transition_block_limit
,impossible_block
,code_in_block
,straight_line_def_used
,correlated_live_reg
,start_function
,compare_and_jump_immediate
,first_block_in_byte_interval
,data_access
,block_points
,data_segment
,arch.extend_load
,compare_and_jump_indirect_op_valid
,unlikely_have_symbolic_immediate
,block_candidate_boundaries
,possible_target_from
,last_value_reg_limit
,stack_def_use.defined_in_block
,relative_address_start
,function_inference.function_entry_initial
,wis_schedule
,reg_def_use.def_used
,arch.simple_data_load
,after_end
,compare_and_jump_register
,hi_load_prop
,cinf_ldr_add_pc
,known_block
,self_contained_segment
,stack_base_reg_move
,stack_def_use.used_in_block
,instruction_memory_access_size
,reg_def_use.live_var_at_block_end
,jump_table_start
,arm_jump_table_cmp_limit
,jump_table_signed
,value_reg_unsupported
,__agg_single3
,stack_def_use.ref_in_block
,wis_prior
,split_load_point
,unresolved_block
,likely_fallthrough
,negative_block_heuristic
,base_relative_jump
,init_ldr_add_pc
,no_return_block
,stack_def_use.live_var_used_in_block
,arm_jump_table_candidate_start
,straight_line_last_def
,invalid_jump_table_candidate
,reg_def_use.return_block_end
,plt_block
,overlap_with_litpool
,gp_relative_operand
,no_return_call_refined
,reg_reg_arithmetic_operation_defs
,incomplete_block
,value_reg_limit
,arch.reg_relative_load
,__agg_subclause6
,no_return_call_propagated
,discarded_split_load
,def_used_for_address
,inter_procedural_edge
,cmp_defines
,arm_jump_table_data_block
,litpool_symbolic_operand
,block_next
,jump_table_candidate_refined
,jump_table_candidate
,reg_used_for
,discarded_block
,base_relative_operand
,branch_to_calculated_pc_rel_addr
,next_end
,nop_in_padding_candidate
,jump_table_prelude
,relocation_adjustment_total
,next_type
,stack_def_use.block_last_def
,reg_has_base_image
,unresolved_interval
,stack_def_use.last_def_in_block
,candidate_block_is_not_padding
,reg_def_use.defined_in_block
,wis_memo
,overlapping_instruction
,tls_desc_call
,block_boundaries
- compare_and_jump_indirect_op_valid(EA_cmp:address, EA_jmp:address, EA:address, IndirectOp:operand_code, Steps:number)
Detect where indirect operand used in a comparison is unmodified afterward.
Uses:
arch.memory_access
,arch.store_immediate
,instruction_get_op
,op_indirect_mapped
,reg_def_use.def
Recursive:
data_block_candidate
,reg_def_use.used
,arm_jump_table_skip_first_entry
,reg_def_use.last_def_in_block
,code_in_block_candidate
,block_limit
,unresolved_interval_order
,candidate_block_is_padding
,may_fallthrough
,must_fallthrough
,split_load_operand
,no_return_call
,relative_jump_table_entry_candidate
,initialized_data_segment
,inferred_main_dispatch
,reg_def_use.live_var_at_prior_used
,resolved_reaches
,got_relative_operand
,arm_jump_table_data_block_limit
,__agg_subclause7
,jump_table_target
,symbolic_expr_from_relocation
,__agg_subclause3
,jump_table_element_access
,adjusts_stack_in_block
,data_in_code_propagate
,stack_def_use.live_var_at_prior_used
,reg_def_use.live_var_used
,jump_table_max
,composite_data_access
,split_load_for_symbolization
,arm_jump_table_candidate
,next_start
,init_symbol_minus_symbol_candidate_arm
,arm_jump_table_block_start
,padding_block_limit
,next_block_in_byte_interval
,__agg_single2
,block_candidate_dependency_edge
,wis_has_prior
,stack_def_use.live_var_used
,stack_def_use.live_var_at_block_end
,__agg_subclause2
,reg_def_use.ambiguous_block_last_def
,reg_def_use.live_var_def
,litpool_boundaries
,__agg_single6
,reg_def_use.return_val_used
,block_overlap
,block
,block_total_points
,value_reg
,adrp_used
,tls_get_addr
,indexed_pc_relative_load
,block_heuristic
,relative_address
,stack_def_use.def_used
,split_load_candidate
,base_relative_operation
,symbol_minus_symbol_litpool_access_pattern
,arm_jump_table_block_instruction
,litpool_ref
,litpool_confidence
,reg_def_use.ref_in_block
,block_last_instruction
,contains_plausible_instr_seq
,flags_and_jump_pair
,segment_target_range
,compare_and_jump_indirect
,split_load
,call_tls_get_addr
,relocation_adjustment
,indefinite_litpool_ref
,stack_def_use.live_var_def
,split_load_total_points
,padding_block_candidate
,value_reg_edge
,block_implies_block
,contains_implausible_instr_seq
,simple_data_access_pattern
,plt_entry
,reg_def_use.ambiguous_last_def_in_block
,basic_target
,unresolved_block_overlap
,inferred_main_in_reg
,common_tail
,cmp_reg_to_reg
,data_in_code
,const_value_reg_used
,reg_def_use.block_last_def
,wis_schedule_iter
,no_value_reg_limit
,is_padding
,code_in_block_candidate_refined
,invalid
,reg_def_use.used_in_block
,indexed_pc_relative_load_relative
,reg_has_got
,data_block_limit
,reg_def_use.flow_def
,split_load_conflict
,possible_target
,block_points_proportional
,block_instruction_next
,transition_block_limit
,impossible_block
,code_in_block
,straight_line_def_used
,correlated_live_reg
,start_function
,compare_and_jump_immediate
,first_block_in_byte_interval
,data_access
,block_points
,data_segment
,arch.extend_load
,compare_and_jump_indirect_op_valid
,unlikely_have_symbolic_immediate
,block_candidate_boundaries
,possible_target_from
,last_value_reg_limit
,stack_def_use.defined_in_block
,relative_address_start
,function_inference.function_entry_initial
,wis_schedule
,reg_def_use.def_used
,arch.simple_data_load
,after_end
,compare_and_jump_register
,hi_load_prop
,cinf_ldr_add_pc
,known_block
,self_contained_segment
,stack_base_reg_move
,stack_def_use.used_in_block
,instruction_memory_access_size
,reg_def_use.live_var_at_block_end
,jump_table_start
,arm_jump_table_cmp_limit
,jump_table_signed
,value_reg_unsupported
,__agg_single3
,stack_def_use.ref_in_block
,wis_prior
,split_load_point
,unresolved_block
,likely_fallthrough
,negative_block_heuristic
,base_relative_jump
,init_ldr_add_pc
,no_return_block
,stack_def_use.live_var_used_in_block
,arm_jump_table_candidate_start
,straight_line_last_def
,invalid_jump_table_candidate
,reg_def_use.return_block_end
,plt_block
,overlap_with_litpool
,gp_relative_operand
,no_return_call_refined
,reg_reg_arithmetic_operation_defs
,incomplete_block
,value_reg_limit
,arch.reg_relative_load
,__agg_subclause6
,no_return_call_propagated
,discarded_split_load
,def_used_for_address
,inter_procedural_edge
,cmp_defines
,arm_jump_table_data_block
,litpool_symbolic_operand
,block_next
,jump_table_candidate_refined
,jump_table_candidate
,reg_used_for
,discarded_block
,base_relative_operand
,branch_to_calculated_pc_rel_addr
,next_end
,nop_in_padding_candidate
,jump_table_prelude
,relocation_adjustment_total
,next_type
,stack_def_use.block_last_def
,reg_has_base_image
,unresolved_interval
,stack_def_use.last_def_in_block
,candidate_block_is_not_padding
,reg_def_use.defined_in_block
,wis_memo
,overlapping_instruction
,tls_desc_call
,block_boundaries
Two live registers are a constant offset from each other at the end of a block.
Uses:
limit_reg_op
Recursive:
data_block_candidate
,reg_def_use.used
,arm_jump_table_skip_first_entry
,reg_def_use.last_def_in_block
,code_in_block_candidate
,block_limit
,unresolved_interval_order
,candidate_block_is_padding
,may_fallthrough
,must_fallthrough
,split_load_operand
,no_return_call
,relative_jump_table_entry_candidate
,initialized_data_segment
,inferred_main_dispatch
,reg_def_use.live_var_at_prior_used
,resolved_reaches
,got_relative_operand
,arm_jump_table_data_block_limit
,__agg_subclause7
,jump_table_target
,symbolic_expr_from_relocation
,__agg_subclause3
,jump_table_element_access
,adjusts_stack_in_block
,data_in_code_propagate
,stack_def_use.live_var_at_prior_used
,reg_def_use.live_var_used
,jump_table_max
,composite_data_access
,split_load_for_symbolization
,arm_jump_table_candidate
,next_start
,init_symbol_minus_symbol_candidate_arm
,arm_jump_table_block_start
,padding_block_limit
,next_block_in_byte_interval
,__agg_single2
,block_candidate_dependency_edge
,wis_has_prior
,stack_def_use.live_var_used
,stack_def_use.live_var_at_block_end
,__agg_subclause2
,reg_def_use.ambiguous_block_last_def
,reg_def_use.live_var_def
,litpool_boundaries
,__agg_single6
,reg_def_use.return_val_used
,block_overlap
,block
,block_total_points
,value_reg
,adrp_used
,tls_get_addr
,indexed_pc_relative_load
,block_heuristic
,relative_address
,stack_def_use.def_used
,split_load_candidate
,base_relative_operation
,symbol_minus_symbol_litpool_access_pattern
,arm_jump_table_block_instruction
,litpool_ref
,litpool_confidence
,reg_def_use.ref_in_block
,block_last_instruction
,contains_plausible_instr_seq
,flags_and_jump_pair
,segment_target_range
,compare_and_jump_indirect
,split_load
,call_tls_get_addr
,relocation_adjustment
,indefinite_litpool_ref
,stack_def_use.live_var_def
,split_load_total_points
,padding_block_candidate
,value_reg_edge
,block_implies_block
,contains_implausible_instr_seq
,simple_data_access_pattern
,plt_entry
,reg_def_use.ambiguous_last_def_in_block
,basic_target
,unresolved_block_overlap
,inferred_main_in_reg
,common_tail
,cmp_reg_to_reg
,data_in_code
,const_value_reg_used
,reg_def_use.block_last_def
,wis_schedule_iter
,no_value_reg_limit
,is_padding
,code_in_block_candidate_refined
,invalid
,reg_def_use.used_in_block
,indexed_pc_relative_load_relative
,reg_has_got
,data_block_limit
,reg_def_use.flow_def
,split_load_conflict
,possible_target
,block_points_proportional
,block_instruction_next
,transition_block_limit
,impossible_block
,code_in_block
,straight_line_def_used
,correlated_live_reg
,start_function
,compare_and_jump_immediate
,first_block_in_byte_interval
,data_access
,block_points
,data_segment
,arch.extend_load
,compare_and_jump_indirect_op_valid
,unlikely_have_symbolic_immediate
,block_candidate_boundaries
,possible_target_from
,last_value_reg_limit
,stack_def_use.defined_in_block
,relative_address_start
,function_inference.function_entry_initial
,wis_schedule
,reg_def_use.def_used
,arch.simple_data_load
,after_end
,compare_and_jump_register
,hi_load_prop
,cinf_ldr_add_pc
,known_block
,self_contained_segment
,stack_base_reg_move
,stack_def_use.used_in_block
,instruction_memory_access_size
,reg_def_use.live_var_at_block_end
,jump_table_start
,arm_jump_table_cmp_limit
,jump_table_signed
,value_reg_unsupported
,__agg_single3
,stack_def_use.ref_in_block
,wis_prior
,split_load_point
,unresolved_block
,likely_fallthrough
,negative_block_heuristic
,base_relative_jump
,init_ldr_add_pc
,no_return_block
,stack_def_use.live_var_used_in_block
,arm_jump_table_candidate_start
,straight_line_last_def
,invalid_jump_table_candidate
,reg_def_use.return_block_end
,plt_block
,overlap_with_litpool
,gp_relative_operand
,no_return_call_refined
,reg_reg_arithmetic_operation_defs
,incomplete_block
,value_reg_limit
,arch.reg_relative_load
,__agg_subclause6
,no_return_call_propagated
,discarded_split_load
,def_used_for_address
,inter_procedural_edge
,cmp_defines
,arm_jump_table_data_block
,litpool_symbolic_operand
,block_next
,jump_table_candidate_refined
,jump_table_candidate
,reg_used_for
,discarded_block
,base_relative_operand
,branch_to_calculated_pc_rel_addr
,next_end
,nop_in_padding_candidate
,jump_table_prelude
,relocation_adjustment_total
,next_type
,stack_def_use.block_last_def
,reg_has_base_image
,unresolved_interval
,stack_def_use.last_def_in_block
,candidate_block_is_not_padding
,reg_def_use.defined_in_block
,wis_memo
,overlapping_instruction
,tls_desc_call
,block_boundaries
- cmp_defines(EA_jmp:address, EA_dst:address, Reg:register)
A register is compared as NE or EQ and used for a conditional jump.
Uses:
direct_jump
Recursive:
data_block_candidate
,reg_def_use.used
,arm_jump_table_skip_first_entry
,reg_def_use.last_def_in_block
,code_in_block_candidate
,block_limit
,unresolved_interval_order
,candidate_block_is_padding
,may_fallthrough
,must_fallthrough
,split_load_operand
,no_return_call
,relative_jump_table_entry_candidate
,initialized_data_segment
,inferred_main_dispatch
,reg_def_use.live_var_at_prior_used
,resolved_reaches
,got_relative_operand
,arm_jump_table_data_block_limit
,__agg_subclause7
,jump_table_target
,symbolic_expr_from_relocation
,__agg_subclause3
,jump_table_element_access
,adjusts_stack_in_block
,data_in_code_propagate
,stack_def_use.live_var_at_prior_used
,reg_def_use.live_var_used
,jump_table_max
,composite_data_access
,split_load_for_symbolization
,arm_jump_table_candidate
,next_start
,init_symbol_minus_symbol_candidate_arm
,arm_jump_table_block_start
,padding_block_limit
,next_block_in_byte_interval
,__agg_single2
,block_candidate_dependency_edge
,wis_has_prior
,stack_def_use.live_var_used
,stack_def_use.live_var_at_block_end
,__agg_subclause2
,reg_def_use.ambiguous_block_last_def
,reg_def_use.live_var_def
,litpool_boundaries
,__agg_single6
,reg_def_use.return_val_used
,block_overlap
,block
,block_total_points
,value_reg
,adrp_used
,tls_get_addr
,indexed_pc_relative_load
,block_heuristic
,relative_address
,stack_def_use.def_used
,split_load_candidate
,base_relative_operation
,symbol_minus_symbol_litpool_access_pattern
,arm_jump_table_block_instruction
,litpool_ref
,litpool_confidence
,reg_def_use.ref_in_block
,block_last_instruction
,contains_plausible_instr_seq
,flags_and_jump_pair
,segment_target_range
,compare_and_jump_indirect
,split_load
,call_tls_get_addr
,relocation_adjustment
,indefinite_litpool_ref
,stack_def_use.live_var_def
,split_load_total_points
,padding_block_candidate
,value_reg_edge
,block_implies_block
,contains_implausible_instr_seq
,simple_data_access_pattern
,plt_entry
,reg_def_use.ambiguous_last_def_in_block
,basic_target
,unresolved_block_overlap
,inferred_main_in_reg
,common_tail
,cmp_reg_to_reg
,data_in_code
,const_value_reg_used
,reg_def_use.block_last_def
,wis_schedule_iter
,no_value_reg_limit
,is_padding
,code_in_block_candidate_refined
,invalid
,reg_def_use.used_in_block
,indexed_pc_relative_load_relative
,reg_has_got
,data_block_limit
,reg_def_use.flow_def
,split_load_conflict
,possible_target
,block_points_proportional
,block_instruction_next
,transition_block_limit
,impossible_block
,code_in_block
,straight_line_def_used
,correlated_live_reg
,start_function
,compare_and_jump_immediate
,first_block_in_byte_interval
,data_access
,block_points
,data_segment
,arch.extend_load
,compare_and_jump_indirect_op_valid
,unlikely_have_symbolic_immediate
,block_candidate_boundaries
,possible_target_from
,last_value_reg_limit
,stack_def_use.defined_in_block
,relative_address_start
,function_inference.function_entry_initial
,wis_schedule
,reg_def_use.def_used
,arch.simple_data_load
,after_end
,compare_and_jump_register
,hi_load_prop
,cinf_ldr_add_pc
,known_block
,self_contained_segment
,stack_base_reg_move
,stack_def_use.used_in_block
,instruction_memory_access_size
,reg_def_use.live_var_at_block_end
,jump_table_start
,arm_jump_table_cmp_limit
,jump_table_signed
,value_reg_unsupported
,__agg_single3
,stack_def_use.ref_in_block
,wis_prior
,split_load_point
,unresolved_block
,likely_fallthrough
,negative_block_heuristic
,base_relative_jump
,init_ldr_add_pc
,no_return_block
,stack_def_use.live_var_used_in_block
,arm_jump_table_candidate_start
,straight_line_last_def
,invalid_jump_table_candidate
,reg_def_use.return_block_end
,plt_block
,overlap_with_litpool
,gp_relative_operand
,no_return_call_refined
,reg_reg_arithmetic_operation_defs
,incomplete_block
,value_reg_limit
,arch.reg_relative_load
,__agg_subclause6
,no_return_call_propagated
,discarded_split_load
,def_used_for_address
,inter_procedural_edge
,cmp_defines
,arm_jump_table_data_block
,litpool_symbolic_operand
,block_next
,jump_table_candidate_refined
,jump_table_candidate
,reg_used_for
,discarded_block
,base_relative_operand
,branch_to_calculated_pc_rel_addr
,next_end
,nop_in_padding_candidate
,jump_table_prelude
,relocation_adjustment_total
,next_type
,stack_def_use.block_last_def
,reg_has_base_image
,unresolved_interval
,stack_def_use.last_def_in_block
,candidate_block_is_not_padding
,reg_def_use.defined_in_block
,wis_memo
,overlapping_instruction
,tls_desc_call
,block_boundaries
- no_value_reg_limit(EA_jmp:address)
Jumps where generating a value_reg_limit is not supported.
Recursive:
data_block_candidate
,reg_def_use.used
,arm_jump_table_skip_first_entry
,reg_def_use.last_def_in_block
,code_in_block_candidate
,block_limit
,unresolved_interval_order
,candidate_block_is_padding
,may_fallthrough
,must_fallthrough
,split_load_operand
,no_return_call
,relative_jump_table_entry_candidate
,initialized_data_segment
,inferred_main_dispatch
,reg_def_use.live_var_at_prior_used
,resolved_reaches
,got_relative_operand
,arm_jump_table_data_block_limit
,__agg_subclause7
,jump_table_target
,symbolic_expr_from_relocation
,__agg_subclause3
,jump_table_element_access
,adjusts_stack_in_block
,data_in_code_propagate
,stack_def_use.live_var_at_prior_used
,reg_def_use.live_var_used
,jump_table_max
,composite_data_access
,split_load_for_symbolization
,arm_jump_table_candidate
,next_start
,init_symbol_minus_symbol_candidate_arm
,arm_jump_table_block_start
,padding_block_limit
,next_block_in_byte_interval
,__agg_single2
,block_candidate_dependency_edge
,wis_has_prior
,stack_def_use.live_var_used
,stack_def_use.live_var_at_block_end
,__agg_subclause2
,reg_def_use.ambiguous_block_last_def
,reg_def_use.live_var_def
,litpool_boundaries
,__agg_single6
,reg_def_use.return_val_used
,block_overlap
,block
,block_total_points
,value_reg
,adrp_used
,tls_get_addr
,indexed_pc_relative_load
,block_heuristic
,relative_address
,stack_def_use.def_used
,split_load_candidate
,base_relative_operation
,symbol_minus_symbol_litpool_access_pattern
,arm_jump_table_block_instruction
,litpool_ref
,litpool_confidence
,reg_def_use.ref_in_block
,block_last_instruction
,contains_plausible_instr_seq
,flags_and_jump_pair
,segment_target_range
,compare_and_jump_indirect
,split_load
,call_tls_get_addr
,relocation_adjustment
,indefinite_litpool_ref
,stack_def_use.live_var_def
,split_load_total_points
,padding_block_candidate
,value_reg_edge
,block_implies_block
,contains_implausible_instr_seq
,simple_data_access_pattern
,plt_entry
,reg_def_use.ambiguous_last_def_in_block
,basic_target
,unresolved_block_overlap
,inferred_main_in_reg
,common_tail
,cmp_reg_to_reg
,data_in_code
,const_value_reg_used
,reg_def_use.block_last_def
,wis_schedule_iter
,no_value_reg_limit
,is_padding
,code_in_block_candidate_refined
,invalid
,reg_def_use.used_in_block
,indexed_pc_relative_load_relative
,reg_has_got
,data_block_limit
,reg_def_use.flow_def
,split_load_conflict
,possible_target
,block_points_proportional
,block_instruction_next
,transition_block_limit
,impossible_block
,code_in_block
,straight_line_def_used
,correlated_live_reg
,start_function
,compare_and_jump_immediate
,first_block_in_byte_interval
,data_access
,block_points
,data_segment
,arch.extend_load
,compare_and_jump_indirect_op_valid
,unlikely_have_symbolic_immediate
,block_candidate_boundaries
,possible_target_from
,last_value_reg_limit
,stack_def_use.defined_in_block
,relative_address_start
,function_inference.function_entry_initial
,wis_schedule
,reg_def_use.def_used
,arch.simple_data_load
,after_end
,compare_and_jump_register
,hi_load_prop
,cinf_ldr_add_pc
,known_block
,self_contained_segment
,stack_base_reg_move
,stack_def_use.used_in_block
,instruction_memory_access_size
,reg_def_use.live_var_at_block_end
,jump_table_start
,arm_jump_table_cmp_limit
,jump_table_signed
,value_reg_unsupported
,__agg_single3
,stack_def_use.ref_in_block
,wis_prior
,split_load_point
,unresolved_block
,likely_fallthrough
,negative_block_heuristic
,base_relative_jump
,init_ldr_add_pc
,no_return_block
,stack_def_use.live_var_used_in_block
,arm_jump_table_candidate_start
,straight_line_last_def
,invalid_jump_table_candidate
,reg_def_use.return_block_end
,plt_block
,overlap_with_litpool
,gp_relative_operand
,no_return_call_refined
,reg_reg_arithmetic_operation_defs
,incomplete_block
,value_reg_limit
,arch.reg_relative_load
,__agg_subclause6
,no_return_call_propagated
,discarded_split_load
,def_used_for_address
,inter_procedural_edge
,cmp_defines
,arm_jump_table_data_block
,litpool_symbolic_operand
,block_next
,jump_table_candidate_refined
,jump_table_candidate
,reg_used_for
,discarded_block
,base_relative_operand
,branch_to_calculated_pc_rel_addr
,next_end
,nop_in_padding_candidate
,jump_table_prelude
,relocation_adjustment_total
,next_type
,stack_def_use.block_last_def
,reg_has_base_image
,unresolved_interval
,stack_def_use.last_def_in_block
,candidate_block_is_not_padding
,reg_def_use.defined_in_block
,wis_memo
,overlapping_instruction
,tls_desc_call
,block_boundaries
- step_limit_small(Limit:unsigned)
Used by:
last_value_reg_limit
- last_value_reg_limit(From:address, To:address, Reg:register, Value:number, LimitType:limit_type, Steps:unsigned)
Basic-block propagation of value_reg_limit
From: the address that creates the limit To: the address at which the limit is active
Recursive:
data_block_candidate
,reg_def_use.used
,arm_jump_table_skip_first_entry
,reg_def_use.last_def_in_block
,code_in_block_candidate
,block_limit
,unresolved_interval_order
,candidate_block_is_padding
,may_fallthrough
,must_fallthrough
,split_load_operand
,no_return_call
,relative_jump_table_entry_candidate
,initialized_data_segment
,inferred_main_dispatch
,reg_def_use.live_var_at_prior_used
,resolved_reaches
,got_relative_operand
,arm_jump_table_data_block_limit
,__agg_subclause7
,jump_table_target
,symbolic_expr_from_relocation
,__agg_subclause3
,jump_table_element_access
,adjusts_stack_in_block
,data_in_code_propagate
,stack_def_use.live_var_at_prior_used
,reg_def_use.live_var_used
,jump_table_max
,composite_data_access
,split_load_for_symbolization
,arm_jump_table_candidate
,next_start
,init_symbol_minus_symbol_candidate_arm
,arm_jump_table_block_start
,padding_block_limit
,next_block_in_byte_interval
,__agg_single2
,block_candidate_dependency_edge
,wis_has_prior
,stack_def_use.live_var_used
,stack_def_use.live_var_at_block_end
,__agg_subclause2
,reg_def_use.ambiguous_block_last_def
,reg_def_use.live_var_def
,litpool_boundaries
,__agg_single6
,reg_def_use.return_val_used
,block_overlap
,block
,block_total_points
,value_reg
,adrp_used
,tls_get_addr
,indexed_pc_relative_load
,block_heuristic
,relative_address
,stack_def_use.def_used
,split_load_candidate
,base_relative_operation
,symbol_minus_symbol_litpool_access_pattern
,arm_jump_table_block_instruction
,litpool_ref
,litpool_confidence
,reg_def_use.ref_in_block
,block_last_instruction
,contains_plausible_instr_seq
,flags_and_jump_pair
,segment_target_range
,compare_and_jump_indirect
,split_load
,call_tls_get_addr
,relocation_adjustment
,indefinite_litpool_ref
,stack_def_use.live_var_def
,split_load_total_points
,padding_block_candidate
,value_reg_edge
,block_implies_block
,contains_implausible_instr_seq
,simple_data_access_pattern
,plt_entry
,reg_def_use.ambiguous_last_def_in_block
,basic_target
,unresolved_block_overlap
,inferred_main_in_reg
,common_tail
,cmp_reg_to_reg
,data_in_code
,const_value_reg_used
,reg_def_use.block_last_def
,wis_schedule_iter
,no_value_reg_limit
,is_padding
,code_in_block_candidate_refined
,invalid
,reg_def_use.used_in_block
,indexed_pc_relative_load_relative
,reg_has_got
,data_block_limit
,reg_def_use.flow_def
,split_load_conflict
,possible_target
,block_points_proportional
,block_instruction_next
,transition_block_limit
,impossible_block
,code_in_block
,straight_line_def_used
,correlated_live_reg
,start_function
,compare_and_jump_immediate
,first_block_in_byte_interval
,data_access
,block_points
,data_segment
,arch.extend_load
,compare_and_jump_indirect_op_valid
,unlikely_have_symbolic_immediate
,block_candidate_boundaries
,possible_target_from
,last_value_reg_limit
,stack_def_use.defined_in_block
,relative_address_start
,function_inference.function_entry_initial
,wis_schedule
,reg_def_use.def_used
,arch.simple_data_load
,after_end
,compare_and_jump_register
,hi_load_prop
,cinf_ldr_add_pc
,known_block
,self_contained_segment
,stack_base_reg_move
,stack_def_use.used_in_block
,instruction_memory_access_size
,reg_def_use.live_var_at_block_end
,jump_table_start
,arm_jump_table_cmp_limit
,jump_table_signed
,value_reg_unsupported
,__agg_single3
,stack_def_use.ref_in_block
,wis_prior
,split_load_point
,unresolved_block
,likely_fallthrough
,negative_block_heuristic
,base_relative_jump
,init_ldr_add_pc
,no_return_block
,stack_def_use.live_var_used_in_block
,arm_jump_table_candidate_start
,straight_line_last_def
,invalid_jump_table_candidate
,reg_def_use.return_block_end
,plt_block
,overlap_with_litpool
,gp_relative_operand
,no_return_call_refined
,reg_reg_arithmetic_operation_defs
,incomplete_block
,value_reg_limit
,arch.reg_relative_load
,__agg_subclause6
,no_return_call_propagated
,discarded_split_load
,def_used_for_address
,inter_procedural_edge
,cmp_defines
,arm_jump_table_data_block
,litpool_symbolic_operand
,block_next
,jump_table_candidate_refined
,jump_table_candidate
,reg_used_for
,discarded_block
,base_relative_operand
,branch_to_calculated_pc_rel_addr
,next_end
,nop_in_padding_candidate
,jump_table_prelude
,relocation_adjustment_total
,next_type
,stack_def_use.block_last_def
,reg_has_base_image
,unresolved_interval
,stack_def_use.last_def_in_block
,candidate_block_is_not_padding
,reg_def_use.defined_in_block
,wis_memo
,overlapping_instruction
,tls_desc_call
,block_boundaries
- limit_reg_op(EA:address, DstReg:register, SrcReg:register, Offset:number)
Move or arithmetic operation on a limited register