LICENSE
README.md
pyproject.toml
setup.cfg
hexagonulator.egg-info/PKG-INFO
hexagonulator.egg-info/SOURCES.txt
hexagonulator.egg-info/dependency_links.txt
hexagonulator.egg-info/requires.txt
hexagonulator.egg-info/top_level.txt
hexgonulator/__init__.py
hexgonulator/common/__init__.py
hexgonulator/common/bits_ops.py
hexgonulator/memory/__init__.py
hexgonulator/memory/abstract.py
hexgonulator/memory/controller.py
hexgonulator/memory/hub.py
hexgonulator/memory/ram.py
hexgonulator/v67/__init__.py
hexgonulator/v67/processor.py
hexgonulator/v67/registers.py
hexgonulator/v67/sequencer.py
hexgonulator/v67/xunits.py
hexgonulator/v67/core_registers/__init__.py
hexgonulator/v67/core_registers/modifier_register.py
hexgonulator/v67/core_registers/user_status_register.py
hexgonulator/v67/instructions/__init__.py
hexgonulator/v67/instructions/instruction.py
hexgonulator/v67/instructions/abstract/__init__.py
hexgonulator/v67/instructions/abstract/add.py
hexgonulator/v67/instructions/abstract/add_to_pc.py
hexgonulator/v67/instructions/abstract/all8.py
hexgonulator/v67/instructions/abstract/and_.py
hexgonulator/v67/instructions/abstract/and_not.py
hexgonulator/v67/instructions/abstract/any8.py
hexgonulator/v67/instructions/abstract/aslh.py
hexgonulator/v67/instructions/abstract/asrh.py
hexgonulator/v67/instructions/abstract/call.py
hexgonulator/v67/instructions/abstract/callr.py
hexgonulator/v67/instructions/abstract/cmp_eq.py
hexgonulator/v67/instructions/abstract/cmp_eq_and_jump.py
hexgonulator/v67/instructions/abstract/cmp_gt.py
hexgonulator/v67/instructions/abstract/cmp_gt_and_jump.py
hexgonulator/v67/instructions/abstract/cmp_gtu.py
hexgonulator/v67/instructions/abstract/cmp_gtu_and_jump.py
hexgonulator/v67/instructions/abstract/combine_halfwords.py
hexgonulator/v67/instructions/abstract/combine_words.py
hexgonulator/v67/instructions/abstract/conditional_add.py
hexgonulator/v67/instructions/abstract/conditional_and.py
hexgonulator/v67/instructions/abstract/conditional_aslh.py
hexgonulator/v67/instructions/abstract/conditional_asrh.py
hexgonulator/v67/instructions/abstract/conditional_call.py
hexgonulator/v67/instructions/abstract/conditional_callr.py
hexgonulator/v67/instructions/abstract/conditional_combine.py
hexgonulator/v67/instructions/abstract/conditional_dealloc_return.py
hexgonulator/v67/instructions/abstract/conditional_dealloc_return_new.py
hexgonulator/v67/instructions/abstract/conditional_jump.py
hexgonulator/v67/instructions/abstract/conditional_jump_reg_eq_zero.py
hexgonulator/v67/instructions/abstract/conditional_jump_reg_gt_zero.py
hexgonulator/v67/instructions/abstract/conditional_jump_reg_lt_zero.py
hexgonulator/v67/instructions/abstract/conditional_jump_reg_not_zero.py
hexgonulator/v67/instructions/abstract/conditional_jumpr.py
hexgonulator/v67/instructions/abstract/conditional_or.py
hexgonulator/v67/instructions/abstract/conditional_read_b_absolute.py
hexgonulator/v67/instructions/abstract/conditional_read_b_indirect_increment_imm.py
hexgonulator/v67/instructions/abstract/conditional_read_b_indirect_offset.py
hexgonulator/v67/instructions/abstract/conditional_read_b_indirect_register_offset.py
hexgonulator/v67/instructions/abstract/conditional_read_d_absolute.py
hexgonulator/v67/instructions/abstract/conditional_read_d_indirect_increment_imm.py
hexgonulator/v67/instructions/abstract/conditional_read_d_indirect_offset.py
hexgonulator/v67/instructions/abstract/conditional_read_d_indirect_register_offset.py
hexgonulator/v67/instructions/abstract/conditional_read_h_absolute.py
hexgonulator/v67/instructions/abstract/conditional_read_h_indirect_increment_imm.py
hexgonulator/v67/instructions/abstract/conditional_read_h_indirect_offset.py
hexgonulator/v67/instructions/abstract/conditional_read_h_indirect_register_offset.py
hexgonulator/v67/instructions/abstract/conditional_read_ub_absolute.py
hexgonulator/v67/instructions/abstract/conditional_read_ub_indirect_increment_imm.py
hexgonulator/v67/instructions/abstract/conditional_read_ub_indirect_offset.py
hexgonulator/v67/instructions/abstract/conditional_read_ub_indirect_register_offset.py
hexgonulator/v67/instructions/abstract/conditional_read_uh_absolute.py
hexgonulator/v67/instructions/abstract/conditional_read_uh_indirect_increment_imm.py
hexgonulator/v67/instructions/abstract/conditional_read_uh_indirect_offset.py
hexgonulator/v67/instructions/abstract/conditional_read_uh_indirect_register_offset.py
hexgonulator/v67/instructions/abstract/conditional_read_w_absolute.py
hexgonulator/v67/instructions/abstract/conditional_read_w_indirect_increment_imm.py
hexgonulator/v67/instructions/abstract/conditional_read_w_indirect_offset.py
hexgonulator/v67/instructions/abstract/conditional_read_w_indirect_register_offset.py
hexgonulator/v67/instructions/abstract/conditional_sub.py
hexgonulator/v67/instructions/abstract/conditional_sxtb.py
hexgonulator/v67/instructions/abstract/conditional_sxth.py
hexgonulator/v67/instructions/abstract/conditional_transfer.py
hexgonulator/v67/instructions/abstract/conditional_xor.py
hexgonulator/v67/instructions/abstract/conditional_zxtb.py
hexgonulator/v67/instructions/abstract/conditional_zxth.py
hexgonulator/v67/instructions/abstract/constant_extender.py
hexgonulator/v67/instructions/abstract/dealloc_return.py
hexgonulator/v67/instructions/abstract/deallocframe.py
hexgonulator/v67/instructions/abstract/fastcorner9.py
hexgonulator/v67/instructions/abstract/hintjr.py
hexgonulator/v67/instructions/abstract/jump.py
hexgonulator/v67/instructions/abstract/jumpr.py
hexgonulator/v67/instructions/abstract/loop0.py
hexgonulator/v67/instructions/abstract/loop1.py
hexgonulator/v67/instructions/abstract/memb_add_imm.py
hexgonulator/v67/instructions/abstract/memb_add_reg.py
hexgonulator/v67/instructions/abstract/memb_and_reg.py
hexgonulator/v67/instructions/abstract/memb_clrbit.py
hexgonulator/v67/instructions/abstract/memb_fifo_absolute_register_offset.py
hexgonulator/v67/instructions/abstract/memb_fifo_absolute_set.py
hexgonulator/v67/instructions/abstract/memb_fifo_brev_increment_reg.py
hexgonulator/v67/instructions/abstract/memb_fifo_circular_increment.py
hexgonulator/v67/instructions/abstract/memb_fifo_indirect_increment_imm.py
hexgonulator/v67/instructions/abstract/memb_fifo_indirect_increment_reg.py
hexgonulator/v67/instructions/abstract/memb_fifo_indirect_with_offset.py
hexgonulator/v67/instructions/abstract/memb_or_reg.py
hexgonulator/v67/instructions/abstract/memb_setbit.py
hexgonulator/v67/instructions/abstract/memb_sub_imm.py
hexgonulator/v67/instructions/abstract/memb_sub_reg.py
hexgonulator/v67/instructions/abstract/membh_absolute_register_offset.py
hexgonulator/v67/instructions/abstract/membh_absolute_set.py
hexgonulator/v67/instructions/abstract/membh_brev_increment_reg.py
hexgonulator/v67/instructions/abstract/membh_circular_increment.py
hexgonulator/v67/instructions/abstract/membh_indirect_increment_imm.py
hexgonulator/v67/instructions/abstract/membh_indirect_increment_reg.py
hexgonulator/v67/instructions/abstract/membh_indirect_with_offset.py
hexgonulator/v67/instructions/abstract/membh_pair_absolute_register_offset.py
hexgonulator/v67/instructions/abstract/membh_pair_absolute_set.py
hexgonulator/v67/instructions/abstract/membh_pair_brev_increment_reg.py
hexgonulator/v67/instructions/abstract/membh_pair_circular_increment.py
hexgonulator/v67/instructions/abstract/membh_pair_indirect_increment_imm.py
hexgonulator/v67/instructions/abstract/membh_pair_indirect_increment_reg.py
hexgonulator/v67/instructions/abstract/membh_pair_indirect_with_offset.py
hexgonulator/v67/instructions/abstract/memh_add_imm.py
hexgonulator/v67/instructions/abstract/memh_add_reg.py
hexgonulator/v67/instructions/abstract/memh_and_reg.py
hexgonulator/v67/instructions/abstract/memh_clrbit.py
hexgonulator/v67/instructions/abstract/memh_fifo_absolute_register_offset.py
hexgonulator/v67/instructions/abstract/memh_fifo_absolute_set.py
hexgonulator/v67/instructions/abstract/memh_fifo_brev_increment_reg.py
hexgonulator/v67/instructions/abstract/memh_fifo_circular_increment.py
hexgonulator/v67/instructions/abstract/memh_fifo_indirect_increment_imm.py
hexgonulator/v67/instructions/abstract/memh_fifo_indirect_increment_reg.py
hexgonulator/v67/instructions/abstract/memh_fifo_indirect_with_offset.py
hexgonulator/v67/instructions/abstract/memh_or_reg.py
hexgonulator/v67/instructions/abstract/memh_setbit.py
hexgonulator/v67/instructions/abstract/memh_sub_imm.py
hexgonulator/v67/instructions/abstract/memh_sub_reg.py
hexgonulator/v67/instructions/abstract/memubh_absolute_register_offset.py
hexgonulator/v67/instructions/abstract/memubh_absolute_set.py
hexgonulator/v67/instructions/abstract/memubh_brev_increment_reg.py
hexgonulator/v67/instructions/abstract/memubh_circular_increment.py
hexgonulator/v67/instructions/abstract/memubh_indirect_increment_imm.py
hexgonulator/v67/instructions/abstract/memubh_indirect_increment_reg.py
hexgonulator/v67/instructions/abstract/memubh_indirect_with_offset.py
hexgonulator/v67/instructions/abstract/memubh_pair_absolute_register_offset.py
hexgonulator/v67/instructions/abstract/memubh_pair_absolute_set.py
hexgonulator/v67/instructions/abstract/memubh_pair_brev_increment_reg.py
hexgonulator/v67/instructions/abstract/memubh_pair_circular_increment.py
hexgonulator/v67/instructions/abstract/memubh_pair_indirect_increment_imm.py
hexgonulator/v67/instructions/abstract/memubh_pair_indirect_increment_reg.py
hexgonulator/v67/instructions/abstract/memubh_pair_indirect_with_offset.py
hexgonulator/v67/instructions/abstract/memw_add_imm.py
hexgonulator/v67/instructions/abstract/memw_add_reg.py
hexgonulator/v67/instructions/abstract/memw_and_reg.py
hexgonulator/v67/instructions/abstract/memw_clrbit.py
hexgonulator/v67/instructions/abstract/memw_or_reg.py
hexgonulator/v67/instructions/abstract/memw_setbit.py
hexgonulator/v67/instructions/abstract/memw_sub_imm.py
hexgonulator/v67/instructions/abstract/memw_sub_reg.py
hexgonulator/v67/instructions/abstract/mux.py
hexgonulator/v67/instructions/abstract/nop.py
hexgonulator/v67/instructions/abstract/or_.py
hexgonulator/v67/instructions/abstract/or_not.py
hexgonulator/v67/instructions/abstract/packhl.py
hexgonulator/v67/instructions/abstract/predicate_and.py
hexgonulator/v67/instructions/abstract/predicate_and_and.py
hexgonulator/v67/instructions/abstract/predicate_and_or.py
hexgonulator/v67/instructions/abstract/predicate_not.py
hexgonulator/v67/instructions/abstract/predicate_or.py
hexgonulator/v67/instructions/abstract/predicate_or_and.py
hexgonulator/v67/instructions/abstract/predicate_or_or.py
hexgonulator/v67/instructions/abstract/predicate_xor.py
hexgonulator/v67/instructions/abstract/read_b_absolute_register_offset.py
hexgonulator/v67/instructions/abstract/read_b_absolute_set.py
hexgonulator/v67/instructions/abstract/read_b_brev_increment_reg.py
hexgonulator/v67/instructions/abstract/read_b_circular_increment.py
hexgonulator/v67/instructions/abstract/read_b_global_pointer_relative.py
hexgonulator/v67/instructions/abstract/read_b_indirect_increment_imm.py
hexgonulator/v67/instructions/abstract/read_b_indirect_increment_reg.py
hexgonulator/v67/instructions/abstract/read_b_indirect_with_offset.py
hexgonulator/v67/instructions/abstract/read_b_indirect_with_register_offset.py
hexgonulator/v67/instructions/abstract/read_d_absolute_register_offset.py
hexgonulator/v67/instructions/abstract/read_d_absolute_set.py
hexgonulator/v67/instructions/abstract/read_d_brev_increment_reg.py
hexgonulator/v67/instructions/abstract/read_d_circular_increment.py
hexgonulator/v67/instructions/abstract/read_d_global_pointer_relative.py
hexgonulator/v67/instructions/abstract/read_d_indirect_increment_imm.py
hexgonulator/v67/instructions/abstract/read_d_indirect_increment_reg.py
hexgonulator/v67/instructions/abstract/read_d_indirect_with_offset.py
hexgonulator/v67/instructions/abstract/read_d_indirect_with_register_offset.py
hexgonulator/v67/instructions/abstract/read_h_absolute_register_offset.py
hexgonulator/v67/instructions/abstract/read_h_absolute_set.py
hexgonulator/v67/instructions/abstract/read_h_brev_increment_reg.py
hexgonulator/v67/instructions/abstract/read_h_circular_increment.py
hexgonulator/v67/instructions/abstract/read_h_global_pointer_relative.py
hexgonulator/v67/instructions/abstract/read_h_indirect_increment_imm.py
hexgonulator/v67/instructions/abstract/read_h_indirect_increment_reg.py
hexgonulator/v67/instructions/abstract/read_h_indirect_with_offset.py
hexgonulator/v67/instructions/abstract/read_h_indirect_with_register_offset.py
hexgonulator/v67/instructions/abstract/read_ub_absolute_register_offset.py
hexgonulator/v67/instructions/abstract/read_ub_absolute_set.py
hexgonulator/v67/instructions/abstract/read_ub_brev_increment_reg.py
hexgonulator/v67/instructions/abstract/read_ub_circular_increment.py
hexgonulator/v67/instructions/abstract/read_ub_global_pointer_relative.py
hexgonulator/v67/instructions/abstract/read_ub_indirect_increment_imm.py
hexgonulator/v67/instructions/abstract/read_ub_indirect_increment_reg.py
hexgonulator/v67/instructions/abstract/read_ub_indirect_with_offset.py
hexgonulator/v67/instructions/abstract/read_ub_indirect_with_register_offset.py
hexgonulator/v67/instructions/abstract/read_uh_absolute_register_offset.py
hexgonulator/v67/instructions/abstract/read_uh_absolute_set.py
hexgonulator/v67/instructions/abstract/read_uh_brev_increment_reg.py
hexgonulator/v67/instructions/abstract/read_uh_circular_increment.py
hexgonulator/v67/instructions/abstract/read_uh_global_pointer_relative.py
hexgonulator/v67/instructions/abstract/read_uh_indirect_increment_imm.py
hexgonulator/v67/instructions/abstract/read_uh_indirect_increment_reg.py
hexgonulator/v67/instructions/abstract/read_uh_indirect_with_offset.py
hexgonulator/v67/instructions/abstract/read_uh_indirect_with_register_offset.py
hexgonulator/v67/instructions/abstract/read_w_absolute_register_offset.py
hexgonulator/v67/instructions/abstract/read_w_absolute_set.py
hexgonulator/v67/instructions/abstract/read_w_brev_increment_reg.py
hexgonulator/v67/instructions/abstract/read_w_circular_increment.py
hexgonulator/v67/instructions/abstract/read_w_global_pointer_relative.py
hexgonulator/v67/instructions/abstract/read_w_indirect_increment_imm.py
hexgonulator/v67/instructions/abstract/read_w_indirect_increment_reg.py
hexgonulator/v67/instructions/abstract/read_w_indirect_with_offset.py
hexgonulator/v67/instructions/abstract/read_w_indirect_with_register_offset.py
hexgonulator/v67/instructions/abstract/sp_loop0.py
hexgonulator/v67/instructions/abstract/sub.py
hexgonulator/v67/instructions/abstract/sxtb.py
hexgonulator/v67/instructions/abstract/sxth.py
hexgonulator/v67/instructions/abstract/transfer_and_jump.py
hexgonulator/v67/instructions/abstract/transfer_from_cr.py
hexgonulator/v67/instructions/abstract/transfer_immediate.py
hexgonulator/v67/instructions/abstract/transfer_immediate_hl.py
hexgonulator/v67/instructions/abstract/transfer_pair_from_cr.py
hexgonulator/v67/instructions/abstract/transfer_pair_to_cr.py
hexgonulator/v67/instructions/abstract/transfer_register.py
hexgonulator/v67/instructions/abstract/transfer_to_cr.py
hexgonulator/v67/instructions/abstract/tstbit_and_jump.py
hexgonulator/v67/instructions/abstract/vector_add_halfwords.py
hexgonulator/v67/instructions/abstract/vector_average_halfwords.py
hexgonulator/v67/instructions/abstract/vector_subtract_halfwords.py
hexgonulator/v67/instructions/abstract/xor.py
hexgonulator/v67/instructions/abstract/zxth.py
hexgonulator/v67/instructions/concrete/__init__.py
hexgonulator/v67/instructions/concrete/add_to_pc.py
hexgonulator/v67/instructions/concrete/call.py
hexgonulator/v67/instructions/concrete/callr.py
hexgonulator/v67/instructions/concrete/cmp_eq_and_jump_p0_imm.py
hexgonulator/v67/instructions/concrete/cmp_eq_and_jump_p0_imm_hint.py
hexgonulator/v67/instructions/concrete/cmp_eq_and_jump_p0_imm_not.py
hexgonulator/v67/instructions/concrete/cmp_eq_and_jump_p0_imm_not_hint.py
hexgonulator/v67/instructions/concrete/cmp_eq_and_jump_p0_minus1.py
hexgonulator/v67/instructions/concrete/cmp_eq_and_jump_p0_minus1_hint.py
hexgonulator/v67/instructions/concrete/cmp_eq_and_jump_p0_minus1_not.py
hexgonulator/v67/instructions/concrete/cmp_eq_and_jump_p0_minus1_not_hint.py
hexgonulator/v67/instructions/concrete/cmp_eq_and_jump_p0_reg.py
hexgonulator/v67/instructions/concrete/cmp_eq_and_jump_p0_reg_hint.py
hexgonulator/v67/instructions/concrete/cmp_eq_and_jump_p0_reg_not.py
hexgonulator/v67/instructions/concrete/cmp_eq_and_jump_p0_reg_not_hint.py
hexgonulator/v67/instructions/concrete/cmp_eq_and_jump_p1_imm.py
hexgonulator/v67/instructions/concrete/cmp_eq_and_jump_p1_imm_hint.py
hexgonulator/v67/instructions/concrete/cmp_eq_and_jump_p1_imm_not.py
hexgonulator/v67/instructions/concrete/cmp_eq_and_jump_p1_imm_not_hint.py
hexgonulator/v67/instructions/concrete/cmp_eq_and_jump_p1_minus1.py
hexgonulator/v67/instructions/concrete/cmp_eq_and_jump_p1_minus1_hint.py
hexgonulator/v67/instructions/concrete/cmp_eq_and_jump_p1_minus1_not.py
hexgonulator/v67/instructions/concrete/cmp_eq_and_jump_p1_minus1_not_hint.py
hexgonulator/v67/instructions/concrete/cmp_eq_and_jump_p1_reg.py
hexgonulator/v67/instructions/concrete/cmp_eq_and_jump_p1_reg_hint.py
hexgonulator/v67/instructions/concrete/cmp_eq_and_jump_p1_reg_not.py
hexgonulator/v67/instructions/concrete/cmp_eq_and_jump_p1_reg_not_hint.py
hexgonulator/v67/instructions/concrete/cmp_gt_and_jump_p0_imm.py
hexgonulator/v67/instructions/concrete/cmp_gt_and_jump_p0_imm_hint.py
hexgonulator/v67/instructions/concrete/cmp_gt_and_jump_p0_imm_not.py
hexgonulator/v67/instructions/concrete/cmp_gt_and_jump_p0_imm_not_hint.py
hexgonulator/v67/instructions/concrete/cmp_gt_and_jump_p0_minus1.py
hexgonulator/v67/instructions/concrete/cmp_gt_and_jump_p0_minus1_hint.py
hexgonulator/v67/instructions/concrete/cmp_gt_and_jump_p0_minus1_not.py
hexgonulator/v67/instructions/concrete/cmp_gt_and_jump_p0_minus1_not_hint.py
hexgonulator/v67/instructions/concrete/cmp_gt_and_jump_p0_reg.py
hexgonulator/v67/instructions/concrete/cmp_gt_and_jump_p0_reg_hint.py
hexgonulator/v67/instructions/concrete/cmp_gt_and_jump_p0_reg_not.py
hexgonulator/v67/instructions/concrete/cmp_gt_and_jump_p0_reg_not_hint.py
hexgonulator/v67/instructions/concrete/cmp_gt_and_jump_p1_imm.py
hexgonulator/v67/instructions/concrete/cmp_gt_and_jump_p1_imm_hint.py
hexgonulator/v67/instructions/concrete/cmp_gt_and_jump_p1_imm_not.py
hexgonulator/v67/instructions/concrete/cmp_gt_and_jump_p1_imm_not_hint.py
hexgonulator/v67/instructions/concrete/cmp_gt_and_jump_p1_minus1.py
hexgonulator/v67/instructions/concrete/cmp_gt_and_jump_p1_minus1_hint.py
hexgonulator/v67/instructions/concrete/cmp_gt_and_jump_p1_minus1_not.py
hexgonulator/v67/instructions/concrete/cmp_gt_and_jump_p1_minus1_not_hint.py
hexgonulator/v67/instructions/concrete/cmp_gt_and_jump_p1_reg.py
hexgonulator/v67/instructions/concrete/cmp_gt_and_jump_p1_reg_hint.py
hexgonulator/v67/instructions/concrete/cmp_gt_and_jump_p1_reg_not.py
hexgonulator/v67/instructions/concrete/cmp_gt_and_jump_p1_reg_not_hint.py
hexgonulator/v67/instructions/concrete/cmp_gtu_and_jump_p0_imm.py
hexgonulator/v67/instructions/concrete/cmp_gtu_and_jump_p0_imm_hint.py
hexgonulator/v67/instructions/concrete/cmp_gtu_and_jump_p0_imm_not.py
hexgonulator/v67/instructions/concrete/cmp_gtu_and_jump_p0_imm_not_hint.py
hexgonulator/v67/instructions/concrete/cmp_gtu_and_jump_p0_reg.py
hexgonulator/v67/instructions/concrete/cmp_gtu_and_jump_p0_reg_hint.py
hexgonulator/v67/instructions/concrete/cmp_gtu_and_jump_p0_reg_not.py
hexgonulator/v67/instructions/concrete/cmp_gtu_and_jump_p0_reg_not_hint.py
hexgonulator/v67/instructions/concrete/cmp_gtu_and_jump_p1_imm.py
hexgonulator/v67/instructions/concrete/cmp_gtu_and_jump_p1_imm_hint.py
hexgonulator/v67/instructions/concrete/cmp_gtu_and_jump_p1_imm_not.py
hexgonulator/v67/instructions/concrete/cmp_gtu_and_jump_p1_imm_not_hint.py
hexgonulator/v67/instructions/concrete/cmp_gtu_and_jump_p1_reg.py
hexgonulator/v67/instructions/concrete/cmp_gtu_and_jump_p1_reg_hint.py
hexgonulator/v67/instructions/concrete/cmp_gtu_and_jump_p1_reg_not.py
hexgonulator/v67/instructions/concrete/cmp_gtu_and_jump_p1_reg_not_hint.py
hexgonulator/v67/instructions/concrete/conditional_add_imm.py
hexgonulator/v67/instructions/concrete/conditional_add_new_imm.py
hexgonulator/v67/instructions/concrete/conditional_add_new_reg.py
hexgonulator/v67/instructions/concrete/conditional_add_not_imm.py
hexgonulator/v67/instructions/concrete/conditional_add_not_new_imm.py
hexgonulator/v67/instructions/concrete/conditional_add_not_new_reg.py
hexgonulator/v67/instructions/concrete/conditional_add_not_reg.py
hexgonulator/v67/instructions/concrete/conditional_add_reg.py
hexgonulator/v67/instructions/concrete/conditional_and.py
hexgonulator/v67/instructions/concrete/conditional_and_new.py
hexgonulator/v67/instructions/concrete/conditional_and_not.py
hexgonulator/v67/instructions/concrete/conditional_and_not_new.py
hexgonulator/v67/instructions/concrete/conditional_aslh.py
hexgonulator/v67/instructions/concrete/conditional_aslh_new.py
hexgonulator/v67/instructions/concrete/conditional_aslh_not.py
hexgonulator/v67/instructions/concrete/conditional_aslh_not_new.py
hexgonulator/v67/instructions/concrete/conditional_asrh.py
hexgonulator/v67/instructions/concrete/conditional_asrh_new.py
hexgonulator/v67/instructions/concrete/conditional_asrh_not.py
hexgonulator/v67/instructions/concrete/conditional_asrh_not_new.py
hexgonulator/v67/instructions/concrete/conditional_call.py
hexgonulator/v67/instructions/concrete/conditional_call_not.py
hexgonulator/v67/instructions/concrete/conditional_callr.py
hexgonulator/v67/instructions/concrete/conditional_callr_not.py
hexgonulator/v67/instructions/concrete/conditional_combine.py
hexgonulator/v67/instructions/concrete/conditional_combine_new.py
hexgonulator/v67/instructions/concrete/conditional_combine_not.py
hexgonulator/v67/instructions/concrete/conditional_combine_not_new.py
hexgonulator/v67/instructions/concrete/conditional_dealloc_return.py
hexgonulator/v67/instructions/concrete/conditional_dealloc_return_new.py
hexgonulator/v67/instructions/concrete/conditional_dealloc_return_new_hint.py
hexgonulator/v67/instructions/concrete/conditional_dealloc_return_not.py
hexgonulator/v67/instructions/concrete/conditional_dealloc_return_not_new.py
hexgonulator/v67/instructions/concrete/conditional_dealloc_return_not_new_hint.py
hexgonulator/v67/instructions/concrete/conditional_jump.py
hexgonulator/v67/instructions/concrete/conditional_jump_hint.py
hexgonulator/v67/instructions/concrete/conditional_jump_new.py
hexgonulator/v67/instructions/concrete/conditional_jump_new_hint.py
hexgonulator/v67/instructions/concrete/conditional_jump_not.py
hexgonulator/v67/instructions/concrete/conditional_jump_not_hint.py
hexgonulator/v67/instructions/concrete/conditional_jump_not_new.py
hexgonulator/v67/instructions/concrete/conditional_jump_not_new_hint.py
hexgonulator/v67/instructions/concrete/conditional_jump_reg_eq_zero.py
hexgonulator/v67/instructions/concrete/conditional_jump_reg_eq_zero_hint.py
hexgonulator/v67/instructions/concrete/conditional_jump_reg_gt_zero.py
hexgonulator/v67/instructions/concrete/conditional_jump_reg_gt_zero_hint.py
hexgonulator/v67/instructions/concrete/conditional_jump_reg_lt_zero.py
hexgonulator/v67/instructions/concrete/conditional_jump_reg_lt_zero_hint.py
hexgonulator/v67/instructions/concrete/conditional_jump_reg_not_zero.py
hexgonulator/v67/instructions/concrete/conditional_jump_reg_not_zero_hint.py
hexgonulator/v67/instructions/concrete/conditional_jumpr.py
hexgonulator/v67/instructions/concrete/conditional_jumpr_hint.py
hexgonulator/v67/instructions/concrete/conditional_jumpr_new.py
hexgonulator/v67/instructions/concrete/conditional_jumpr_new_hint.py
hexgonulator/v67/instructions/concrete/conditional_jumpr_not.py
hexgonulator/v67/instructions/concrete/conditional_jumpr_not_hint.py
hexgonulator/v67/instructions/concrete/conditional_jumpr_not_new.py
hexgonulator/v67/instructions/concrete/conditional_jumpr_not_new_hint.py
hexgonulator/v67/instructions/concrete/conditional_or.py
hexgonulator/v67/instructions/concrete/conditional_or_new.py
hexgonulator/v67/instructions/concrete/conditional_or_not.py
hexgonulator/v67/instructions/concrete/conditional_or_not_new.py
hexgonulator/v67/instructions/concrete/conditional_read_b_imm.py
hexgonulator/v67/instructions/concrete/conditional_read_b_imm_new.py
hexgonulator/v67/instructions/concrete/conditional_read_b_imm_not.py
hexgonulator/v67/instructions/concrete/conditional_read_b_imm_not_new.py
hexgonulator/v67/instructions/concrete/conditional_read_b_inc_imm.py
hexgonulator/v67/instructions/concrete/conditional_read_b_inc_imm_new.py
hexgonulator/v67/instructions/concrete/conditional_read_b_inc_imm_not.py
hexgonulator/v67/instructions/concrete/conditional_read_b_inc_imm_not_new.py
hexgonulator/v67/instructions/concrete/conditional_read_b_reg_imm.py
hexgonulator/v67/instructions/concrete/conditional_read_b_reg_imm_new.py
hexgonulator/v67/instructions/concrete/conditional_read_b_reg_imm_not.py
hexgonulator/v67/instructions/concrete/conditional_read_b_reg_imm_not_new.py
hexgonulator/v67/instructions/concrete/conditional_read_b_reg_reg_off.py
hexgonulator/v67/instructions/concrete/conditional_read_b_reg_reg_off_new.py
hexgonulator/v67/instructions/concrete/conditional_read_b_reg_reg_off_not.py
hexgonulator/v67/instructions/concrete/conditional_read_b_reg_reg_off_not_new.py
hexgonulator/v67/instructions/concrete/conditional_read_d_imm.py
hexgonulator/v67/instructions/concrete/conditional_read_d_imm_new.py
hexgonulator/v67/instructions/concrete/conditional_read_d_imm_not.py
hexgonulator/v67/instructions/concrete/conditional_read_d_imm_not_new.py
hexgonulator/v67/instructions/concrete/conditional_read_d_inc_imm.py
hexgonulator/v67/instructions/concrete/conditional_read_d_inc_imm_new.py
hexgonulator/v67/instructions/concrete/conditional_read_d_inc_imm_not.py
hexgonulator/v67/instructions/concrete/conditional_read_d_inc_imm_not_new.py
hexgonulator/v67/instructions/concrete/conditional_read_d_reg_imm.py
hexgonulator/v67/instructions/concrete/conditional_read_d_reg_imm_new.py
hexgonulator/v67/instructions/concrete/conditional_read_d_reg_imm_not.py
hexgonulator/v67/instructions/concrete/conditional_read_d_reg_imm_not_new.py
hexgonulator/v67/instructions/concrete/conditional_read_d_reg_reg_off.py
hexgonulator/v67/instructions/concrete/conditional_read_d_reg_reg_off_new.py
hexgonulator/v67/instructions/concrete/conditional_read_d_reg_reg_off_not.py
hexgonulator/v67/instructions/concrete/conditional_read_d_reg_reg_off_not_new.py
hexgonulator/v67/instructions/concrete/conditional_read_h_imm.py
hexgonulator/v67/instructions/concrete/conditional_read_h_imm_new.py
hexgonulator/v67/instructions/concrete/conditional_read_h_imm_not.py
hexgonulator/v67/instructions/concrete/conditional_read_h_imm_not_new.py
hexgonulator/v67/instructions/concrete/conditional_read_h_inc_imm.py
hexgonulator/v67/instructions/concrete/conditional_read_h_inc_imm_new.py
hexgonulator/v67/instructions/concrete/conditional_read_h_inc_imm_not.py
hexgonulator/v67/instructions/concrete/conditional_read_h_inc_imm_not_new.py
hexgonulator/v67/instructions/concrete/conditional_read_h_reg_imm.py
hexgonulator/v67/instructions/concrete/conditional_read_h_reg_imm_new.py
hexgonulator/v67/instructions/concrete/conditional_read_h_reg_imm_not.py
hexgonulator/v67/instructions/concrete/conditional_read_h_reg_imm_not_new.py
hexgonulator/v67/instructions/concrete/conditional_read_h_reg_reg_off.py
hexgonulator/v67/instructions/concrete/conditional_read_h_reg_reg_off_new.py
hexgonulator/v67/instructions/concrete/conditional_read_h_reg_reg_off_not.py
hexgonulator/v67/instructions/concrete/conditional_read_h_reg_reg_off_not_new.py
hexgonulator/v67/instructions/concrete/conditional_read_ub_imm.py
hexgonulator/v67/instructions/concrete/conditional_read_ub_imm_new.py
hexgonulator/v67/instructions/concrete/conditional_read_ub_imm_not.py
hexgonulator/v67/instructions/concrete/conditional_read_ub_imm_not_new.py
hexgonulator/v67/instructions/concrete/conditional_read_ub_inc_imm.py
hexgonulator/v67/instructions/concrete/conditional_read_ub_inc_imm_new.py
hexgonulator/v67/instructions/concrete/conditional_read_ub_inc_imm_not.py
hexgonulator/v67/instructions/concrete/conditional_read_ub_inc_imm_not_new.py
hexgonulator/v67/instructions/concrete/conditional_read_ub_reg_imm.py
hexgonulator/v67/instructions/concrete/conditional_read_ub_reg_imm_new.py
hexgonulator/v67/instructions/concrete/conditional_read_ub_reg_imm_not.py
hexgonulator/v67/instructions/concrete/conditional_read_ub_reg_imm_not_new.py
hexgonulator/v67/instructions/concrete/conditional_read_ub_reg_reg_off.py
hexgonulator/v67/instructions/concrete/conditional_read_ub_reg_reg_off_new.py
hexgonulator/v67/instructions/concrete/conditional_read_ub_reg_reg_off_not.py
hexgonulator/v67/instructions/concrete/conditional_read_ub_reg_reg_off_not_new.py
hexgonulator/v67/instructions/concrete/conditional_read_uh_imm.py
hexgonulator/v67/instructions/concrete/conditional_read_uh_imm_new.py
hexgonulator/v67/instructions/concrete/conditional_read_uh_imm_not.py
hexgonulator/v67/instructions/concrete/conditional_read_uh_imm_not_new.py
hexgonulator/v67/instructions/concrete/conditional_read_uh_inc_imm.py
hexgonulator/v67/instructions/concrete/conditional_read_uh_inc_imm_new.py
hexgonulator/v67/instructions/concrete/conditional_read_uh_inc_imm_not.py
hexgonulator/v67/instructions/concrete/conditional_read_uh_inc_imm_not_new.py
hexgonulator/v67/instructions/concrete/conditional_read_uh_reg_imm.py
hexgonulator/v67/instructions/concrete/conditional_read_uh_reg_imm_new.py
hexgonulator/v67/instructions/concrete/conditional_read_uh_reg_imm_not.py
hexgonulator/v67/instructions/concrete/conditional_read_uh_reg_imm_not_new.py
hexgonulator/v67/instructions/concrete/conditional_read_uh_reg_reg_off.py
hexgonulator/v67/instructions/concrete/conditional_read_uh_reg_reg_off_new.py
hexgonulator/v67/instructions/concrete/conditional_read_uh_reg_reg_off_not.py
hexgonulator/v67/instructions/concrete/conditional_read_uh_reg_reg_off_not_new.py
hexgonulator/v67/instructions/concrete/conditional_read_w_imm.py
hexgonulator/v67/instructions/concrete/conditional_read_w_imm_new.py
hexgonulator/v67/instructions/concrete/conditional_read_w_imm_not.py
hexgonulator/v67/instructions/concrete/conditional_read_w_imm_not_new.py
hexgonulator/v67/instructions/concrete/conditional_read_w_inc_imm.py
hexgonulator/v67/instructions/concrete/conditional_read_w_inc_imm_new.py
hexgonulator/v67/instructions/concrete/conditional_read_w_inc_imm_not.py
hexgonulator/v67/instructions/concrete/conditional_read_w_inc_imm_not_new.py
hexgonulator/v67/instructions/concrete/conditional_read_w_reg_imm.py
hexgonulator/v67/instructions/concrete/conditional_read_w_reg_imm_new.py
hexgonulator/v67/instructions/concrete/conditional_read_w_reg_imm_not.py
hexgonulator/v67/instructions/concrete/conditional_read_w_reg_imm_not_new.py
hexgonulator/v67/instructions/concrete/conditional_read_w_reg_reg_off.py
hexgonulator/v67/instructions/concrete/conditional_read_w_reg_reg_off_new.py
hexgonulator/v67/instructions/concrete/conditional_read_w_reg_reg_off_not.py
hexgonulator/v67/instructions/concrete/conditional_read_w_reg_reg_off_not_new.py
hexgonulator/v67/instructions/concrete/conditional_sub.py
hexgonulator/v67/instructions/concrete/conditional_sub_new.py
hexgonulator/v67/instructions/concrete/conditional_sub_not.py
hexgonulator/v67/instructions/concrete/conditional_sub_not_new.py
hexgonulator/v67/instructions/concrete/conditional_sxtb.py
hexgonulator/v67/instructions/concrete/conditional_sxtb_new.py
hexgonulator/v67/instructions/concrete/conditional_sxtb_not.py
hexgonulator/v67/instructions/concrete/conditional_sxtb_not_new.py
hexgonulator/v67/instructions/concrete/conditional_sxth.py
hexgonulator/v67/instructions/concrete/conditional_sxth_new.py
hexgonulator/v67/instructions/concrete/conditional_sxth_not.py
hexgonulator/v67/instructions/concrete/conditional_sxth_not_new.py
hexgonulator/v67/instructions/concrete/conditional_transfer.py
hexgonulator/v67/instructions/concrete/conditional_transfer_new.py
hexgonulator/v67/instructions/concrete/conditional_transfer_not.py
hexgonulator/v67/instructions/concrete/conditional_transfer_not_new.py
hexgonulator/v67/instructions/concrete/conditional_xor.py
hexgonulator/v67/instructions/concrete/conditional_xor_new.py
hexgonulator/v67/instructions/concrete/conditional_xor_not.py
hexgonulator/v67/instructions/concrete/conditional_xor_not_new.py
hexgonulator/v67/instructions/concrete/conditional_zxtb.py
hexgonulator/v67/instructions/concrete/conditional_zxtb_new.py
hexgonulator/v67/instructions/concrete/conditional_zxtb_not.py
hexgonulator/v67/instructions/concrete/conditional_zxtb_not_new.py
hexgonulator/v67/instructions/concrete/conditional_zxth.py
hexgonulator/v67/instructions/concrete/conditional_zxth_new.py
hexgonulator/v67/instructions/concrete/conditional_zxth_not.py
hexgonulator/v67/instructions/concrete/conditional_zxth_not_new.py
hexgonulator/v67/instructions/concrete/constant_extender.py
hexgonulator/v67/instructions/concrete/dealloc_return.py
hexgonulator/v67/instructions/concrete/deallocframe.py
hexgonulator/v67/instructions/concrete/hintjr.py
hexgonulator/v67/instructions/concrete/jump.py
hexgonulator/v67/instructions/concrete/jumpr.py
hexgonulator/v67/instructions/concrete/loop0_imm.py
hexgonulator/v67/instructions/concrete/loop0_reg.py
hexgonulator/v67/instructions/concrete/loop1_imm.py
hexgonulator/v67/instructions/concrete/loop1_reg.py
hexgonulator/v67/instructions/concrete/memb_add_imm.py
hexgonulator/v67/instructions/concrete/memb_add_reg.py
hexgonulator/v67/instructions/concrete/memb_and_reg.py
hexgonulator/v67/instructions/concrete/memb_clrbit.py
hexgonulator/v67/instructions/concrete/memb_fifo_im_circ.py
hexgonulator/v67/instructions/concrete/memb_fifo_imm_reg_off.py
hexgonulator/v67/instructions/concrete/memb_fifo_inc_imm.py
hexgonulator/v67/instructions/concrete/memb_fifo_inc_reg.py
hexgonulator/v67/instructions/concrete/memb_fifo_inc_reg_brev.py
hexgonulator/v67/instructions/concrete/memb_fifo_m_circ.py
hexgonulator/v67/instructions/concrete/memb_fifo_reg_imm.py
hexgonulator/v67/instructions/concrete/memb_fifo_set_imm.py
hexgonulator/v67/instructions/concrete/memb_or_reg.py
hexgonulator/v67/instructions/concrete/memb_setbit.py
hexgonulator/v67/instructions/concrete/memb_sub_imm.py
hexgonulator/v67/instructions/concrete/memb_sub_reg.py
hexgonulator/v67/instructions/concrete/membh_im_circ.py
hexgonulator/v67/instructions/concrete/membh_imm_reg_off.py
hexgonulator/v67/instructions/concrete/membh_inc_imm.py
hexgonulator/v67/instructions/concrete/membh_inc_reg.py
hexgonulator/v67/instructions/concrete/membh_inc_reg_brev.py
hexgonulator/v67/instructions/concrete/membh_m_circ.py
hexgonulator/v67/instructions/concrete/membh_pair_im_circ.py
hexgonulator/v67/instructions/concrete/membh_pair_imm_reg_off.py
hexgonulator/v67/instructions/concrete/membh_pair_inc_imm.py
hexgonulator/v67/instructions/concrete/membh_pair_inc_reg.py
hexgonulator/v67/instructions/concrete/membh_pair_inc_reg_brev.py
hexgonulator/v67/instructions/concrete/membh_pair_m_circ.py
hexgonulator/v67/instructions/concrete/membh_pair_reg_imm.py
hexgonulator/v67/instructions/concrete/membh_pair_set_imm.py
hexgonulator/v67/instructions/concrete/membh_reg_imm.py
hexgonulator/v67/instructions/concrete/membh_set_imm.py
hexgonulator/v67/instructions/concrete/memh_add_imm.py
hexgonulator/v67/instructions/concrete/memh_add_reg.py
hexgonulator/v67/instructions/concrete/memh_and_reg.py
hexgonulator/v67/instructions/concrete/memh_clrbit.py
hexgonulator/v67/instructions/concrete/memh_fifo_im_circ.py
hexgonulator/v67/instructions/concrete/memh_fifo_imm_reg_off.py
hexgonulator/v67/instructions/concrete/memh_fifo_inc_imm.py
hexgonulator/v67/instructions/concrete/memh_fifo_inc_reg.py
hexgonulator/v67/instructions/concrete/memh_fifo_inc_reg_brev.py
hexgonulator/v67/instructions/concrete/memh_fifo_m_circ.py
hexgonulator/v67/instructions/concrete/memh_fifo_reg_imm.py
hexgonulator/v67/instructions/concrete/memh_fifo_set_imm.py
hexgonulator/v67/instructions/concrete/memh_or_reg.py
hexgonulator/v67/instructions/concrete/memh_setbit.py
hexgonulator/v67/instructions/concrete/memh_sub_imm.py
hexgonulator/v67/instructions/concrete/memh_sub_reg.py
hexgonulator/v67/instructions/concrete/memubh_im_circ.py
hexgonulator/v67/instructions/concrete/memubh_imm_reg_off.py
hexgonulator/v67/instructions/concrete/memubh_inc_imm.py
hexgonulator/v67/instructions/concrete/memubh_inc_reg.py
hexgonulator/v67/instructions/concrete/memubh_inc_reg_brev.py
hexgonulator/v67/instructions/concrete/memubh_m_circ.py
hexgonulator/v67/instructions/concrete/memubh_pair_im_circ.py
hexgonulator/v67/instructions/concrete/memubh_pair_imm_reg_off.py
hexgonulator/v67/instructions/concrete/memubh_pair_inc_imm.py
hexgonulator/v67/instructions/concrete/memubh_pair_inc_reg.py
hexgonulator/v67/instructions/concrete/memubh_pair_inc_reg_brev.py
hexgonulator/v67/instructions/concrete/memubh_pair_m_circ.py
hexgonulator/v67/instructions/concrete/memubh_pair_reg_imm.py
hexgonulator/v67/instructions/concrete/memubh_pair_set_imm.py
hexgonulator/v67/instructions/concrete/memubh_reg_imm.py
hexgonulator/v67/instructions/concrete/memubh_set_imm.py
hexgonulator/v67/instructions/concrete/memw_add_imm.py
hexgonulator/v67/instructions/concrete/memw_add_reg.py
hexgonulator/v67/instructions/concrete/memw_and_reg.py
hexgonulator/v67/instructions/concrete/memw_clrbit.py
hexgonulator/v67/instructions/concrete/memw_or_reg.py
hexgonulator/v67/instructions/concrete/memw_setbit.py
hexgonulator/v67/instructions/concrete/memw_sub_imm.py
hexgonulator/v67/instructions/concrete/memw_sub_reg.py
hexgonulator/v67/instructions/concrete/nop.py
hexgonulator/v67/instructions/concrete/q6_p_all8_p.py
hexgonulator/v67/instructions/concrete/q6_p_and_and_ppnp.py
hexgonulator/v67/instructions/concrete/q6_p_and_and_ppp.py
hexgonulator/v67/instructions/concrete/q6_p_and_or_ppnp.py
hexgonulator/v67/instructions/concrete/q6_p_and_or_ppp.py
hexgonulator/v67/instructions/concrete/q6_p_and_pnp.py
hexgonulator/v67/instructions/concrete/q6_p_and_pp.py
hexgonulator/v67/instructions/concrete/q6_p_any8_p.py
hexgonulator/v67/instructions/concrete/q6_p_cmp_eq_ri.py
hexgonulator/v67/instructions/concrete/q6_p_cmp_eq_rr.py
hexgonulator/v67/instructions/concrete/q6_p_cmp_gt_ri.py
hexgonulator/v67/instructions/concrete/q6_p_cmp_gt_rr.py
hexgonulator/v67/instructions/concrete/q6_p_cmp_gtu_ri.py
hexgonulator/v67/instructions/concrete/q6_p_cmp_gtu_rr.py
hexgonulator/v67/instructions/concrete/q6_p_combine_ii.py
hexgonulator/v67/instructions/concrete/q6_p_combine_ii_unsigned.py
hexgonulator/v67/instructions/concrete/q6_p_combine_ir.py
hexgonulator/v67/instructions/concrete/q6_p_combine_ri.py
hexgonulator/v67/instructions/concrete/q6_p_combine_rr.py
hexgonulator/v67/instructions/concrete/q6_p_fastcorner9_pp.py
hexgonulator/v67/instructions/concrete/q6_p_not_cmp_eq_ri.py
hexgonulator/v67/instructions/concrete/q6_p_not_cmp_eq_rr.py
hexgonulator/v67/instructions/concrete/q6_p_not_cmp_gt_ri.py
hexgonulator/v67/instructions/concrete/q6_p_not_cmp_gt_rr.py
hexgonulator/v67/instructions/concrete/q6_p_not_cmp_gtu_ri.py
hexgonulator/v67/instructions/concrete/q6_p_not_cmp_gtu_rr.py
hexgonulator/v67/instructions/concrete/q6_p_not_fastcorner9_pp.py
hexgonulator/v67/instructions/concrete/q6_p_not_p.py
hexgonulator/v67/instructions/concrete/q6_p_or_and_ppnp.py
hexgonulator/v67/instructions/concrete/q6_p_or_and_ppp.py
hexgonulator/v67/instructions/concrete/q6_p_or_or_ppnp.py
hexgonulator/v67/instructions/concrete/q6_p_or_or_ppp.py
hexgonulator/v67/instructions/concrete/q6_p_or_pnp.py
hexgonulator/v67/instructions/concrete/q6_p_or_pp.py
hexgonulator/v67/instructions/concrete/q6_p_packhl_rr.py
hexgonulator/v67/instructions/concrete/q6_p_xor_pp.py
hexgonulator/v67/instructions/concrete/q6_r_add_ri.py
hexgonulator/v67/instructions/concrete/q6_r_add_rr.py
hexgonulator/v67/instructions/concrete/q6_r_add_rr_sat.py
hexgonulator/v67/instructions/concrete/q6_r_and_ri.py
hexgonulator/v67/instructions/concrete/q6_r_and_rnr.py
hexgonulator/v67/instructions/concrete/q6_r_and_rr.py
hexgonulator/v67/instructions/concrete/q6_r_aslh_r.py
hexgonulator/v67/instructions/concrete/q6_r_asrh_r.py
hexgonulator/v67/instructions/concrete/q6_r_cmp_eq_ri.py
hexgonulator/v67/instructions/concrete/q6_r_cmp_eq_rr.py
hexgonulator/v67/instructions/concrete/q6_r_combine_rhrh.py
hexgonulator/v67/instructions/concrete/q6_r_combine_rhrl.py
hexgonulator/v67/instructions/concrete/q6_r_combine_rlrh.py
hexgonulator/v67/instructions/concrete/q6_r_combine_rlrl.py
hexgonulator/v67/instructions/concrete/q6_r_equals_i.py
hexgonulator/v67/instructions/concrete/q6_r_equals_r.py
hexgonulator/v67/instructions/concrete/q6_r_memb_im_circ.py
hexgonulator/v67/instructions/concrete/q6_r_memb_m_circ.py
hexgonulator/v67/instructions/concrete/q6_r_memd_im_circ.py
hexgonulator/v67/instructions/concrete/q6_r_memd_m_circ.py
hexgonulator/v67/instructions/concrete/q6_r_memh_im_circ.py
hexgonulator/v67/instructions/concrete/q6_r_memh_m_circ.py
hexgonulator/v67/instructions/concrete/q6_r_memub_im_circ.py
hexgonulator/v67/instructions/concrete/q6_r_memub_m_circ.py
hexgonulator/v67/instructions/concrete/q6_r_memuh_im_circ.py
hexgonulator/v67/instructions/concrete/q6_r_memuh_m_circ.py
hexgonulator/v67/instructions/concrete/q6_r_memw_im_circ.py
hexgonulator/v67/instructions/concrete/q6_r_memw_m_circ.py
hexgonulator/v67/instructions/concrete/q6_r_mux_pii.py
hexgonulator/v67/instructions/concrete/q6_r_mux_pir.py
hexgonulator/v67/instructions/concrete/q6_r_mux_pri.py
hexgonulator/v67/instructions/concrete/q6_r_mux_prr.py
hexgonulator/v67/instructions/concrete/q6_r_not_cmp_eq_ri.py
hexgonulator/v67/instructions/concrete/q6_r_not_cmp_eq_rr.py
hexgonulator/v67/instructions/concrete/q6_r_or_ri.py
hexgonulator/v67/instructions/concrete/q6_r_or_rnr.py
hexgonulator/v67/instructions/concrete/q6_r_or_rr.py
hexgonulator/v67/instructions/concrete/q6_r_sub_ir.py
hexgonulator/v67/instructions/concrete/q6_r_sub_rr.py
hexgonulator/v67/instructions/concrete/q6_r_sub_rr_sat.py
hexgonulator/v67/instructions/concrete/q6_r_sxtb_r.py
hexgonulator/v67/instructions/concrete/q6_r_sxth_r.py
hexgonulator/v67/instructions/concrete/q6_r_vaddh_rr.py
hexgonulator/v67/instructions/concrete/q6_r_vaddh_rr_sat.py
hexgonulator/v67/instructions/concrete/q6_r_vadduh_rr_sat.py
hexgonulator/v67/instructions/concrete/q6_r_vavgh_rr.py
hexgonulator/v67/instructions/concrete/q6_r_vavgh_rr_rnd.py
hexgonulator/v67/instructions/concrete/q6_r_vnavgh_rr.py
hexgonulator/v67/instructions/concrete/q6_r_vsubh_rr.py
hexgonulator/v67/instructions/concrete/q6_r_vsubh_rr_sat.py
hexgonulator/v67/instructions/concrete/q6_r_vsubuh_rr_sat.py
hexgonulator/v67/instructions/concrete/q6_r_xor_rr.py
hexgonulator/v67/instructions/concrete/q6_r_zxth_r.py
hexgonulator/v67/instructions/concrete/q6_rh_equals_i.py
hexgonulator/v67/instructions/concrete/q6_rl_equals_i.py
hexgonulator/v67/instructions/concrete/read_b_gp_imm.py
hexgonulator/v67/instructions/concrete/read_b_imm_reg_off.py
hexgonulator/v67/instructions/concrete/read_b_inc_imm.py
hexgonulator/v67/instructions/concrete/read_b_inc_reg.py
hexgonulator/v67/instructions/concrete/read_b_inc_reg_brev.py
hexgonulator/v67/instructions/concrete/read_b_reg_imm.py
hexgonulator/v67/instructions/concrete/read_b_reg_reg_off.py
hexgonulator/v67/instructions/concrete/read_b_set_imm.py
hexgonulator/v67/instructions/concrete/read_d_gp_imm.py
hexgonulator/v67/instructions/concrete/read_d_imm_reg_off.py
hexgonulator/v67/instructions/concrete/read_d_inc_imm.py
hexgonulator/v67/instructions/concrete/read_d_inc_reg.py
hexgonulator/v67/instructions/concrete/read_d_inc_reg_brev.py
hexgonulator/v67/instructions/concrete/read_d_reg_imm.py
hexgonulator/v67/instructions/concrete/read_d_reg_reg_off.py
hexgonulator/v67/instructions/concrete/read_d_set_imm.py
hexgonulator/v67/instructions/concrete/read_h_gp_imm.py
hexgonulator/v67/instructions/concrete/read_h_imm_reg_off.py
hexgonulator/v67/instructions/concrete/read_h_inc_imm.py
hexgonulator/v67/instructions/concrete/read_h_inc_reg.py
hexgonulator/v67/instructions/concrete/read_h_inc_reg_brev.py
hexgonulator/v67/instructions/concrete/read_h_reg_imm.py
hexgonulator/v67/instructions/concrete/read_h_reg_reg_off.py
hexgonulator/v67/instructions/concrete/read_h_set_imm.py
hexgonulator/v67/instructions/concrete/read_ub_gp_imm.py
hexgonulator/v67/instructions/concrete/read_ub_imm_reg_off.py
hexgonulator/v67/instructions/concrete/read_ub_inc_imm.py
hexgonulator/v67/instructions/concrete/read_ub_inc_reg.py
hexgonulator/v67/instructions/concrete/read_ub_inc_reg_brev.py
hexgonulator/v67/instructions/concrete/read_ub_reg_imm.py
hexgonulator/v67/instructions/concrete/read_ub_reg_reg_off.py
hexgonulator/v67/instructions/concrete/read_ub_set_imm.py
hexgonulator/v67/instructions/concrete/read_uh_gp_imm.py
hexgonulator/v67/instructions/concrete/read_uh_imm_reg_off.py
hexgonulator/v67/instructions/concrete/read_uh_inc_imm.py
hexgonulator/v67/instructions/concrete/read_uh_inc_reg.py
hexgonulator/v67/instructions/concrete/read_uh_inc_reg_brev.py
hexgonulator/v67/instructions/concrete/read_uh_reg_imm.py
hexgonulator/v67/instructions/concrete/read_uh_reg_reg_off.py
hexgonulator/v67/instructions/concrete/read_uh_set_imm.py
hexgonulator/v67/instructions/concrete/read_w_gp_imm.py
hexgonulator/v67/instructions/concrete/read_w_imm_reg_off.py
hexgonulator/v67/instructions/concrete/read_w_inc_imm.py
hexgonulator/v67/instructions/concrete/read_w_inc_reg.py
hexgonulator/v67/instructions/concrete/read_w_inc_reg_brev.py
hexgonulator/v67/instructions/concrete/read_w_reg_imm.py
hexgonulator/v67/instructions/concrete/read_w_reg_reg_off.py
hexgonulator/v67/instructions/concrete/read_w_set_imm.py
hexgonulator/v67/instructions/concrete/sp1loop0_imm.py
hexgonulator/v67/instructions/concrete/sp1loop0_reg.py
hexgonulator/v67/instructions/concrete/sp2loop0_imm.py
hexgonulator/v67/instructions/concrete/sp2loop0_reg.py
hexgonulator/v67/instructions/concrete/sp3loop0_imm.py
hexgonulator/v67/instructions/concrete/sp3loop0_reg.py
hexgonulator/v67/instructions/concrete/transfer_and_jump_imm.py
hexgonulator/v67/instructions/concrete/transfer_and_jump_reg.py
hexgonulator/v67/instructions/concrete/transfer_from_cr.py
hexgonulator/v67/instructions/concrete/transfer_pair_from_cr.py
hexgonulator/v67/instructions/concrete/transfer_pair_to_cr.py
hexgonulator/v67/instructions/concrete/transfer_to_cr.py
hexgonulator/v67/instructions/concrete/tstbit_and_jump_p0.py
hexgonulator/v67/instructions/concrete/tstbit_and_jump_p0_hint.py
hexgonulator/v67/instructions/concrete/tstbit_and_jump_p0_not.py
hexgonulator/v67/instructions/concrete/tstbit_and_jump_p0_not_hint.py
hexgonulator/v67/instructions/concrete/tstbit_and_jump_p1.py
hexgonulator/v67/instructions/concrete/tstbit_and_jump_p1_hint.py
hexgonulator/v67/instructions/concrete/tstbit_and_jump_p1_not.py
hexgonulator/v67/instructions/concrete/tstbit_and_jump_p1_not_hint.py
hexgonulator/v67/instructions/decoders/__init__.py
hexgonulator/v67/instructions/decoders/alu32_class.py
hexgonulator/v67/instructions/decoders/cr_class.py
hexgonulator/v67/instructions/decoders/decode.py
hexgonulator/v67/instructions/decoders/j_class.py
hexgonulator/v67/instructions/decoders/ld_st_class.py
tests/__init__.py
tests/test_bits_ops.py
tests/blackbox/test_basic_usage.py
tests/test_opcodes/__init__.py
tests/test_opcodes/common.py
tests/test_opcodes/conftest.py
tests/test_opcodes/test_add_to_pc.py
tests/test_opcodes/test_call.py
tests/test_opcodes/test_callr.py
tests/test_opcodes/test_cmp_eq_and_jump_p0_imm.py
tests/test_opcodes/test_cmp_eq_and_jump_p0_imm_hint.py
tests/test_opcodes/test_cmp_eq_and_jump_p0_imm_not.py
tests/test_opcodes/test_cmp_eq_and_jump_p0_imm_not_hint.py
tests/test_opcodes/test_cmp_eq_and_jump_p0_minus1.py
tests/test_opcodes/test_cmp_eq_and_jump_p0_minus1_hint.py
tests/test_opcodes/test_cmp_eq_and_jump_p0_minus1_not.py
tests/test_opcodes/test_cmp_eq_and_jump_p0_minus1_not_hint.py
tests/test_opcodes/test_cmp_eq_and_jump_p0_reg.py
tests/test_opcodes/test_cmp_eq_and_jump_p0_reg_hint.py
tests/test_opcodes/test_cmp_eq_and_jump_p0_reg_not.py
tests/test_opcodes/test_cmp_eq_and_jump_p0_reg_not_hint.py
tests/test_opcodes/test_cmp_eq_and_jump_p1_imm.py
tests/test_opcodes/test_cmp_eq_and_jump_p1_imm_hint.py
tests/test_opcodes/test_cmp_eq_and_jump_p1_imm_not.py
tests/test_opcodes/test_cmp_eq_and_jump_p1_imm_not_hint.py
tests/test_opcodes/test_cmp_eq_and_jump_p1_minus1.py
tests/test_opcodes/test_cmp_eq_and_jump_p1_minus1_hint.py
tests/test_opcodes/test_cmp_eq_and_jump_p1_minus1_not.py
tests/test_opcodes/test_cmp_eq_and_jump_p1_minus1_not_hint.py
tests/test_opcodes/test_cmp_eq_and_jump_p1_reg.py
tests/test_opcodes/test_cmp_eq_and_jump_p1_reg_hint.py
tests/test_opcodes/test_cmp_eq_and_jump_p1_reg_not.py
tests/test_opcodes/test_cmp_eq_and_jump_p1_reg_not_hint.py
tests/test_opcodes/test_cmp_gt_and_jump_p0_imm.py
tests/test_opcodes/test_cmp_gt_and_jump_p0_imm_hint.py
tests/test_opcodes/test_cmp_gt_and_jump_p0_imm_not.py
tests/test_opcodes/test_cmp_gt_and_jump_p0_imm_not_hint.py
tests/test_opcodes/test_cmp_gt_and_jump_p0_minus1.py
tests/test_opcodes/test_cmp_gt_and_jump_p0_minus1_hint.py
tests/test_opcodes/test_cmp_gt_and_jump_p0_minus1_not.py
tests/test_opcodes/test_cmp_gt_and_jump_p0_minus1_not_hint.py
tests/test_opcodes/test_cmp_gt_and_jump_p0_reg.py
tests/test_opcodes/test_cmp_gt_and_jump_p0_reg_hint.py
tests/test_opcodes/test_cmp_gt_and_jump_p0_reg_not.py
tests/test_opcodes/test_cmp_gt_and_jump_p0_reg_not_hint.py
tests/test_opcodes/test_cmp_gt_and_jump_p1_imm.py
tests/test_opcodes/test_cmp_gt_and_jump_p1_imm_hint.py
tests/test_opcodes/test_cmp_gt_and_jump_p1_imm_not.py
tests/test_opcodes/test_cmp_gt_and_jump_p1_imm_not_hint.py
tests/test_opcodes/test_cmp_gt_and_jump_p1_minus1.py
tests/test_opcodes/test_cmp_gt_and_jump_p1_minus1_hint.py
tests/test_opcodes/test_cmp_gt_and_jump_p1_minus1_not.py
tests/test_opcodes/test_cmp_gt_and_jump_p1_minus1_not_hint.py
tests/test_opcodes/test_cmp_gt_and_jump_p1_reg.py
tests/test_opcodes/test_cmp_gt_and_jump_p1_reg_hint.py
tests/test_opcodes/test_cmp_gt_and_jump_p1_reg_not.py
tests/test_opcodes/test_cmp_gt_and_jump_p1_reg_not_hint.py
tests/test_opcodes/test_cmp_gtu_and_jump_p0_imm.py
tests/test_opcodes/test_cmp_gtu_and_jump_p0_imm_hint.py
tests/test_opcodes/test_cmp_gtu_and_jump_p0_imm_not.py
tests/test_opcodes/test_cmp_gtu_and_jump_p0_imm_not_hint.py
tests/test_opcodes/test_cmp_gtu_and_jump_p0_reg.py
tests/test_opcodes/test_cmp_gtu_and_jump_p0_reg_hint.py
tests/test_opcodes/test_cmp_gtu_and_jump_p0_reg_not.py
tests/test_opcodes/test_cmp_gtu_and_jump_p0_reg_not_hint.py
tests/test_opcodes/test_cmp_gtu_and_jump_p1_imm.py
tests/test_opcodes/test_cmp_gtu_and_jump_p1_imm_hint.py
tests/test_opcodes/test_cmp_gtu_and_jump_p1_imm_not.py
tests/test_opcodes/test_cmp_gtu_and_jump_p1_imm_not_hint.py
tests/test_opcodes/test_cmp_gtu_and_jump_p1_reg.py
tests/test_opcodes/test_cmp_gtu_and_jump_p1_reg_hint.py
tests/test_opcodes/test_cmp_gtu_and_jump_p1_reg_not.py
tests/test_opcodes/test_cmp_gtu_and_jump_p1_reg_not_hint.py
tests/test_opcodes/test_conditional_add_imm.py
tests/test_opcodes/test_conditional_add_new_imm.py
tests/test_opcodes/test_conditional_add_new_reg.py
tests/test_opcodes/test_conditional_add_not_imm.py
tests/test_opcodes/test_conditional_add_not_new_imm.py
tests/test_opcodes/test_conditional_add_not_new_reg.py
tests/test_opcodes/test_conditional_add_not_reg.py
tests/test_opcodes/test_conditional_add_reg.py
tests/test_opcodes/test_conditional_and.py
tests/test_opcodes/test_conditional_and_new.py
tests/test_opcodes/test_conditional_and_not.py
tests/test_opcodes/test_conditional_and_not_new.py
tests/test_opcodes/test_conditional_aslh.py
tests/test_opcodes/test_conditional_aslh_new.py
tests/test_opcodes/test_conditional_aslh_not.py
tests/test_opcodes/test_conditional_aslh_not_new.py
tests/test_opcodes/test_conditional_asrh.py
tests/test_opcodes/test_conditional_asrh_new.py
tests/test_opcodes/test_conditional_asrh_not.py
tests/test_opcodes/test_conditional_asrh_not_new.py
tests/test_opcodes/test_conditional_call.py
tests/test_opcodes/test_conditional_call_not.py
tests/test_opcodes/test_conditional_callr.py
tests/test_opcodes/test_conditional_callr_not.py
tests/test_opcodes/test_conditional_combine.py
tests/test_opcodes/test_conditional_combine_new.py
tests/test_opcodes/test_conditional_combine_not.py
tests/test_opcodes/test_conditional_combine_not_new.py
tests/test_opcodes/test_conditional_dealloc_return.py
tests/test_opcodes/test_conditional_dealloc_return_new.py
tests/test_opcodes/test_conditional_dealloc_return_new_hint.py
tests/test_opcodes/test_conditional_dealloc_return_not.py
tests/test_opcodes/test_conditional_dealloc_return_not_new.py
tests/test_opcodes/test_conditional_dealloc_return_not_new_hint.py
tests/test_opcodes/test_conditional_jump.py
tests/test_opcodes/test_conditional_jump_hint.py
tests/test_opcodes/test_conditional_jump_new.py
tests/test_opcodes/test_conditional_jump_new_hint.py
tests/test_opcodes/test_conditional_jump_not.py
tests/test_opcodes/test_conditional_jump_not_hint.py
tests/test_opcodes/test_conditional_jump_not_new.py
tests/test_opcodes/test_conditional_jump_not_new_hint.py
tests/test_opcodes/test_conditional_jump_reg_eq_zero.py
tests/test_opcodes/test_conditional_jump_reg_eq_zero_hint.py
tests/test_opcodes/test_conditional_jump_reg_gt_zero.py
tests/test_opcodes/test_conditional_jump_reg_gt_zero_hint.py
tests/test_opcodes/test_conditional_jump_reg_lt_zero.py
tests/test_opcodes/test_conditional_jump_reg_lt_zero_hint.py
tests/test_opcodes/test_conditional_jump_reg_not_zero.py
tests/test_opcodes/test_conditional_jump_reg_not_zero_hint.py
tests/test_opcodes/test_conditional_jumpr.py
tests/test_opcodes/test_conditional_jumpr_hint.py
tests/test_opcodes/test_conditional_jumpr_new.py
tests/test_opcodes/test_conditional_jumpr_new_hint.py
tests/test_opcodes/test_conditional_jumpr_not.py
tests/test_opcodes/test_conditional_jumpr_not_hint.py
tests/test_opcodes/test_conditional_jumpr_not_new.py
tests/test_opcodes/test_conditional_jumpr_not_new_hint.py
tests/test_opcodes/test_conditional_or.py
tests/test_opcodes/test_conditional_or_new.py
tests/test_opcodes/test_conditional_or_not.py
tests/test_opcodes/test_conditional_or_not_new.py
tests/test_opcodes/test_conditional_read_b_imm.py
tests/test_opcodes/test_conditional_read_b_imm_new.py
tests/test_opcodes/test_conditional_read_b_imm_not.py
tests/test_opcodes/test_conditional_read_b_imm_not_new.py
tests/test_opcodes/test_conditional_read_b_inc_imm.py
tests/test_opcodes/test_conditional_read_b_inc_imm_new.py
tests/test_opcodes/test_conditional_read_b_inc_imm_not.py
tests/test_opcodes/test_conditional_read_b_inc_imm_not_new.py
tests/test_opcodes/test_conditional_read_b_reg_imm.py
tests/test_opcodes/test_conditional_read_b_reg_imm_new.py
tests/test_opcodes/test_conditional_read_b_reg_imm_not.py
tests/test_opcodes/test_conditional_read_b_reg_imm_not_new.py
tests/test_opcodes/test_conditional_read_b_reg_reg_off.py
tests/test_opcodes/test_conditional_read_b_reg_reg_off_new.py
tests/test_opcodes/test_conditional_read_b_reg_reg_off_not.py
tests/test_opcodes/test_conditional_read_b_reg_reg_off_not_new.py
tests/test_opcodes/test_conditional_read_d_imm.py
tests/test_opcodes/test_conditional_read_d_imm_new.py
tests/test_opcodes/test_conditional_read_d_imm_not.py
tests/test_opcodes/test_conditional_read_d_imm_not_new.py
tests/test_opcodes/test_conditional_read_d_inc_imm.py
tests/test_opcodes/test_conditional_read_d_inc_imm_new.py
tests/test_opcodes/test_conditional_read_d_inc_imm_not.py
tests/test_opcodes/test_conditional_read_d_inc_imm_not_new.py
tests/test_opcodes/test_conditional_read_d_reg_imm.py
tests/test_opcodes/test_conditional_read_d_reg_imm_new.py
tests/test_opcodes/test_conditional_read_d_reg_imm_not.py
tests/test_opcodes/test_conditional_read_d_reg_imm_not_new.py
tests/test_opcodes/test_conditional_read_d_reg_reg_off.py
tests/test_opcodes/test_conditional_read_d_reg_reg_off_new.py
tests/test_opcodes/test_conditional_read_d_reg_reg_off_not.py
tests/test_opcodes/test_conditional_read_d_reg_reg_off_not_new.py
tests/test_opcodes/test_conditional_read_h_imm.py
tests/test_opcodes/test_conditional_read_h_imm_new.py
tests/test_opcodes/test_conditional_read_h_imm_not.py
tests/test_opcodes/test_conditional_read_h_imm_not_new.py
tests/test_opcodes/test_conditional_read_h_inc_imm.py
tests/test_opcodes/test_conditional_read_h_inc_imm_new.py
tests/test_opcodes/test_conditional_read_h_inc_imm_not.py
tests/test_opcodes/test_conditional_read_h_inc_imm_not_new.py
tests/test_opcodes/test_conditional_read_h_reg_imm.py
tests/test_opcodes/test_conditional_read_h_reg_imm_new.py
tests/test_opcodes/test_conditional_read_h_reg_imm_not.py
tests/test_opcodes/test_conditional_read_h_reg_imm_not_new.py
tests/test_opcodes/test_conditional_read_h_reg_reg_off.py
tests/test_opcodes/test_conditional_read_h_reg_reg_off_new.py
tests/test_opcodes/test_conditional_read_h_reg_reg_off_not.py
tests/test_opcodes/test_conditional_read_h_reg_reg_off_not_new.py
tests/test_opcodes/test_conditional_read_ub_imm.py
tests/test_opcodes/test_conditional_read_ub_imm_new.py
tests/test_opcodes/test_conditional_read_ub_imm_not.py
tests/test_opcodes/test_conditional_read_ub_imm_not_new.py
tests/test_opcodes/test_conditional_read_ub_inc_imm.py
tests/test_opcodes/test_conditional_read_ub_inc_imm_new.py
tests/test_opcodes/test_conditional_read_ub_inc_imm_not.py
tests/test_opcodes/test_conditional_read_ub_inc_imm_not_new.py
tests/test_opcodes/test_conditional_read_ub_reg_imm.py
tests/test_opcodes/test_conditional_read_ub_reg_imm_new.py
tests/test_opcodes/test_conditional_read_ub_reg_imm_not.py
tests/test_opcodes/test_conditional_read_ub_reg_imm_not_new.py
tests/test_opcodes/test_conditional_read_ub_reg_reg_off.py
tests/test_opcodes/test_conditional_read_ub_reg_reg_off_new.py
tests/test_opcodes/test_conditional_read_ub_reg_reg_off_not.py
tests/test_opcodes/test_conditional_read_ub_reg_reg_off_not_new.py
tests/test_opcodes/test_conditional_read_uh_imm.py
tests/test_opcodes/test_conditional_read_uh_imm_new.py
tests/test_opcodes/test_conditional_read_uh_imm_not.py
tests/test_opcodes/test_conditional_read_uh_imm_not_new.py
tests/test_opcodes/test_conditional_read_uh_inc_imm.py
tests/test_opcodes/test_conditional_read_uh_inc_imm_new.py
tests/test_opcodes/test_conditional_read_uh_inc_imm_not.py
tests/test_opcodes/test_conditional_read_uh_inc_imm_not_new.py
tests/test_opcodes/test_conditional_read_uh_reg_imm.py
tests/test_opcodes/test_conditional_read_uh_reg_imm_new.py
tests/test_opcodes/test_conditional_read_uh_reg_imm_not.py
tests/test_opcodes/test_conditional_read_uh_reg_imm_not_new.py
tests/test_opcodes/test_conditional_read_uh_reg_reg_off.py
tests/test_opcodes/test_conditional_read_uh_reg_reg_off_new.py
tests/test_opcodes/test_conditional_read_uh_reg_reg_off_not.py
tests/test_opcodes/test_conditional_read_uh_reg_reg_off_not_new.py
tests/test_opcodes/test_conditional_read_w_imm.py
tests/test_opcodes/test_conditional_read_w_imm_new.py
tests/test_opcodes/test_conditional_read_w_imm_not.py
tests/test_opcodes/test_conditional_read_w_imm_not_new.py
tests/test_opcodes/test_conditional_read_w_inc_imm.py
tests/test_opcodes/test_conditional_read_w_inc_imm_new.py
tests/test_opcodes/test_conditional_read_w_inc_imm_not.py
tests/test_opcodes/test_conditional_read_w_inc_imm_not_new.py
tests/test_opcodes/test_conditional_read_w_reg_imm.py
tests/test_opcodes/test_conditional_read_w_reg_imm_new.py
tests/test_opcodes/test_conditional_read_w_reg_imm_not.py
tests/test_opcodes/test_conditional_read_w_reg_imm_not_new.py
tests/test_opcodes/test_conditional_read_w_reg_reg_off.py
tests/test_opcodes/test_conditional_read_w_reg_reg_off_new.py
tests/test_opcodes/test_conditional_read_w_reg_reg_off_not.py
tests/test_opcodes/test_conditional_read_w_reg_reg_off_not_new.py
tests/test_opcodes/test_conditional_sub.py
tests/test_opcodes/test_conditional_sub_new.py
tests/test_opcodes/test_conditional_sub_not.py
tests/test_opcodes/test_conditional_sub_not_new.py
tests/test_opcodes/test_conditional_sxtb.py
tests/test_opcodes/test_conditional_sxtb_new.py
tests/test_opcodes/test_conditional_sxtb_not.py
tests/test_opcodes/test_conditional_sxtb_not_new.py
tests/test_opcodes/test_conditional_sxth.py
tests/test_opcodes/test_conditional_sxth_new.py
tests/test_opcodes/test_conditional_sxth_not.py
tests/test_opcodes/test_conditional_sxth_not_new.py
tests/test_opcodes/test_conditional_transfer.py
tests/test_opcodes/test_conditional_transfer_new.py
tests/test_opcodes/test_conditional_transfer_not.py
tests/test_opcodes/test_conditional_transfer_not_new.py
tests/test_opcodes/test_conditional_xor.py
tests/test_opcodes/test_conditional_xor_new.py
tests/test_opcodes/test_conditional_xor_not.py
tests/test_opcodes/test_conditional_xor_not_new.py
tests/test_opcodes/test_conditional_zxtb.py
tests/test_opcodes/test_conditional_zxtb_new.py
tests/test_opcodes/test_conditional_zxtb_not.py
tests/test_opcodes/test_conditional_zxtb_not_new.py
tests/test_opcodes/test_conditional_zxth.py
tests/test_opcodes/test_conditional_zxth_new.py
tests/test_opcodes/test_conditional_zxth_not.py
tests/test_opcodes/test_conditional_zxth_not_new.py
tests/test_opcodes/test_dealloc_return.py
tests/test_opcodes/test_deallocframe.py
tests/test_opcodes/test_hintjr.py
tests/test_opcodes/test_jump.py
tests/test_opcodes/test_jumpr.py
tests/test_opcodes/test_loop0_imm.py
tests/test_opcodes/test_loop0_reg.py
tests/test_opcodes/test_loop1_imm.py
tests/test_opcodes/test_loop1_reg.py
tests/test_opcodes/test_memb_add_imm.py
tests/test_opcodes/test_memb_add_reg.py
tests/test_opcodes/test_memb_and_reg.py
tests/test_opcodes/test_memb_clrbit.py
tests/test_opcodes/test_memb_fifo_im_circ.py
tests/test_opcodes/test_memb_fifo_imm_reg_off.py
tests/test_opcodes/test_memb_fifo_inc_imm.py
tests/test_opcodes/test_memb_fifo_inc_reg.py
tests/test_opcodes/test_memb_fifo_inc_reg_brev.py
tests/test_opcodes/test_memb_fifo_m_circ.py
tests/test_opcodes/test_memb_fifo_reg_imm.py
tests/test_opcodes/test_memb_fifo_set_imm.py
tests/test_opcodes/test_memb_or_reg.py
tests/test_opcodes/test_memb_setbit.py
tests/test_opcodes/test_memb_sub_imm.py
tests/test_opcodes/test_memb_sub_reg.py
tests/test_opcodes/test_membh_im_circ.py
tests/test_opcodes/test_membh_imm_reg_off.py
tests/test_opcodes/test_membh_inc_imm.py
tests/test_opcodes/test_membh_inc_reg.py
tests/test_opcodes/test_membh_inc_reg_brev.py
tests/test_opcodes/test_membh_m_circ.py
tests/test_opcodes/test_membh_pair_im_circ.py
tests/test_opcodes/test_membh_pair_imm_reg_off.py
tests/test_opcodes/test_membh_pair_inc_imm.py
tests/test_opcodes/test_membh_pair_inc_reg.py
tests/test_opcodes/test_membh_pair_inc_reg_brev.py
tests/test_opcodes/test_membh_pair_m_circ.py
tests/test_opcodes/test_membh_pair_reg_imm.py
tests/test_opcodes/test_membh_pair_set_imm.py
tests/test_opcodes/test_membh_reg_imm.py
tests/test_opcodes/test_membh_set_imm.py
tests/test_opcodes/test_memh_add_imm.py
tests/test_opcodes/test_memh_add_reg.py
tests/test_opcodes/test_memh_and_reg.py
tests/test_opcodes/test_memh_clrbit.py
tests/test_opcodes/test_memh_fifo_im_circ.py
tests/test_opcodes/test_memh_fifo_imm_reg_off.py
tests/test_opcodes/test_memh_fifo_inc_imm.py
tests/test_opcodes/test_memh_fifo_inc_reg.py
tests/test_opcodes/test_memh_fifo_inc_reg_brev.py
tests/test_opcodes/test_memh_fifo_m_circ.py
tests/test_opcodes/test_memh_fifo_reg_imm.py
tests/test_opcodes/test_memh_fifo_set_imm.py
tests/test_opcodes/test_memh_or_reg.py
tests/test_opcodes/test_memh_setbit.py
tests/test_opcodes/test_memh_sub_imm.py
tests/test_opcodes/test_memh_sub_reg.py
tests/test_opcodes/test_memubh_im_circ.py
tests/test_opcodes/test_memubh_imm_reg_off.py
tests/test_opcodes/test_memubh_inc_imm.py
tests/test_opcodes/test_memubh_inc_reg.py
tests/test_opcodes/test_memubh_inc_reg_brev.py
tests/test_opcodes/test_memubh_m_circ.py
tests/test_opcodes/test_memubh_pair_im_circ.py
tests/test_opcodes/test_memubh_pair_imm_reg_off.py
tests/test_opcodes/test_memubh_pair_inc_imm.py
tests/test_opcodes/test_memubh_pair_inc_reg.py
tests/test_opcodes/test_memubh_pair_inc_reg_brev.py
tests/test_opcodes/test_memubh_pair_m_circ.py
tests/test_opcodes/test_memubh_pair_reg_imm.py
tests/test_opcodes/test_memubh_pair_set_imm.py
tests/test_opcodes/test_memubh_reg_imm.py
tests/test_opcodes/test_memubh_set_imm.py
tests/test_opcodes/test_memw_add_imm.py
tests/test_opcodes/test_memw_add_reg.py
tests/test_opcodes/test_memw_and_reg.py
tests/test_opcodes/test_memw_clrbit.py
tests/test_opcodes/test_memw_or_reg.py
tests/test_opcodes/test_memw_setbit.py
tests/test_opcodes/test_memw_sub_imm.py
tests/test_opcodes/test_memw_sub_reg.py
tests/test_opcodes/test_nop.py
tests/test_opcodes/test_q6_p_all8_p.py
tests/test_opcodes/test_q6_p_and_and_ppnp.py
tests/test_opcodes/test_q6_p_and_and_ppp.py
tests/test_opcodes/test_q6_p_and_or_ppnp.py
tests/test_opcodes/test_q6_p_and_or_ppp.py
tests/test_opcodes/test_q6_p_and_pnp.py
tests/test_opcodes/test_q6_p_and_pp.py
tests/test_opcodes/test_q6_p_any8_p.py
tests/test_opcodes/test_q6_p_cmp_eq_ri.py
tests/test_opcodes/test_q6_p_cmp_eq_rr.py
tests/test_opcodes/test_q6_p_cmp_gt_ri.py
tests/test_opcodes/test_q6_p_cmp_gt_rr.py
tests/test_opcodes/test_q6_p_cmp_gtu_ri.py
tests/test_opcodes/test_q6_p_cmp_gtu_rr.py
tests/test_opcodes/test_q6_p_combine_ii.py
tests/test_opcodes/test_q6_p_combine_ii_unsigned.py
tests/test_opcodes/test_q6_p_combine_ir.py
tests/test_opcodes/test_q6_p_combine_ri.py
tests/test_opcodes/test_q6_p_combine_rr.py
tests/test_opcodes/test_q6_p_fastcorner9_pp.py
tests/test_opcodes/test_q6_p_not_cmp_eq_ri.py
tests/test_opcodes/test_q6_p_not_cmp_eq_rr.py
tests/test_opcodes/test_q6_p_not_cmp_gt_ri.py
tests/test_opcodes/test_q6_p_not_cmp_gt_rr.py
tests/test_opcodes/test_q6_p_not_cmp_gtu_ri.py
tests/test_opcodes/test_q6_p_not_cmp_gtu_rr.py
tests/test_opcodes/test_q6_p_not_fastcorner9_pp.py
tests/test_opcodes/test_q6_p_not_p.py
tests/test_opcodes/test_q6_p_or_and_ppnp.py
tests/test_opcodes/test_q6_p_or_and_ppp.py
tests/test_opcodes/test_q6_p_or_or_ppnp.py
tests/test_opcodes/test_q6_p_or_or_ppp.py
tests/test_opcodes/test_q6_p_or_pnp.py
tests/test_opcodes/test_q6_p_or_pp.py
tests/test_opcodes/test_q6_p_packhl_rr.py
tests/test_opcodes/test_q6_p_xor_pp.py
tests/test_opcodes/test_q6_r_add_ri.py
tests/test_opcodes/test_q6_r_add_rr.py
tests/test_opcodes/test_q6_r_add_rr_sat.py
tests/test_opcodes/test_q6_r_and_ri.py
tests/test_opcodes/test_q6_r_and_rnr.py
tests/test_opcodes/test_q6_r_and_rr.py
tests/test_opcodes/test_q6_r_aslh_r.py
tests/test_opcodes/test_q6_r_asrh_r.py
tests/test_opcodes/test_q6_r_cmp_eq_ri.py
tests/test_opcodes/test_q6_r_cmp_eq_rr.py
tests/test_opcodes/test_q6_r_combine_rhrh.py
tests/test_opcodes/test_q6_r_combine_rhrl.py
tests/test_opcodes/test_q6_r_combine_rlrh.py
tests/test_opcodes/test_q6_r_combine_rlrl.py
tests/test_opcodes/test_q6_r_equals_i.py
tests/test_opcodes/test_q6_r_equals_r.py
tests/test_opcodes/test_q6_r_memb_im_circ.py
tests/test_opcodes/test_q6_r_memb_m_circ.py
tests/test_opcodes/test_q6_r_memd_im_circ.py
tests/test_opcodes/test_q6_r_memd_m_circ.py
tests/test_opcodes/test_q6_r_memh_im_circ.py
tests/test_opcodes/test_q6_r_memh_m_circ.py
tests/test_opcodes/test_q6_r_memub_im_circ.py
tests/test_opcodes/test_q6_r_memub_m_circ.py
tests/test_opcodes/test_q6_r_memuh_im_circ.py
tests/test_opcodes/test_q6_r_memuh_m_circ.py
tests/test_opcodes/test_q6_r_memw_im_circ.py
tests/test_opcodes/test_q6_r_memw_m_circ.py
tests/test_opcodes/test_q6_r_mux_pii.py
tests/test_opcodes/test_q6_r_mux_pir.py
tests/test_opcodes/test_q6_r_mux_pri.py
tests/test_opcodes/test_q6_r_mux_prr.py
tests/test_opcodes/test_q6_r_not_cmp_eq_ri.py
tests/test_opcodes/test_q6_r_not_cmp_eq_rr.py
tests/test_opcodes/test_q6_r_or_ri.py
tests/test_opcodes/test_q6_r_or_rnr.py
tests/test_opcodes/test_q6_r_or_rr.py
tests/test_opcodes/test_q6_r_sub_ir.py
tests/test_opcodes/test_q6_r_sub_rr.py
tests/test_opcodes/test_q6_r_sub_rr_sat.py
tests/test_opcodes/test_q6_r_sxtb_r.py
tests/test_opcodes/test_q6_r_sxth_r.py
tests/test_opcodes/test_q6_r_vaddh_rr.py
tests/test_opcodes/test_q6_r_vaddh_rr_sat.py
tests/test_opcodes/test_q6_r_vadduh_rr_sat.py
tests/test_opcodes/test_q6_r_vavgh_rr.py
tests/test_opcodes/test_q6_r_vavgh_rr_rnd.py
tests/test_opcodes/test_q6_r_vnavgh_rr.py
tests/test_opcodes/test_q6_r_vsubh_rr.py
tests/test_opcodes/test_q6_r_vsubh_rr_sat.py
tests/test_opcodes/test_q6_r_vsubuh_rr_sat.py
tests/test_opcodes/test_q6_r_xor_rr.py
tests/test_opcodes/test_q6_r_zxth_r.py
tests/test_opcodes/test_q6_rh_equals_i.py
tests/test_opcodes/test_q6_rl_equals_i.py
tests/test_opcodes/test_read_b_gp_imm.py
tests/test_opcodes/test_read_b_imm_reg_off.py
tests/test_opcodes/test_read_b_inc_imm.py
tests/test_opcodes/test_read_b_inc_reg.py
tests/test_opcodes/test_read_b_inc_reg_brev.py
tests/test_opcodes/test_read_b_reg_imm.py
tests/test_opcodes/test_read_b_reg_reg_off.py
tests/test_opcodes/test_read_b_set_imm.py
tests/test_opcodes/test_read_d_gp_imm.py
tests/test_opcodes/test_read_d_imm_reg_off.py
tests/test_opcodes/test_read_d_inc_imm.py
tests/test_opcodes/test_read_d_inc_reg.py
tests/test_opcodes/test_read_d_inc_reg_brev.py
tests/test_opcodes/test_read_d_reg_imm.py
tests/test_opcodes/test_read_d_reg_reg_off.py
tests/test_opcodes/test_read_d_set_imm.py
tests/test_opcodes/test_read_h_gp_imm.py
tests/test_opcodes/test_read_h_imm_reg_off.py
tests/test_opcodes/test_read_h_inc_imm.py
tests/test_opcodes/test_read_h_inc_reg.py
tests/test_opcodes/test_read_h_inc_reg_brev.py
tests/test_opcodes/test_read_h_reg_imm.py
tests/test_opcodes/test_read_h_reg_reg_off.py
tests/test_opcodes/test_read_h_set_imm.py
tests/test_opcodes/test_read_ub_gp_imm.py
tests/test_opcodes/test_read_ub_imm_reg_off.py
tests/test_opcodes/test_read_ub_inc_imm.py
tests/test_opcodes/test_read_ub_inc_reg.py
tests/test_opcodes/test_read_ub_inc_reg_brev.py
tests/test_opcodes/test_read_ub_reg_imm.py
tests/test_opcodes/test_read_ub_reg_reg_off.py
tests/test_opcodes/test_read_ub_set_imm.py
tests/test_opcodes/test_read_uh_gp_imm.py
tests/test_opcodes/test_read_uh_imm_reg_off.py
tests/test_opcodes/test_read_uh_inc_imm.py
tests/test_opcodes/test_read_uh_inc_reg.py
tests/test_opcodes/test_read_uh_inc_reg_brev.py
tests/test_opcodes/test_read_uh_reg_imm.py
tests/test_opcodes/test_read_uh_reg_reg_off.py
tests/test_opcodes/test_read_uh_set_imm.py
tests/test_opcodes/test_read_w_gp_imm.py
tests/test_opcodes/test_read_w_imm_reg_off.py
tests/test_opcodes/test_read_w_inc_imm.py
tests/test_opcodes/test_read_w_inc_reg.py
tests/test_opcodes/test_read_w_inc_reg_brev.py
tests/test_opcodes/test_read_w_reg_imm.py
tests/test_opcodes/test_read_w_reg_reg_off.py
tests/test_opcodes/test_read_w_set_imm.py
tests/test_opcodes/test_sp1loop0_imm.py
tests/test_opcodes/test_sp1loop0_reg.py
tests/test_opcodes/test_sp2loop0_imm.py
tests/test_opcodes/test_sp2loop0_reg.py
tests/test_opcodes/test_sp3loop0_imm.py
tests/test_opcodes/test_sp3loop0_reg.py
tests/test_opcodes/test_transfer_and_jump_imm.py
tests/test_opcodes/test_transfer_and_jump_reg.py
tests/test_opcodes/test_transfer_from_cr.py
tests/test_opcodes/test_transfer_pair_from_cr.py
tests/test_opcodes/test_transfer_pair_to_cr.py
tests/test_opcodes/test_transfer_to_cr.py
tests/test_opcodes/test_tstbit_and_jump_p0.py
tests/test_opcodes/test_tstbit_and_jump_p0_hint.py
tests/test_opcodes/test_tstbit_and_jump_p0_not.py
tests/test_opcodes/test_tstbit_and_jump_p0_not_hint.py
tests/test_opcodes/test_tstbit_and_jump_p1.py
tests/test_opcodes/test_tstbit_and_jump_p1_hint.py
tests/test_opcodes/test_tstbit_and_jump_p1_not.py
tests/test_opcodes/test_tstbit_and_jump_p1_not_hint.py