About SLOTHY
Getting started
Real world uses
Installation
SLOTHY Tutorial
Frequently asked questions
API Reference
SLOTHY
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
X
_
__all__ (in module slothy)
__bool__() (slothy.core.core.Result method)
__call__() (slothy.helper.AsmMacro method)
__len__() (slothy.helper.SourceLine method)
__repr__() (slothy.core.dataflow.ComputationNode method)
(slothy.core.dataflow.InstructionInOut method)
(slothy.core.dataflow.InstructionOutput method)
(slothy.core.dataflow.VirtualInputInstruction method)
(slothy.core.dataflow.VirtualOutputInstruction method)
(slothy.helper.AsmMacro method)
(slothy.targets.aarch64.aarch64_big_experimental.ExecutionUnit method)
(slothy.targets.aarch64.aarch64_neon.Instruction method)
(slothy.targets.aarch64.aarch64_neon.RegisterType method)
(slothy.targets.aarch64.apple_m1_firestorm_experimental.ExecutionUnit method)
(slothy.targets.aarch64.apple_m1_icestorm_experimental.ExecutionUnit method)
(slothy.targets.aarch64.cortex_a55.ExecutionUnit method)
(slothy.targets.aarch64.cortex_a72_frontend.ExecutionUnit method)
(slothy.targets.aarch64.neoverse_n1_experimental.ExecutionUnit method)
(slothy.targets.arm_v7m.arch_v7m.Instruction method)
(slothy.targets.arm_v7m.arch_v7m.RegisterType method)
(slothy.targets.arm_v7m.cortex_m4.ExecutionUnit method)
(slothy.targets.arm_v7m.cortex_m7.ExecutionUnit method)
(slothy.targets.arm_v81m.arch_v81m.Instruction method)
(slothy.targets.arm_v81m.arch_v81m.RegisterType method)
(slothy.targets.arm_v81m.cortex_m55r1.ExecutionUnit method)
(slothy.targets.arm_v81m.cortex_m85r1.ExecutionUnit method)
(slothy.targets.arm_v81m.helium_experimental.ExecutionUnit method)
__setattr__() (slothy.helper.LockAttributes method)
__str__() (slothy.helper.NestedPrint method)
(slothy.helper.SourceLine method)
(slothy.targets.aarch64.aarch64_neon.RegisterType method)
(slothy.targets.arm_v7m.arch_v7m.RegisterType method)
(slothy.targets.arm_v81m.arch_v81m.RegisterType method)
_Add() (slothy.core.core.SlothyBase method)
_add_allocation() (slothy.helper.AsmAllocation method)
_add_constraints_dependency_order() (slothy.core.core.SlothyBase method)
_add_constraints_functional_units() (slothy.core.core.SlothyBase method)
_add_constraints_latencies() (slothy.core.core.SlothyBase method)
_add_constraints_lifetime_bounds() (slothy.core.core.SlothyBase method)
_add_constraints_lifetime_bounds_single() (slothy.core.core.SlothyBase method)
_add_constraints_locked_ordering() (slothy.core.core.SlothyBase method)
_add_constraints_loop_optimization() (slothy.core.core.SlothyBase method)
_add_constraints_loop_periodic() (slothy.core.core.SlothyBase method)
_add_constraints_misc() (slothy.core.core.SlothyBase method)
_add_constraints_n_issue() (slothy.core.core.SlothyBase method)
_add_constraints_register_renaming() (slothy.core.core.SlothyBase method)
_add_constraints_register_usage() (slothy.core.core.SlothyBase method)
_add_constraints_scheduling() (slothy.core.core.SlothyBase method)
_add_node() (slothy.core.dataflow.DataFlowGraph method)
_add_node_from_candidates() (slothy.core.dataflow.DataFlowGraph method)
_add_objective() (slothy.core.core.SlothyBase method)
_add_path_constraint() (slothy.core.core.SlothyBase method)
_add_path_constraint_from() (slothy.core.core.SlothyBase method)
_add_register_usage() (slothy.core.core.SlothyBase method)
_add_st_ld_hazard() (in module slothy.targets.arm_v81m.cortex_m55r1)
_add_variables_dependencies() (slothy.core.core.SlothyBase method)
_add_variables_functional_units() (slothy.core.core.SlothyBase method)
_add_variables_loop_rolling() (slothy.core.core.SlothyBase method)
_add_variables_register_renaming() (slothy.core.core.SlothyBase method)
_add_variables_scheduling() (slothy.core.core.SlothyBase method)
_AddAbsEq() (slothy.core.core.SlothyBase method)
_AddAllDifferent() (slothy.core.core.SlothyBase method)
_AddAtLeastOne() (slothy.core.core.SlothyBase method)
_AddExactlyOne() (slothy.core.core.SlothyBase method)
_AddHint() (slothy.core.core.SlothyBase method)
_AddImplication() (slothy.core.core.SlothyBase method)
_AddMaxEquality() (slothy.core.core.SlothyBase method)
_AddMultiplicationEquality() (slothy.core.core.SlothyBase method)
_AddNoOverlap() (slothy.core.core.SlothyBase method)
_address_offset_fixup_cbs() (slothy.core.dataflow.DataFlowGraph method)
_archs (slothy.targets.query.Archery attribute)
_backup_original_code() (slothy.core.core.SlothyBase method)
_build_graph() (slothy.core.dataflow.DataFlowGraph method)
_build_parser() (slothy.targets.aarch64.aarch64_neon.AArch64Instruction static method)
(slothy.targets.arm_v7m.arch_v7m.Armv7mInstruction static method)
_build_pattern_replacement() (slothy.targets.aarch64.aarch64_neon.AArch64Instruction static method)
(slothy.targets.arm_v7m.arch_v7m.Armv7mInstruction static method)
_build_stalls_idxs() (slothy.core.core.Result method)
_check_rename_config() (slothy.core.config.Config method)
_describe_solver() (slothy.core.core.SlothyBase method)
_dump() (slothy.core.heuristics.Heuristics static method)
(slothy.core.slothy.Slothy static method)
_dump_avail_renaming_registers() (slothy.core.core.SlothyBase method)
_dump_instructions() (slothy.core.dataflow.DataFlowGraph method)
_dump_model_statistics() (slothy.core.core.SlothyBase method)
_expand_reg_list() (slothy.targets.arm_v7m.arch_v7m.Armv7mInstruction static method)
_export_model() (slothy.core.core.SlothyBase method)
_extract() (slothy.helper.Loop method)
_extract_code() (slothy.core.core.SlothyBase method)
_extract_comments_from_text() (slothy.helper.SourceLine method)
_extract_core() (slothy.helper.AsmHelper static method)
_extract_indentation_from_text() (slothy.helper.SourceLine method)
_extract_input_output_renaming() (slothy.core.core.SlothyBase method)
_extract_kernel_input_output() (slothy.core.core.SlothyBase method)
_extract_positions() (slothy.core.core.SlothyBase method)
_extract_register_renamings() (slothy.core.core.SlothyBase method)
_extract_result() (slothy.core.core.SlothyBase method)
_extract_spills() (slothy.core.core.SlothyBase method)
_extract_tags_from_comments() (slothy.helper.SourceLine method)
_find_source_single() (slothy.core.dataflow.DataFlowGraph method)
_fixup_finish() (slothy.core.core.Result static method)
_fixup_reordered_pair() (slothy.core.core.Result static method)
_fixup_reset() (slothy.core.core.Result static method)
_forbid_renaming_collision_many() (slothy.core.core.SlothyBase method)
_forbid_renaming_collision_single() (slothy.core.core.SlothyBase method)
_force_allocation_restriction_many() (slothy.core.core.SlothyBase method)
_force_allocation_restriction_single() (slothy.core.core.SlothyBase method)
_force_allocation_variant() (slothy.core.core.SlothyBase method)
_force_renaming_collision() (slothy.core.core.SlothyBase method)
_fusion_core() (slothy.core.slothy.Slothy method)
_gen_orig_code_visualized() (slothy.core.core.Result method)
_gen_orig_code_visualized_perf() (slothy.core.core.Result method)
_gen_orig_code_visualized_perm() (slothy.core.core.Result method)
_get_arch() (slothy.core.slothy.Slothy method)
_get_code() (slothy.core.core.Result method)
_get_full_code() (slothy.core.core.Result method)
_get_nodes() (slothy.core.core.SlothyBase method)
_get_nodes_by_depth() (slothy.core.core.SlothyBase method)
_get_nodes_by_program_order() (slothy.core.core.SlothyBase method)
_get_ssa_form() (slothy.core.heuristics.Heuristics static method)
_get_target() (slothy.core.slothy.Slothy method)
_has_cross_iteration_dependencies() (slothy.core.core.SlothyBase method)
_idxs_from_fractions() (slothy.core.heuristics.Heuristics static method)
_infer_register_type() (slothy.targets.aarch64.aarch64_neon.AArch64Instruction static method)
(slothy.targets.arm_v7m.arch_v7m.Armv7mInstruction static method)
_init_external_model_and_solver() (slothy.core.core.SlothyBase method)
_init_model_internals() (slothy.core.core.SlothyBase method)
_instantiate_pattern() (slothy.targets.aarch64.aarch64_neon.AArch64Instruction static method)
(slothy.targets.arm_v7m.arch_v7m.Armv7mInstruction static method)
_is_high() (slothy.core.core.SlothyBase method)
_is_input() (slothy.core.core.SlothyBase method)
_is_instance_of() (slothy.targets.aarch64.aarch64_neon.Instruction method)
(slothy.targets.arm_v7m.arch_v7m.Instruction method)
(slothy.targets.arm_v81m.arch_v81m.Instruction method)
_is_low() (slothy.core.core.SlothyBase method)
_is_output() (slothy.core.core.SlothyBase method)
_iter_cross_iteration_dependencies() (slothy.core.core.SlothyBase method)
_iter_dependencies() (slothy.core.core.SlothyBase method)
_iter_dependencies_with_lifetime() (slothy.core.core.SlothyBase method)
_load_slothy_config() (slothy.core.dataflow.Config method)
_load_source() (slothy.core.core.SlothyBase method)
_log_input_output_warning() (slothy.core.heuristics.Heuristics static method)
_log_reoptimization_failure() (slothy.core.heuristics.Heuristics static method)
_make_llvm_mca_stats() (slothy.core.slothy.Slothy method)
_mark_loop_siblings() (slothy.core.core.SlothyBase method)
_naive_reordering() (slothy.core.heuristics.Heuristics static method)
_NewBoolVar() (slothy.core.core.SlothyBase method)
_NewConstant() (slothy.core.core.SlothyBase method)
_NewIntervalVar() (slothy.core.core.SlothyBase method)
_NewIntVar() (slothy.core.core.SlothyBase method)
_NewOptionalIntervalVar() (slothy.core.core.SlothyBase method)
_offset_fixup_straightline() (slothy.core.core.Result method)
_offset_fixup_sw() (slothy.core.core.Result method)
_optimize_binsearch_core() (slothy.core.heuristics.Heuristics static method)
_parse_line() (slothy.core.dataflow.DataFlowGraph method)
_parse_source() (slothy.core.dataflow.DataFlowGraph method)
_parse_tags_in_string() (slothy.helper.SourceLine static method)
_periodic_halving() (slothy.core.heuristics.Heuristics static method)
_print_stalls() (slothy.core.core.SlothyBase method)
_print_stalls_and_spills() (slothy.core.core.SlothyBase method)
_process_restore_instruction() (slothy.core.dataflow.DataFlowGraph method)
_process_spill_instruction() (slothy.core.dataflow.DataFlowGraph method)
_reg_is_architectural() (slothy.core.core.SlothyBase method)
_REGEXP_ALIGN (slothy.helper.AsmHelper attribute)
_REGEXP_ALIGN_TXT (slothy.helper.AsmHelper attribute)
_REGEXP_ELSE (slothy.helper.AsmIfElse attribute)
_REGEXP_ELSE_TXT (slothy.helper.AsmIfElse attribute)
_REGEXP_ENDIF (slothy.helper.AsmIfElse attribute)
_REGEXP_ENDIF_TXT (slothy.helper.AsmIfElse attribute)
_REGEXP_EQU (slothy.helper.AsmAllocation attribute)
_REGEXP_EQU_TXT (slothy.helper.AsmAllocation attribute)
_REGEXP_IF (slothy.helper.AsmIfElse attribute)
_REGEXP_IF_TXT (slothy.helper.AsmIfElse attribute)
_REGEXP_REQ (slothy.helper.AsmAllocation attribute)
_REGEXP_REQ_TXT (slothy.helper.AsmAllocation attribute)
_REGEXP_UNREQ (slothy.helper.AsmAllocation attribute)
_REGEXP_UNREQ_TXT (slothy.helper.AsmAllocation attribute)
_remember_type() (slothy.core.dataflow.DataFlowGraph method)
_remove_allocation() (slothy.helper.AsmAllocation method)
_require_sw_pipelining() (slothy.core.core.Result method)
_reset() (slothy.core.core.SlothyBase method)
_restrict_input_output_renaming() (slothy.core.core.SlothyBase method)
_selfcheck_core() (slothy.core.core.Result method)
_selfcheck_outputs() (slothy.core.dataflow.DataFlowGraph method)
_set_avail_renaming_registers() (slothy.core.core.SlothyBase method)
_set_timeout() (slothy.core.core.SlothyBase method)
_simplify() (slothy.targets.arm_v81m.arch_v81m.ldr method)
(slothy.targets.arm_v81m.arch_v81m.ldrd method)
(slothy.targets.arm_v81m.arch_v81m.strd method)
(slothy.targets.arm_v81m.arch_v81m.vldr method)
(slothy.targets.arm_v81m.arch_v81m.vldr_gather method)
(slothy.targets.arm_v81m.arch_v81m.vstr method)
_solve() (slothy.core.core.SlothyBase method)
_split() (slothy.core.heuristics.Heuristics static method)
_split_inner() (slothy.core.heuristics.Heuristics static method)
_stalls_to_stats() (slothy.core.core.SlothyBase method)
_strip_comments() (slothy.helper.SourceLine method)
_targets (slothy.targets.query.Archery attribute)
_to_reg() (slothy.targets.aarch64.aarch64_neon.AArch64Instruction static method)
(slothy.targets.arm_v7m.arch_v7m.Armv7mInstruction static method)
_trim_comments() (slothy.helper.SourceLine method)
_typecheck_node() (slothy.core.dataflow.DataFlowGraph method)
_unfold_pattern() (slothy.targets.aarch64.aarch64_neon.AArch64Instruction static method)
(slothy.targets.arm_v7m.arch_v7m.Armv7mInstruction static method)
_usage_check() (slothy.core.core.SlothyBase method)
A
AArch64BasicArithmetic (class in slothy.targets.aarch64.aarch64_neon)
AArch64ConditionalCompare (class in slothy.targets.aarch64.aarch64_neon)
AArch64ConditionalSelect (class in slothy.targets.aarch64.aarch64_neon)
AArch64HighMultiply (class in slothy.targets.aarch64.aarch64_neon)
AArch64Instruction (class in slothy.targets.aarch64.aarch64_neon)
AArch64Logical (class in slothy.targets.aarch64.aarch64_neon)
AArch64LogicalShifted (class in slothy.targets.aarch64.aarch64_neon)
AArch64Move (class in slothy.targets.aarch64.aarch64_neon)
AArch64Multiply (class in slothy.targets.aarch64.aarch64_neon)
AArch64NeonLogical (class in slothy.targets.aarch64.aarch64_neon)
AArch64Shift (class in slothy.targets.aarch64.aarch64_neon)
AArch64ShiftedArithmetic (class in slothy.targets.aarch64.aarch64_neon)
absorb_spills (slothy.core.config.Config property)
adc (class in slothy.targets.aarch64.aarch64_neon)
adc_zero2 (class in slothy.targets.aarch64.aarch64_neon)
adc_zero_l (class in slothy.targets.aarch64.aarch64_neon)
adc_zero_r (class in slothy.targets.aarch64.aarch64_neon)
adcs (class in slothy.targets.aarch64.aarch64_neon)
adcs_to_zero (class in slothy.targets.aarch64.aarch64_neon)
adcs_zero2 (class in slothy.targets.aarch64.aarch64_neon)
adcs_zero_l (class in slothy.targets.aarch64.aarch64_neon)
adcs_zero_r (class in slothy.targets.aarch64.aarch64_neon)
adcs_zero_r_to_zero (class in slothy.targets.aarch64.aarch64_neon)
add (class in slothy.targets.aarch64.aarch64_neon)
(class in slothy.targets.arm_v7m.arch_v7m)
(class in slothy.targets.arm_v81m.arch_v81m)
add2 (class in slothy.targets.aarch64.aarch64_neon)
add_aliases() (slothy.core.config.Config method)
add_asr (class in slothy.targets.aarch64.aarch64_neon)
add_comment() (slothy.helper.SourceLine method)
add_comments() (slothy.helper.SourceLine method)
add_dsp_slot_constraint() (in module slothy.targets.arm_v7m.cortex_m7)
add_further_constraints() (in module slothy.targets.aarch64.aarch64_big_experimental)
(in module slothy.targets.aarch64.apple_m1_firestorm_experimental)
(in module slothy.targets.aarch64.apple_m1_icestorm_experimental)
(in module slothy.targets.aarch64.cortex_a55)
(in module slothy.targets.aarch64.cortex_a72_frontend)
(in module slothy.targets.aarch64.neoverse_n1_experimental)
(in module slothy.targets.arm_v7m.cortex_m4)
(in module slothy.targets.arm_v7m.cortex_m7)
(in module slothy.targets.arm_v81m.cortex_m55r1)
(in module slothy.targets.arm_v81m.cortex_m85r1)
(in module slothy.targets.arm_v81m.helium_experimental)
add_imm (class in slothy.targets.aarch64.aarch64_neon)
(class in slothy.targets.arm_v7m.arch_v7m)
(class in slothy.targets.arm_v81m.arch_v81m)
add_imm_lsl (class in slothy.targets.aarch64.aarch64_neon)
add_imm_short (class in slothy.targets.arm_v7m.arch_v7m)
add_lsl (class in slothy.targets.aarch64.aarch64_neon)
add_lsr (class in slothy.targets.aarch64.aarch64_neon)
add_mac_slot_constraint() (in module slothy.targets.arm_v7m.cortex_m7)
add_shifted (class in slothy.targets.arm_v7m.arch_v7m)
add_short (class in slothy.targets.arm_v7m.arch_v7m)
add_slot_constraints() (in module slothy.targets.aarch64.cortex_a55)
add_sp_imm (class in slothy.targets.aarch64.aarch64_neon)
add_st_hazard() (in module slothy.targets.aarch64.cortex_a55)
(in module slothy.targets.arm_v7m.cortex_m7)
add_tag() (slothy.helper.SourceLine method)
add_tags() (slothy.helper.SourceLine method)
add_text() (slothy.helper.SourceLine method)
add_w_imm (class in slothy.targets.aarch64.aarch64_neon)
adds (class in slothy.targets.aarch64.aarch64_neon)
(class in slothy.targets.arm_v7m.arch_v7m)
adds_imm_to_zero (class in slothy.targets.aarch64.aarch64_neon)
adds_lsl (class in slothy.targets.aarch64.aarch64_neon)
adds_lsr (class in slothy.targets.aarch64.aarch64_neon)
adds_to_zero (class in slothy.targets.aarch64.aarch64_neon)
adds_twoarg (class in slothy.targets.aarch64.aarch64_neon)
aese (class in slothy.targets.aarch64.aarch64_neon)
aese_x4 (class in slothy.targets.aarch64.aarch64_neon)
AESInstruction (class in slothy.targets.aarch64.aarch64_neon)
aesmc (class in slothy.targets.aarch64.aarch64_neon)
aesr (class in slothy.targets.aarch64.aarch64_neon)
aesr_x2 (class in slothy.targets.aarch64.aarch64_neon)
aesr_x4 (class in slothy.targets.aarch64.aarch64_neon)
all_core (slothy.core.config.Config.Hints property)
all_subclass_leaves() (in module slothy.targets.aarch64.aarch64_neon)
(in module slothy.targets.arm_v7m.arch_v7m)
alloc() (slothy.core.dataflow.InstructionInOut method)
(slothy.core.dataflow.InstructionOutput method)
(slothy.core.dataflow.RegisterSource method)
allow_post (slothy.core.config.Config.SoftwarePipelining property)
allow_pre (slothy.core.config.Config.SoftwarePipelining property)
allow_renaming (slothy.core.config.Config.Constraints property)
allow_reordering (slothy.core.config.Config.Constraints property)
allow_spills (slothy.core.config.Config.Constraints property)
allow_useless_instructions (slothy.core.config.Config property)
(slothy.core.dataflow.Config property)
ALU() (slothy.targets.arm_v7m.cortex_m7.ExecutionUnit method)
ALU0 (slothy.targets.arm_v7m.cortex_m7.ExecutionUnit attribute)
ALU1 (slothy.targets.arm_v7m.cortex_m7.ExecutionUnit attribute)
and_imm (class in slothy.targets.aarch64.aarch64_neon)
and_imm_wform (class in slothy.targets.aarch64.aarch64_neon)
and_twoarg (class in slothy.targets.aarch64.aarch64_neon)
ands_imm (class in slothy.targets.aarch64.aarch64_neon)
ands_xzr_imm (class in slothy.targets.aarch64.aarch64_neon)
apply_cbs() (slothy.core.dataflow.DataFlowGraph method)
apply_fusion_cbs() (slothy.core.dataflow.DataFlowGraph method)
apply_indentation() (slothy.helper.SourceLine static method)
apply_parsing_cbs() (slothy.core.dataflow.DataFlowGraph method)
arch (slothy.core.config.Config property)
(slothy.core.core.SlothyBase property)
(slothy.core.dataflow.Config property)
(slothy.core.dataflow.DataFlowGraph property)
(slothy.core.slothy.Slothy attribute)
arch_name (in module slothy.targets.aarch64.aarch64_neon)
(in module slothy.targets.arm_v7m.arch_v7m)
(in module slothy.targets.arm_v81m.arch_v81m)
Archery (class in slothy.targets.query)
Armv7mBasicArithmetic (class in slothy.targets.arm_v7m.arch_v7m)
Armv7mBranch (class in slothy.targets.arm_v7m.arch_v7m)
Armv7mFPInstruction (class in slothy.targets.arm_v7m.arch_v7m)
Armv7mInstruction (class in slothy.targets.arm_v7m.arch_v7m)
Armv7mLoadInstruction (class in slothy.targets.arm_v7m.arch_v7m)
Armv7mLogical (class in slothy.targets.arm_v7m.arch_v7m)
Armv7mMultiplication (class in slothy.targets.arm_v7m.arch_v7m)
Armv7mShiftedArithmetic (class in slothy.targets.arm_v7m.arch_v7m)
Armv7mShiftedLogical (class in slothy.targets.arm_v7m.arch_v7m)
Armv7mStoreInstruction (class in slothy.targets.arm_v7m.arch_v7m)
ASIMD() (slothy.targets.aarch64.cortex_a72_frontend.ExecutionUnit class method)
ASIMD0 (slothy.targets.aarch64.cortex_a72_frontend.ExecutionUnit attribute)
ASIMD1 (slothy.targets.aarch64.cortex_a72_frontend.ExecutionUnit attribute)
ASimdCompare (class in slothy.targets.aarch64.aarch64_neon)
AsmAllocation (class in slothy.helper)
AsmHelper (class in slothy.helper)
AsmHelperException
AsmIfElse (class in slothy.helper)
AsmMacro (class in slothy.helper)
asr (class in slothy.targets.aarch64.aarch64_neon)
(class in slothy.targets.arm_v7m.arch_v7m)
asr_wform (class in slothy.targets.aarch64.aarch64_neon)
asrs (class in slothy.targets.arm_v7m.arch_v7m)
assemble() (slothy.helper.LLVM_Mc static method)
B
b_ldr_stack_with_inc (class in slothy.targets.aarch64.aarch64_neon)
bfi (class in slothy.targets.aarch64.aarch64_neon)
bic (class in slothy.targets.aarch64.aarch64_neon)
(class in slothy.targets.arm_v7m.arch_v7m)
bic_shifted (class in slothy.targets.arm_v7m.arch_v7m)
bics (class in slothy.targets.arm_v7m.arch_v7m)
binary_search() (in module slothy.helper)
BinarySearchLimitException
bne (class in slothy.targets.arm_v7m.arch_v7m)
Branch (class in slothy.targets.aarch64.aarch64_neon)
(class in slothy.targets.arm_v7m.arch_v7m)
BranchLoop (class in slothy.targets.arm_v7m.arch_v7m)
build() (slothy.targets.aarch64.aarch64_neon.AArch64Instruction static method)
(slothy.targets.aarch64.aarch64_neon.Instruction static method)
(slothy.targets.arm_v7m.arch_v7m.Armv7mInstruction static method)
(slothy.targets.arm_v7m.arch_v7m.Instruction static method)
build_core() (slothy.targets.aarch64.aarch64_neon.AArch64Instruction static method)
(slothy.targets.arm_v7m.arch_v7m.Armv7mInstruction static method)
C
callee_saved_registers() (slothy.targets.aarch64.aarch64_neon.RegisterType static method)
(slothy.targets.arm_v7m.arch_v7m.RegisterType static method)
ccmp (class in slothy.targets.aarch64.aarch64_neon)
ccmp_xzr (class in slothy.targets.aarch64.aarch64_neon)
check_allocation() (slothy.helper.AsmAllocation static method)
check_deallocation() (slothy.helper.AsmAllocation static method)
check_else() (slothy.helper.AsmIfElse static method)
check_endif() (slothy.helper.AsmIfElse static method)
check_if() (slothy.helper.AsmIfElse static method)
check_instr_dt() (in module slothy.targets.aarch64.aarch64_neon)
cinc (class in slothy.targets.aarch64.aarch64_neon)
cinv (class in slothy.targets.aarch64.aarch64_neon)
cmge (class in slothy.targets.aarch64.aarch64_neon)
cmn (class in slothy.targets.aarch64.aarch64_neon)
cmn_imm (class in slothy.targets.aarch64.aarch64_neon)
cmp (class in slothy.targets.aarch64.aarch64_neon)
(class in slothy.targets.arm_v7m.arch_v7m)
cmp_imm (class in slothy.targets.aarch64.aarch64_neon)
(class in slothy.targets.arm_v7m.arch_v7m)
cmp_xzr (class in slothy.targets.aarch64.aarch64_neon)
cmp_xzr2 (class in slothy.targets.aarch64.aarch64_neon)
CmpLoop (class in slothy.targets.arm_v7m.arch_v7m)
cneg (class in slothy.targets.aarch64.aarch64_neon)
code (slothy.core.core.Result property)
code_raw (slothy.core.core.Result property)
codesize (slothy.core.core.Result property)
codesize_with_bubbles (slothy.core.core.Result property)
comments (slothy.helper.SourceLine property)
compiler_binary (slothy.core.config.Config property)
compiler_include_paths (slothy.core.config.Config property)
ComputationNode (class in slothy.core.dataflow)
Config (class in slothy.core.config)
(class in slothy.core.dataflow)
config (slothy.core.core.Result property)
Config.Constraints (class in slothy.core.config)
Config.Hints (class in slothy.core.config)
Config.SoftwarePipelining (class in slothy.core.config)
constraints (slothy.core.config.Config property)
copy() (slothy.core.config.Config method)
(slothy.helper.SourceLine method)
copy_source() (slothy.helper.SourceLine static method)
CPreprocessor (class in slothy.helper)
csel_ne (class in slothy.targets.aarch64.aarch64_neon)
csel_xzr2_ne (class in slothy.targets.aarch64.aarch64_neon)
csel_xzr_ne (class in slothy.targets.aarch64.aarch64_neon)
cset (class in slothy.targets.aarch64.aarch64_neon)
csetm (class in slothy.targets.aarch64.aarch64_neon)
cycle_position_with_bubbles() (slothy.core.core.Result method)
cycles (slothy.core.core.Result property)
cycles_bound (slothy.core.core.Result property)
D
d_ldp_sp_imm (class in slothy.targets.aarch64.aarch64_neon)
d_ldr_stack_with_inc (class in slothy.targets.aarch64.aarch64_neon)
d_stp_stack_with_inc (class in slothy.targets.aarch64.aarch64_neon)
d_str_stack_with_inc (class in slothy.targets.aarch64.aarch64_neon)
DataFlowGraph (class in slothy.core.dataflow)
DataFlowGraphException
default_aliases() (slothy.targets.aarch64.aarch64_neon.RegisterType static method)
(slothy.targets.arm_v7m.arch_v7m.RegisterType static method)
(slothy.targets.arm_v81m.arch_v81m.RegisterType method)
default_latencies (in module slothy.targets.aarch64.aarch64_big_experimental)
(in module slothy.targets.aarch64.apple_m1_firestorm_experimental)
(in module slothy.targets.aarch64.apple_m1_icestorm_experimental)
(in module slothy.targets.aarch64.cortex_a55)
(in module slothy.targets.aarch64.cortex_a72_frontend)
(in module slothy.targets.aarch64.neoverse_n1_experimental)
(in module slothy.targets.arm_v7m.cortex_m4)
(in module slothy.targets.arm_v7m.cortex_m7)
(in module slothy.targets.arm_v81m.cortex_m55r1)
(in module slothy.targets.arm_v81m.cortex_m85r1)
(in module slothy.targets.arm_v81m.helium_experimental)
default_reserved() (slothy.targets.aarch64.aarch64_neon.RegisterType static method)
(slothy.targets.arm_v7m.arch_v7m.RegisterType static method)
(slothy.targets.arm_v81m.arch_v81m.RegisterType method)
DeferHandler (class in slothy.helper)
dependsOnFlags (slothy.targets.aarch64.aarch64_neon.adc attribute)
(slothy.targets.aarch64.aarch64_neon.adc_zero2 attribute)
(slothy.targets.aarch64.aarch64_neon.adc_zero_l attribute)
(slothy.targets.aarch64.aarch64_neon.adc_zero_r attribute)
(slothy.targets.aarch64.aarch64_neon.adcs attribute)
(slothy.targets.aarch64.aarch64_neon.adcs_to_zero attribute)
(slothy.targets.aarch64.aarch64_neon.adcs_zero2 attribute)
(slothy.targets.aarch64.aarch64_neon.adcs_zero_l attribute)
(slothy.targets.aarch64.aarch64_neon.adcs_zero_r attribute)
(slothy.targets.aarch64.aarch64_neon.adcs_zero_r_to_zero attribute)
(slothy.targets.aarch64.aarch64_neon.ccmp attribute)
(slothy.targets.aarch64.aarch64_neon.ccmp_xzr attribute)
(slothy.targets.aarch64.aarch64_neon.cinc attribute)
(slothy.targets.aarch64.aarch64_neon.cinv attribute)
(slothy.targets.aarch64.aarch64_neon.cneg attribute)
(slothy.targets.aarch64.aarch64_neon.csel_ne attribute)
(slothy.targets.aarch64.aarch64_neon.csel_xzr2_ne attribute)
(slothy.targets.aarch64.aarch64_neon.csel_xzr_ne attribute)
(slothy.targets.aarch64.aarch64_neon.cset attribute)
(slothy.targets.aarch64.aarch64_neon.csetm attribute)
(slothy.targets.aarch64.aarch64_neon.ngc_zero attribute)
(slothy.targets.aarch64.aarch64_neon.ngcs attribute)
(slothy.targets.aarch64.aarch64_neon.ngcs_zero attribute)
(slothy.targets.aarch64.aarch64_neon.sbc attribute)
(slothy.targets.aarch64.aarch64_neon.sbc_zero_r attribute)
(slothy.targets.aarch64.aarch64_neon.sbcs attribute)
(slothy.targets.aarch64.aarch64_neon.sbcs_to_zero attribute)
(slothy.targets.aarch64.aarch64_neon.sbcs_zero attribute)
(slothy.targets.aarch64.aarch64_neon.sbcs_zero_to_zero attribute)
(slothy.targets.arm_v7m.arch_v7m.bne attribute)
(slothy.targets.arm_v7m.arch_v7m.cmp attribute)
depth() (slothy.core.dataflow.DataFlowGraph method)
describe() (slothy.core.dataflow.ComputationNode method)
(slothy.core.dataflow.DataFlowGraph method)
do_address_fixup (slothy.core.config.Config property)
drop_tags() (slothy.helper.SourceLine static method)
E
edges() (slothy.core.dataflow.DataFlowGraph method)
emit() (slothy.helper.DeferHandler method)
enabled (slothy.core.config.Config.SoftwarePipelining property)
end() (slothy.helper.Loop method)
(slothy.targets.aarch64.aarch64_neon.SubsLoop method)
(slothy.targets.arm_v7m.arch_v7m.BranchLoop method)
(slothy.targets.arm_v7m.arch_v7m.CmpLoop method)
(slothy.targets.arm_v7m.arch_v7m.SubsLoop method)
(slothy.targets.arm_v7m.arch_v7m.VmovCmpLoop method)
(slothy.targets.arm_v81m.arch_v81m.LeLoop method)
eor (class in slothy.targets.aarch64.aarch64_neon)
(class in slothy.targets.arm_v7m.arch_v7m)
eor3_fusion_cb() (in module slothy.targets.aarch64.aarch64_neon)
eor3_splitting_cb() (in module slothy.targets.aarch64.aarch64_neon)
eor_shifted (class in slothy.targets.arm_v7m.arch_v7m)
eor_short (class in slothy.targets.arm_v7m.arch_v7m)
eor_wform (class in slothy.targets.aarch64.aarch64_neon)
eors (class in slothy.targets.arm_v7m.arch_v7m)
eors_short (class in slothy.targets.arm_v7m.arch_v7m)
evaluate_condition() (slothy.helper.AsmIfElse static method)
execution_units (in module slothy.targets.aarch64.aarch64_big_experimental)
(in module slothy.targets.aarch64.apple_m1_firestorm_experimental)
(in module slothy.targets.aarch64.apple_m1_icestorm_experimental)
(in module slothy.targets.aarch64.cortex_a55)
(in module slothy.targets.aarch64.cortex_a72_frontend)
(in module slothy.targets.aarch64.neoverse_n1_experimental)
(in module slothy.targets.arm_v7m.cortex_m4)
(in module slothy.targets.arm_v7m.cortex_m7)
(in module slothy.targets.arm_v81m.cortex_m55r1)
(in module slothy.targets.arm_v81m.cortex_m85r1)
(in module slothy.targets.arm_v81m.helium_experimental)
ExecutionUnit (class in slothy.targets.aarch64.aarch64_big_experimental)
(class in slothy.targets.aarch64.apple_m1_firestorm_experimental)
(class in slothy.targets.aarch64.apple_m1_icestorm_experimental)
(class in slothy.targets.aarch64.cortex_a55)
(class in slothy.targets.aarch64.cortex_a72_frontend)
(class in slothy.targets.aarch64.neoverse_n1_experimental)
(class in slothy.targets.arm_v7m.cortex_m4)
(class in slothy.targets.arm_v7m.cortex_m7)
(class in slothy.targets.arm_v81m.cortex_m55r1)
(class in slothy.targets.arm_v81m.cortex_m85r1)
(class in slothy.targets.arm_v81m.helium_experimental)
ext_bsearch_remember_successes (slothy.core.config.Config.Hints property)
extr (class in slothy.targets.aarch64.aarch64_neon)
extract() (slothy.helper.AsmHelper static method)
(slothy.helper.AsmMacro static method)
(slothy.helper.Loop static method)
extract_from_file() (slothy.helper.AsmMacro static method)
extract_read_writes() (slothy.targets.aarch64.aarch64_neon.Instruction method)
(slothy.targets.arm_v7m.arch_v7m.Instruction method)
F
FatalParsingException
,
[1]
,
[2]
fcsel_dform (class in slothy.targets.aarch64.aarch64_neon)
filter_instructions_by_class() (slothy.core.core.SlothyBase method)
filter_instructions_by_property() (slothy.core.core.SlothyBase method)
find_all_predecessors_input_registers() (slothy.core.dataflow.DataFlowGraph method)
find_class() (in module slothy.targets.aarch64.aarch64_neon)
(in module slothy.targets.arm_v7m.arch_v7m)
(in module slothy.targets.arm_v81m.arch_v81m)
(in module slothy.targets.arm_v81m.helium_experimental)
find_indentation() (slothy.helper.AsmHelper static method)
find_type() (slothy.targets.aarch64.aarch64_neon.RegisterType static method)
(slothy.targets.arm_v7m.arch_v7m.RegisterType static method)
(slothy.targets.arm_v81m.arch_v81m.RegisterType static method)
fixlen (slothy.core.core.Result property)
fixup_preamble_postamble() (slothy.core.core.Result method)
(slothy.core.core.SlothyBase method)
FLAGS (slothy.targets.aarch64.aarch64_neon.RegisterType attribute)
(slothy.targets.arm_v7m.arch_v7m.RegisterType attribute)
Fmov (class in slothy.targets.aarch64.aarch64_neon)
fmov_0 (class in slothy.targets.aarch64.aarch64_neon)
fmov_0_force_output (class in slothy.targets.aarch64.aarch64_neon)
fmov_0_parsing_cb() (in module slothy.targets.aarch64.aarch64_neon)
fmov_1 (class in slothy.targets.aarch64.aarch64_neon)
fmov_1_force_output (class in slothy.targets.aarch64.aarch64_neon)
fmov_1_parsing_cb() (in module slothy.targets.aarch64.aarch64_neon)
force_early() (slothy.core.core.SlothyBase method)
forward() (slothy.helper.DeferHandler method)
forward_to_file() (slothy.helper.DeferHandler method)
FPR (slothy.targets.arm_v7m.arch_v7m.RegisterType attribute)
FPU (slothy.targets.arm_v7m.cortex_m7.ExecutionUnit attribute)
from_string() (slothy.targets.aarch64.aarch64_neon.RegisterType static method)
(slothy.targets.arm_v7m.arch_v7m.RegisterType static method)
(slothy.targets.arm_v81m.arch_v81m.RegisterType method)
functional_only (slothy.core.config.Config.Constraints property)
fusion_loop() (slothy.core.slothy.Slothy method)
fusion_region() (slothy.core.slothy.Slothy method)
G
get_arch() (slothy.targets.query.Archery static method)
get_fully_unrolled_loop() (slothy.core.core.Result method)
get_input_from_output() (slothy.core.slothy.Slothy method)
get_inst_pairs() (slothy.core.core.SlothyBase method)
get_inverse_throughput() (in module slothy.targets.aarch64.aarch64_big_experimental)
(in module slothy.targets.aarch64.apple_m1_firestorm_experimental)
(in module slothy.targets.aarch64.apple_m1_icestorm_experimental)
(in module slothy.targets.aarch64.cortex_a55)
(in module slothy.targets.aarch64.cortex_a72_frontend)
(in module slothy.targets.aarch64.neoverse_n1_experimental)
(in module slothy.targets.arm_v7m.cortex_m4)
(in module slothy.targets.arm_v7m.cortex_m7)
(in module slothy.targets.arm_v81m.cortex_m55r1)
(in module slothy.targets.arm_v81m.cortex_m85r1)
(in module slothy.targets.arm_v81m.helium_experimental)
get_latency() (in module slothy.targets.aarch64.aarch64_big_experimental)
(in module slothy.targets.aarch64.apple_m1_firestorm_experimental)
(in module slothy.targets.aarch64.apple_m1_icestorm_experimental)
(in module slothy.targets.aarch64.cortex_a55)
(in module slothy.targets.aarch64.cortex_a72_frontend)
(in module slothy.targets.aarch64.neoverse_n1_experimental)
(in module slothy.targets.arm_v7m.cortex_m4)
(in module slothy.targets.arm_v7m.cortex_m7)
(in module slothy.targets.arm_v81m.cortex_m55r1)
(in module slothy.targets.arm_v81m.cortex_m85r1)
(in module slothy.targets.arm_v81m.helium_experimental)
get_loop_input_output() (slothy.core.slothy.Slothy method)
get_min_max_objective() (in module slothy.targets.aarch64.aarch64_big_experimental)
(in module slothy.targets.aarch64.apple_m1_firestorm_experimental)
(in module slothy.targets.aarch64.apple_m1_icestorm_experimental)
(in module slothy.targets.aarch64.cortex_a55)
(in module slothy.targets.aarch64.cortex_a72_frontend)
(in module slothy.targets.aarch64.neoverse_n1_experimental)
(in module slothy.targets.arm_v7m.cortex_m4)
(in module slothy.targets.arm_v7m.cortex_m7)
(in module slothy.targets.arm_v81m.cortex_m55r1)
(in module slothy.targets.arm_v81m.cortex_m85r1)
(in module slothy.targets.arm_v81m.helium_experimental)
get_original_source_as_string() (slothy.core.slothy.Slothy method)
get_parser() (slothy.targets.aarch64.aarch64_neon.AArch64Instruction static method)
(slothy.targets.arm_v7m.arch_v7m.Armv7mInstruction static method)
get_periodic_reordering() (slothy.core.core.Result method)
get_periodic_reordering_inv() (slothy.core.core.Result method)
get_periodic_reordering_with_bubbles() (slothy.core.core.Result method)
get_periodic_reordering_with_bubbles_inv() (slothy.core.core.Result method)
get_reordering() (slothy.core.core.Result method)
get_reordering_with_bubbles() (slothy.core.core.Result method)
get_source_as_string() (slothy.core.slothy.Slothy method)
get_target() (slothy.targets.query.Archery static method)
get_type() (slothy.core.dataflow.InstructionInOut method)
(slothy.core.dataflow.InstructionOutput method)
(slothy.core.dataflow.RegisterSource method)
get_units() (in module slothy.targets.aarch64.aarch64_big_experimental)
(in module slothy.targets.aarch64.apple_m1_firestorm_experimental)
(in module slothy.targets.aarch64.apple_m1_icestorm_experimental)
(in module slothy.targets.aarch64.cortex_a55)
(in module slothy.targets.aarch64.cortex_a72_frontend)
(in module slothy.targets.aarch64.neoverse_n1_experimental)
(in module slothy.targets.arm_v7m.cortex_m4)
(in module slothy.targets.arm_v7m.cortex_m7)
(in module slothy.targets.arm_v81m.cortex_m55r1)
(in module slothy.targets.arm_v81m.cortex_m85r1)
(in module slothy.targets.arm_v81m.helium_experimental)
get_unrolled_kernel() (slothy.core.core.Result method)
global_fusion_cb() (slothy.targets.aarch64.aarch64_neon.Instruction method)
(slothy.targets.arm_v7m.arch_v7m.Instruction method)
global_parsing_cb() (slothy.targets.aarch64.aarch64_neon.Instruction method)
(slothy.targets.arm_v7m.arch_v7m.Instruction method)
(slothy.targets.arm_v81m.arch_v81m.Instruction method)
global_selftest() (slothy.core.slothy.Slothy method)
GPR (slothy.targets.aarch64.aarch64_neon.RegisterType attribute)
(slothy.targets.arm_v7m.arch_v7m.RegisterType attribute)
(slothy.targets.arm_v81m.arch_v81m.RegisterType attribute)
H
halving_heuristic (slothy.core.config.Config.SoftwarePipelining property)
halving_heuristic_periodic (slothy.core.config.Config.SoftwarePipelining property)
halving_heuristic_split_only (slothy.core.config.Config.SoftwarePipelining property)
has_min_max_objective() (in module slothy.targets.aarch64.aarch64_big_experimental)
(in module slothy.targets.aarch64.apple_m1_firestorm_experimental)
(in module slothy.targets.aarch64.apple_m1_icestorm_experimental)
(in module slothy.targets.aarch64.cortex_a55)
(in module slothy.targets.aarch64.cortex_a72_frontend)
(in module slothy.targets.aarch64.neoverse_n1_experimental)
(in module slothy.targets.arm_v7m.cortex_m4)
(in module slothy.targets.arm_v7m.cortex_m7)
(in module slothy.targets.arm_v81m.cortex_m55r1)
(in module slothy.targets.arm_v81m.cortex_m85r1)
(in module slothy.targets.arm_v81m.helium_experimental)
has_objective (slothy.core.config.Config property)
has_symbolic_registers() (slothy.core.dataflow.DataFlowGraph method)
has_text() (slothy.helper.SourceLine method)
Heuristics (class in slothy.core.heuristics)
HINT (slothy.targets.aarch64.aarch64_neon.RegisterType attribute)
(slothy.targets.arm_v7m.arch_v7m.RegisterType attribute)
hints (slothy.core.config.Config property)
I
I() (slothy.targets.aarch64.aarch64_big_experimental.ExecutionUnit method)
(slothy.targets.aarch64.apple_m1_firestorm_experimental.ExecutionUnit method)
(slothy.targets.aarch64.apple_m1_icestorm_experimental.ExecutionUnit method)
(slothy.targets.aarch64.neoverse_n1_experimental.ExecutionUnit class method)
if_equal() (slothy.targets.aarch64.aarch64_neon.Branch static method)
(slothy.targets.arm_v7m.arch_v7m.Branch static method)
if_greater_equal() (slothy.targets.aarch64.aarch64_neon.Branch static method)
(slothy.targets.arm_v7m.arch_v7m.Branch static method)
ignore_objective (slothy.core.config.Config property)
ignore_tags (slothy.core.config.Config property)
in_outs (slothy.targets.aarch64.aarch64_neon.aese attribute)
(slothy.targets.aarch64.aarch64_neon.aese_x4 attribute)
(slothy.targets.aarch64.aarch64_neon.aesr attribute)
(slothy.targets.aarch64.aarch64_neon.aesr_x2 attribute)
(slothy.targets.aarch64.aarch64_neon.aesr_x4 attribute)
(slothy.targets.aarch64.aarch64_neon.bfi attribute)
(slothy.targets.aarch64.aarch64_neon.fmov_0 attribute)
(slothy.targets.aarch64.aarch64_neon.fmov_1 attribute)
(slothy.targets.aarch64.aarch64_neon.ld2_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.ld3_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.ld4_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.mov_b00 attribute)
(slothy.targets.aarch64.aarch64_neon.mov_d01 attribute)
(slothy.targets.aarch64.aarch64_neon.mov_xtov_d attribute)
(slothy.targets.aarch64.aarch64_neon.mov_xtov_d_xzr attribute)
(slothy.targets.aarch64.aarch64_neon.movk_imm attribute)
(slothy.targets.aarch64.aarch64_neon.q_ld1_with_postinc attribute)
(slothy.targets.aarch64.aarch64_neon.q_ld2_lane_post_inc attribute)
(slothy.targets.aarch64.aarch64_neon.q_ld2_lane_post_inc_force_output attribute)
(slothy.targets.aarch64.aarch64_neon.q_ldp_with_postinc attribute)
(slothy.targets.aarch64.aarch64_neon.q_ldr_with_inc_writeback attribute)
(slothy.targets.aarch64.aarch64_neon.q_ldr_with_postinc attribute)
(slothy.targets.aarch64.aarch64_neon.q_stp_with_postinc attribute)
(slothy.targets.aarch64.aarch64_neon.q_str_with_inc_writeback attribute)
(slothy.targets.aarch64.aarch64_neon.q_str_with_postinc attribute)
(slothy.targets.aarch64.aarch64_neon.st2_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.st3_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.st4_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.vbif attribute)
(slothy.targets.aarch64.aarch64_neon.vins_d attribute)
(slothy.targets.aarch64.aarch64_neon.vmla attribute)
(slothy.targets.aarch64.aarch64_neon.vmla_lane attribute)
(slothy.targets.aarch64.aarch64_neon.vmlal attribute)
(slothy.targets.aarch64.aarch64_neon.vmls attribute)
(slothy.targets.aarch64.aarch64_neon.vmls_lane attribute)
(slothy.targets.aarch64.aarch64_neon.vshli attribute)
(slothy.targets.aarch64.aarch64_neon.vsmlal attribute)
(slothy.targets.aarch64.aarch64_neon.vsmlal2 attribute)
(slothy.targets.aarch64.aarch64_neon.vusra attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_inc_writeback attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_postinc_writeback attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldr_with_postinc attribute)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_inc_writeback attribute)
(slothy.targets.aarch64.aarch64_neon.x_str_postinc attribute)
(slothy.targets.arm_v7m.arch_v7m.add_imm_short attribute)
(slothy.targets.arm_v7m.arch_v7m.add_short attribute)
(slothy.targets.arm_v7m.arch_v7m.eor_short attribute)
(slothy.targets.arm_v7m.arch_v7m.eors_short attribute)
(slothy.targets.arm_v7m.arch_v7m.ldm_interval_inc_writeback attribute)
(slothy.targets.arm_v7m.arch_v7m.ldr_with_inc_writeback attribute)
(slothy.targets.arm_v7m.arch_v7m.ldr_with_postinc attribute)
(slothy.targets.arm_v7m.arch_v7m.ldrb_with_postinc attribute)
(slothy.targets.arm_v7m.arch_v7m.ldrd_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.ldrd_with_postinc attribute)
(slothy.targets.arm_v7m.arch_v7m.ldrh_with_postinc attribute)
(slothy.targets.arm_v7m.arch_v7m.movt_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.mul_short attribute)
(slothy.targets.arm_v7m.arch_v7m.neg_short attribute)
(slothy.targets.arm_v7m.arch_v7m.ror_short attribute)
(slothy.targets.arm_v7m.arch_v7m.rors_short attribute)
(slothy.targets.arm_v7m.arch_v7m.smlal attribute)
(slothy.targets.arm_v7m.arch_v7m.stm_interval_inc_writeback attribute)
(slothy.targets.arm_v7m.arch_v7m.str_with_postinc attribute)
(slothy.targets.arm_v7m.arch_v7m.strh_with_postinc attribute)
(slothy.targets.arm_v7m.arch_v7m.sub_imm_short attribute)
(slothy.targets.arm_v7m.arch_v7m.sub_short attribute)
(slothy.targets.arm_v7m.arch_v7m.subs_imm_short attribute)
(slothy.targets.arm_v7m.arch_v7m.vldm_interval_inc_writeback attribute)
(slothy.targets.arm_v7m.arch_v7m.vldr_with_postinc attribute)
indentation (slothy.helper.SourceLine property)
inherit_comments() (slothy.helper.SourceLine method)
inherit_macro_comments (slothy.core.config.Config property)
inherit_tags() (slothy.helper.SourceLine method)
input_by_name (slothy.core.dataflow.DataFlowGraph property)
input_renamings (slothy.core.core.Result property)
inputs (slothy.core.core.Result property)
(slothy.core.dataflow.DataFlowGraph property)
(slothy.targets.aarch64.aarch64_neon.adc attribute)
(slothy.targets.aarch64.aarch64_neon.adc_zero_l attribute)
(slothy.targets.aarch64.aarch64_neon.adc_zero_r attribute)
(slothy.targets.aarch64.aarch64_neon.adcs attribute)
(slothy.targets.aarch64.aarch64_neon.adcs_to_zero attribute)
(slothy.targets.aarch64.aarch64_neon.adcs_zero_l attribute)
(slothy.targets.aarch64.aarch64_neon.adcs_zero_r attribute)
(slothy.targets.aarch64.aarch64_neon.adcs_zero_r_to_zero attribute)
(slothy.targets.aarch64.aarch64_neon.add attribute)
(slothy.targets.aarch64.aarch64_neon.add2 attribute)
(slothy.targets.aarch64.aarch64_neon.add_asr attribute)
(slothy.targets.aarch64.aarch64_neon.add_imm attribute)
(slothy.targets.aarch64.aarch64_neon.add_imm_lsl attribute)
(slothy.targets.aarch64.aarch64_neon.add_lsl attribute)
(slothy.targets.aarch64.aarch64_neon.add_lsr attribute)
(slothy.targets.aarch64.aarch64_neon.add_w_imm attribute)
(slothy.targets.aarch64.aarch64_neon.adds attribute)
(slothy.targets.aarch64.aarch64_neon.adds_imm_to_zero attribute)
(slothy.targets.aarch64.aarch64_neon.adds_lsl attribute)
(slothy.targets.aarch64.aarch64_neon.adds_lsr attribute)
(slothy.targets.aarch64.aarch64_neon.adds_to_zero attribute)
(slothy.targets.aarch64.aarch64_neon.adds_twoarg attribute)
(slothy.targets.aarch64.aarch64_neon.aese attribute)
(slothy.targets.aarch64.aarch64_neon.aese_x4 attribute)
(slothy.targets.aarch64.aarch64_neon.aesmc attribute)
(slothy.targets.aarch64.aarch64_neon.aesr attribute)
(slothy.targets.aarch64.aarch64_neon.aesr_x2 attribute)
(slothy.targets.aarch64.aarch64_neon.aesr_x4 attribute)
(slothy.targets.aarch64.aarch64_neon.and_imm attribute)
(slothy.targets.aarch64.aarch64_neon.and_imm_wform attribute)
(slothy.targets.aarch64.aarch64_neon.and_twoarg attribute)
(slothy.targets.aarch64.aarch64_neon.ands_imm attribute)
(slothy.targets.aarch64.aarch64_neon.ands_xzr_imm attribute)
(slothy.targets.aarch64.aarch64_neon.asr attribute)
(slothy.targets.aarch64.aarch64_neon.asr_wform attribute)
(slothy.targets.aarch64.aarch64_neon.bfi attribute)
(slothy.targets.aarch64.aarch64_neon.bic attribute)
(slothy.targets.aarch64.aarch64_neon.ccmp attribute)
(slothy.targets.aarch64.aarch64_neon.ccmp_xzr attribute)
(slothy.targets.aarch64.aarch64_neon.cinc attribute)
(slothy.targets.aarch64.aarch64_neon.cinv attribute)
(slothy.targets.aarch64.aarch64_neon.cmge attribute)
(slothy.targets.aarch64.aarch64_neon.cmn attribute)
(slothy.targets.aarch64.aarch64_neon.cmn_imm attribute)
(slothy.targets.aarch64.aarch64_neon.cmp attribute)
(slothy.targets.aarch64.aarch64_neon.cmp_imm attribute)
(slothy.targets.aarch64.aarch64_neon.cmp_xzr attribute)
(slothy.targets.aarch64.aarch64_neon.cmp_xzr2 attribute)
(slothy.targets.aarch64.aarch64_neon.cneg attribute)
(slothy.targets.aarch64.aarch64_neon.csel_ne attribute)
(slothy.targets.aarch64.aarch64_neon.csel_xzr2_ne attribute)
(slothy.targets.aarch64.aarch64_neon.csel_xzr_ne attribute)
(slothy.targets.aarch64.aarch64_neon.d_stp_stack_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.d_str_stack_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.eor attribute)
(slothy.targets.aarch64.aarch64_neon.eor_wform attribute)
(slothy.targets.aarch64.aarch64_neon.extr attribute)
(slothy.targets.aarch64.aarch64_neon.fmov_0 attribute)
(slothy.targets.aarch64.aarch64_neon.fmov_0_force_output attribute)
(slothy.targets.aarch64.aarch64_neon.fmov_1 attribute)
(slothy.targets.aarch64.aarch64_neon.fmov_1_force_output attribute)
(slothy.targets.aarch64.aarch64_neon.ld2_base attribute)
(slothy.targets.aarch64.aarch64_neon.ld3_base attribute)
(slothy.targets.aarch64.aarch64_neon.ld4_base attribute)
(slothy.targets.aarch64.aarch64_neon.ldr_const attribute)
(slothy.targets.aarch64.aarch64_neon.ldr_sxtw_wform attribute)
(slothy.targets.aarch64.aarch64_neon.lsl attribute)
(slothy.targets.aarch64.aarch64_neon.lsr attribute)
(slothy.targets.aarch64.aarch64_neon.lsr_variable attribute)
(slothy.targets.aarch64.aarch64_neon.lsr_wform attribute)
(slothy.targets.aarch64.aarch64_neon.madd_xform attribute)
(slothy.targets.aarch64.aarch64_neon.mneg_xform attribute)
(slothy.targets.aarch64.aarch64_neon.mov attribute)
(slothy.targets.aarch64.aarch64_neon.mov_b00 attribute)
(slothy.targets.aarch64.aarch64_neon.mov_d attribute)
(slothy.targets.aarch64.aarch64_neon.mov_d01 attribute)
(slothy.targets.aarch64.aarch64_neon.mov_imm attribute)
(slothy.targets.aarch64.aarch64_neon.mov_xform attribute)
(slothy.targets.aarch64.aarch64_neon.mov_xtov_d attribute)
(slothy.targets.aarch64.aarch64_neon.movk_imm attribute)
(slothy.targets.aarch64.aarch64_neon.msub_xform attribute)
(slothy.targets.aarch64.aarch64_neon.mul_wform attribute)
(slothy.targets.aarch64.aarch64_neon.mul_xform attribute)
(slothy.targets.aarch64.aarch64_neon.mvn_xzr attribute)
(slothy.targets.aarch64.aarch64_neon.neg attribute)
(slothy.targets.aarch64.aarch64_neon.negs attribute)
(slothy.targets.aarch64.aarch64_neon.ngc_zero attribute)
(slothy.targets.aarch64.aarch64_neon.ngcs attribute)
(slothy.targets.aarch64.aarch64_neon.ngcs_zero attribute)
(slothy.targets.aarch64.aarch64_neon.orr attribute)
(slothy.targets.aarch64.aarch64_neon.orr_imm attribute)
(slothy.targets.aarch64.aarch64_neon.orr_shifted attribute)
(slothy.targets.aarch64.aarch64_neon.orr_w attribute)
(slothy.targets.aarch64.aarch64_neon.pmull1_q attribute)
(slothy.targets.aarch64.aarch64_neon.pmull2_q attribute)
(slothy.targets.aarch64.aarch64_neon.prefetch attribute)
(slothy.targets.aarch64.aarch64_neon.q_ld1 attribute)
(slothy.targets.aarch64.aarch64_neon.q_ld1_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.q_ldp_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.q_ldr attribute)
(slothy.targets.aarch64.aarch64_neon.q_ldr_with_imm_hint attribute)
(slothy.targets.aarch64.aarch64_neon.q_ldr_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.q_stp_stack_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.q_stp_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.q_stp_with_postinc attribute)
(slothy.targets.aarch64.aarch64_neon.q_str attribute)
(slothy.targets.aarch64.aarch64_neon.q_str_stack_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.q_str_with_imm_hint attribute)
(slothy.targets.aarch64.aarch64_neon.q_str_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.q_str_with_inc_writeback attribute)
(slothy.targets.aarch64.aarch64_neon.q_str_with_postinc attribute)
(slothy.targets.aarch64.aarch64_neon.rev32 attribute)
(slothy.targets.aarch64.aarch64_neon.rev64 attribute)
(slothy.targets.aarch64.aarch64_neon.rev_w attribute)
(slothy.targets.aarch64.aarch64_neon.sbc attribute)
(slothy.targets.aarch64.aarch64_neon.sbc_zero_r attribute)
(slothy.targets.aarch64.aarch64_neon.sbcs attribute)
(slothy.targets.aarch64.aarch64_neon.sbcs_to_zero attribute)
(slothy.targets.aarch64.aarch64_neon.sbcs_zero attribute)
(slothy.targets.aarch64.aarch64_neon.sbcs_zero_to_zero attribute)
(slothy.targets.aarch64.aarch64_neon.sbfx attribute)
(slothy.targets.aarch64.aarch64_neon.smulh_xform attribute)
(slothy.targets.aarch64.aarch64_neon.st2_base attribute)
(slothy.targets.aarch64.aarch64_neon.st2_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.st3_base attribute)
(slothy.targets.aarch64.aarch64_neon.st3_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.st4_base attribute)
(slothy.targets.aarch64.aarch64_neon.st4_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.sub attribute)
(slothy.targets.aarch64.aarch64_neon.sub_imm attribute)
(slothy.targets.aarch64.aarch64_neon.subs_imm attribute)
(slothy.targets.aarch64.aarch64_neon.subs_twoarg attribute)
(slothy.targets.aarch64.aarch64_neon.subs_wform attribute)
(slothy.targets.aarch64.aarch64_neon.trn1 attribute)
(slothy.targets.aarch64.aarch64_neon.trn2 attribute)
(slothy.targets.aarch64.aarch64_neon.tst_imm_xform attribute)
(slothy.targets.aarch64.aarch64_neon.tst_wform attribute)
(slothy.targets.aarch64.aarch64_neon.tst_xform attribute)
(slothy.targets.aarch64.aarch64_neon.uaddlp attribute)
(slothy.targets.aarch64.aarch64_neon.umaddl_wform attribute)
(slothy.targets.aarch64.aarch64_neon.umov_d attribute)
(slothy.targets.aarch64.aarch64_neon.umulh_xform attribute)
(slothy.targets.aarch64.aarch64_neon.umull_wform attribute)
(slothy.targets.aarch64.aarch64_neon.vadd attribute)
(slothy.targets.aarch64.aarch64_neon.vand attribute)
(slothy.targets.aarch64.aarch64_neon.vbic attribute)
(slothy.targets.aarch64.aarch64_neon.vbif attribute)
(slothy.targets.aarch64.aarch64_neon.vdup attribute)
(slothy.targets.aarch64.aarch64_neon.veor attribute)
(slothy.targets.aarch64.aarch64_neon.veor3 attribute)
(slothy.targets.aarch64.aarch64_neon.vext attribute)
(slothy.targets.aarch64.aarch64_neon.vins_d attribute)
(slothy.targets.aarch64.aarch64_neon.vins_d_force_output attribute)
(slothy.targets.aarch64.aarch64_neon.vmla attribute)
(slothy.targets.aarch64.aarch64_neon.vmla_lane attribute)
(slothy.targets.aarch64.aarch64_neon.vmlal attribute)
(slothy.targets.aarch64.aarch64_neon.vmls attribute)
(slothy.targets.aarch64.aarch64_neon.vmls_lane attribute)
(slothy.targets.aarch64.aarch64_neon.vmov attribute)
(slothy.targets.aarch64.aarch64_neon.vmov_d attribute)
(slothy.targets.aarch64.aarch64_neon.vmul attribute)
(slothy.targets.aarch64.aarch64_neon.vmul_lane attribute)
(slothy.targets.aarch64.aarch64_neon.vmull attribute)
(slothy.targets.aarch64.aarch64_neon.vmull2 attribute)
(slothy.targets.aarch64.aarch64_neon.vqdmulh_lane attribute)
(slothy.targets.aarch64.aarch64_neon.vqrdmulh attribute)
(slothy.targets.aarch64.aarch64_neon.vqrdmulh_lane attribute)
(slothy.targets.aarch64.aarch64_neon.vshl attribute)
(slothy.targets.aarch64.aarch64_neon.vshl_d attribute)
(slothy.targets.aarch64.aarch64_neon.vshli attribute)
(slothy.targets.aarch64.aarch64_neon.vshrn attribute)
(slothy.targets.aarch64.aarch64_neon.vsmlal attribute)
(slothy.targets.aarch64.aarch64_neon.vsmlal2 attribute)
(slothy.targets.aarch64.aarch64_neon.vsmull attribute)
(slothy.targets.aarch64.aarch64_neon.vsmull2 attribute)
(slothy.targets.aarch64.aarch64_neon.vsrshr attribute)
(slothy.targets.aarch64.aarch64_neon.vsshr attribute)
(slothy.targets.aarch64.aarch64_neon.vsub attribute)
(slothy.targets.aarch64.aarch64_neon.vurshr attribute)
(slothy.targets.aarch64.aarch64_neon.vushr attribute)
(slothy.targets.aarch64.aarch64_neon.vusra attribute)
(slothy.targets.aarch64.aarch64_neon.vuxtl attribute)
(slothy.targets.aarch64.aarch64_neon.vuzp1 attribute)
(slothy.targets.aarch64.aarch64_neon.vuzp2 attribute)
(slothy.targets.aarch64.aarch64_neon.vxtn attribute)
(slothy.targets.aarch64.aarch64_neon.vzip1 attribute)
(slothy.targets.aarch64.aarch64_neon.vzip2 attribute)
(slothy.targets.aarch64.aarch64_neon.w_stp_with_imm_sp attribute)
(slothy.targets.aarch64.aarch64_neon.w_str_imm attribute)
(slothy.targets.aarch64.aarch64_neon.w_str_sp_imm attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp_sp_with_imm_hint attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp_sp_with_imm_hint2 attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_imm_hint attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_imm_hint2 attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldr attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldr_imm_with_hint attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldr_stack_imm_with_hint attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldr_with_imm attribute)
(slothy.targets.aarch64.aarch64_neon.x_stp attribute)
(slothy.targets.aarch64.aarch64_neon.x_stp_sp_with_imm_hint attribute)
(slothy.targets.aarch64.aarch64_neon.x_stp_sp_with_imm_hint2 attribute)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_imm_hint attribute)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_imm_hint2 attribute)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_imm_sp attribute)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_imm_xzr_sp attribute)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_inc_writeback attribute)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_sp attribute)
(slothy.targets.aarch64.aarch64_neon.x_str attribute)
(slothy.targets.aarch64.aarch64_neon.x_str_imm attribute)
(slothy.targets.aarch64.aarch64_neon.x_str_imm_hint attribute)
(slothy.targets.aarch64.aarch64_neon.x_str_postinc attribute)
(slothy.targets.aarch64.aarch64_neon.x_str_sp_imm attribute)
(slothy.targets.aarch64.aarch64_neon.x_str_sp_imm_hint attribute)
(slothy.targets.arm_v7m.arch_v7m.add attribute)
(slothy.targets.arm_v7m.arch_v7m.add_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.add_shifted attribute)
(slothy.targets.arm_v7m.arch_v7m.add_short attribute)
(slothy.targets.arm_v7m.arch_v7m.adds attribute)
(slothy.targets.arm_v7m.arch_v7m.asr attribute)
(slothy.targets.arm_v7m.arch_v7m.asrs attribute)
(slothy.targets.arm_v7m.arch_v7m.bic attribute)
(slothy.targets.arm_v7m.arch_v7m.bic_shifted attribute)
(slothy.targets.arm_v7m.arch_v7m.bics attribute)
(slothy.targets.arm_v7m.arch_v7m.cmp attribute)
(slothy.targets.arm_v7m.arch_v7m.cmp_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.eor attribute)
(slothy.targets.arm_v7m.arch_v7m.eor_shifted attribute)
(slothy.targets.arm_v7m.arch_v7m.eor_short attribute)
(slothy.targets.arm_v7m.arch_v7m.eors attribute)
(slothy.targets.arm_v7m.arch_v7m.eors_short attribute)
(slothy.targets.arm_v7m.arch_v7m.ldm_interval attribute)
(slothy.targets.arm_v7m.arch_v7m.ldr attribute)
(slothy.targets.arm_v7m.arch_v7m.ldr_with_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.ldr_with_imm_stack attribute)
(slothy.targets.arm_v7m.arch_v7m.ldrb_with_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.ldrh_with_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.log_and attribute)
(slothy.targets.arm_v7m.arch_v7m.log_and_shifted attribute)
(slothy.targets.arm_v7m.arch_v7m.log_or attribute)
(slothy.targets.arm_v7m.arch_v7m.log_or_shifted attribute)
(slothy.targets.arm_v7m.arch_v7m.lsl attribute)
(slothy.targets.arm_v7m.arch_v7m.mla attribute)
(slothy.targets.arm_v7m.arch_v7m.mls attribute)
(slothy.targets.arm_v7m.arch_v7m.mul attribute)
(slothy.targets.arm_v7m.arch_v7m.mul_short attribute)
(slothy.targets.arm_v7m.arch_v7m.neg_short attribute)
(slothy.targets.arm_v7m.arch_v7m.pkhbt attribute)
(slothy.targets.arm_v7m.arch_v7m.pkhbt_shifted attribute)
(slothy.targets.arm_v7m.arch_v7m.pkhtb attribute)
(slothy.targets.arm_v7m.arch_v7m.ror attribute)
(slothy.targets.arm_v7m.arch_v7m.sadd16 attribute)
(slothy.targets.arm_v7m.arch_v7m.smlabb attribute)
(slothy.targets.arm_v7m.arch_v7m.smlabt attribute)
(slothy.targets.arm_v7m.arch_v7m.smlad attribute)
(slothy.targets.arm_v7m.arch_v7m.smladx attribute)
(slothy.targets.arm_v7m.arch_v7m.smlal attribute)
(slothy.targets.arm_v7m.arch_v7m.smlatb attribute)
(slothy.targets.arm_v7m.arch_v7m.smlatt attribute)
(slothy.targets.arm_v7m.arch_v7m.smmulr attribute)
(slothy.targets.arm_v7m.arch_v7m.smuad attribute)
(slothy.targets.arm_v7m.arch_v7m.smuadx attribute)
(slothy.targets.arm_v7m.arch_v7m.smulbb attribute)
(slothy.targets.arm_v7m.arch_v7m.smull attribute)
(slothy.targets.arm_v7m.arch_v7m.smultb attribute)
(slothy.targets.arm_v7m.arch_v7m.smultt attribute)
(slothy.targets.arm_v7m.arch_v7m.smulwb attribute)
(slothy.targets.arm_v7m.arch_v7m.smulwt attribute)
(slothy.targets.arm_v7m.arch_v7m.ssub16 attribute)
(slothy.targets.arm_v7m.arch_v7m.str_no_off attribute)
(slothy.targets.arm_v7m.arch_v7m.str_with_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.str_with_imm_stack attribute)
(slothy.targets.arm_v7m.arch_v7m.str_with_postinc attribute)
(slothy.targets.arm_v7m.arch_v7m.strh_with_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.strh_with_postinc attribute)
(slothy.targets.arm_v7m.arch_v7m.sub attribute)
(slothy.targets.arm_v7m.arch_v7m.sub_shifted attribute)
(slothy.targets.arm_v7m.arch_v7m.sub_short attribute)
(slothy.targets.arm_v7m.arch_v7m.subs_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.uadd16 attribute)
(slothy.targets.arm_v7m.arch_v7m.ubfx_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.usub16 attribute)
(slothy.targets.arm_v7m.arch_v7m.vldr_with_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.vmov_gpr attribute)
(slothy.targets.arm_v7m.arch_v7m.vmov_gpr2 attribute)
(slothy.targets.arm_v7m.arch_v7m.vmov_gpr2_dual attribute)
inputs_are_outputs (slothy.core.config.Config property)
(slothy.core.dataflow.Config property)
inputs_typed (slothy.core.dataflow.DataFlowGraph property)
Instruction (class in slothy.targets.aarch64.aarch64_neon)
(class in slothy.targets.arm_v7m.arch_v7m)
(class in slothy.targets.arm_v81m.arch_v81m)
InstructionInOut (class in slothy.core.dataflow)
InstructionOutput (class in slothy.core.dataflow)
INT() (slothy.targets.aarch64.cortex_a72_frontend.ExecutionUnit class method)
INT0 (slothy.targets.aarch64.cortex_a72_frontend.ExecutionUnit attribute)
INT1 (slothy.targets.aarch64.cortex_a72_frontend.ExecutionUnit attribute)
InvalidConfig
inverse_throughput (in module slothy.targets.aarch64.aarch64_big_experimental)
(in module slothy.targets.aarch64.apple_m1_firestorm_experimental)
(in module slothy.targets.aarch64.apple_m1_icestorm_experimental)
(in module slothy.targets.aarch64.cortex_a55)
(in module slothy.targets.aarch64.cortex_a72_frontend)
(in module slothy.targets.aarch64.neoverse_n1_experimental)
(in module slothy.targets.arm_v7m.cortex_m4)
(in module slothy.targets.arm_v7m.cortex_m7)
(in module slothy.targets.arm_v81m.cortex_m55r1)
(in module slothy.targets.arm_v81m.cortex_m85r1)
(in module slothy.targets.arm_v81m.helium_experimental)
ipc (slothy.core.core.Result property)
ipc_bound (slothy.core.core.Result property)
is_alignment_directive() (slothy.helper.AsmHelper static method)
is_allocation() (slothy.helper.AsmAllocation static method)
is_allocation_directive() (slothy.helper.AsmHelper static method)
is_core() (slothy.core.core.Result method)
is_deallocation() (slothy.helper.AsmAllocation static method)
is_dform_form_of() (in module slothy.targets.aarch64.aarch64_neon)
is_dt_form_of() (in module slothy.targets.aarch64.aarch64_neon)
is_else() (slothy.helper.AsmIfElse static method)
is_endif() (slothy.helper.AsmIfElse static method)
is_escaped (slothy.helper.SourceLine property)
is_if() (slothy.helper.AsmIfElse static method)
is_ldr() (slothy.targets.arm_v7m.arch_v7m.Instruction method)
is_load() (slothy.targets.aarch64.aarch64_neon.Instruction method)
(slothy.targets.arm_v7m.arch_v7m.Instruction method)
(slothy.targets.arm_v81m.arch_v81m.Instruction method)
is_load_store_instruction() (slothy.targets.aarch64.aarch64_neon.Instruction method)
(slothy.targets.arm_v7m.arch_v7m.Instruction method)
(slothy.targets.arm_v81m.arch_v81m.Instruction method)
is_neon_instruction() (in module slothy.targets.aarch64.aarch64_neon)
is_not_virtual() (slothy.core.dataflow.ComputationNode method)
is_permutation() (slothy.helper.Permutation static method)
is_post() (slothy.core.core.Result method)
is_pre() (slothy.core.core.Result method)
is_q_form_vector_instruction() (slothy.targets.aarch64.aarch64_neon.Instruction method)
is_qform_form_of() (in module slothy.targets.aarch64.aarch64_neon)
is_renamed() (slothy.targets.aarch64.aarch64_neon.RegisterType static method)
(slothy.targets.arm_v7m.arch_v7m.RegisterType static method)
(slothy.targets.arm_v81m.arch_v81m.RegisterType static method)
is_scalar_load() (slothy.targets.aarch64.aarch64_neon.Instruction method)
(slothy.targets.arm_v81m.arch_v81m.Instruction method)
is_scalar_store() (slothy.targets.aarch64.aarch64_neon.Instruction method)
is_source() (slothy.helper.SourceLine static method)
is_source_line() (slothy.helper.SourceLine static method)
is_stack_load() (slothy.targets.arm_v81m.arch_v81m.Instruction method)
is_stack_store() (slothy.targets.arm_v81m.arch_v81m.Instruction method)
is_store() (slothy.targets.aarch64.aarch64_neon.Instruction method)
(slothy.targets.arm_v7m.arch_v7m.Instruction method)
is_vector_load() (slothy.targets.aarch64.aarch64_neon.Instruction method)
(slothy.targets.arm_v81m.arch_v81m.Instruction method)
is_vector_store() (slothy.targets.aarch64.aarch64_neon.Instruction method)
(slothy.targets.arm_v81m.arch_v81m.Instruction method)
is_virtual() (slothy.core.dataflow.ComputationNode method)
is_virtual_input() (slothy.core.dataflow.ComputationNode method)
is_virtual_output() (slothy.core.dataflow.ComputationNode method)
issue_rate (in module slothy.targets.aarch64.aarch64_big_experimental)
(in module slothy.targets.aarch64.apple_m1_firestorm_experimental)
(in module slothy.targets.aarch64.apple_m1_icestorm_experimental)
(in module slothy.targets.aarch64.cortex_a55)
(in module slothy.targets.aarch64.cortex_a72_frontend)
(in module slothy.targets.aarch64.neoverse_n1_experimental)
(in module slothy.targets.arm_v7m.cortex_m4)
(in module slothy.targets.arm_v7m.cortex_m7)
(in module slothy.targets.arm_v81m.cortex_m55r1)
(in module slothy.targets.arm_v81m.cortex_m85r1)
(in module slothy.targets.arm_v81m.helium_experimental)
iter_aarch64_instructions() (in module slothy.targets.aarch64.aarch64_neon)
iter_armv7m_instructions() (in module slothy.targets.arm_v7m.arch_v7m)
iter_dependencies() (slothy.core.dataflow.DataFlowGraph method)
iter_swaps() (slothy.helper.Permutation static method)
K
keep_tags (slothy.core.config.Config property)
kernel (slothy.core.core.Result property)
kernel_input_output (slothy.core.core.Result property)
L
Ld2 (class in slothy.targets.aarch64.aarch64_neon)
ld2_base (class in slothy.targets.aarch64.aarch64_neon)
ld2_with_inc (class in slothy.targets.aarch64.aarch64_neon)
Ld3 (class in slothy.targets.aarch64.aarch64_neon)
ld3_base (class in slothy.targets.aarch64.aarch64_neon)
ld3_with_inc (class in slothy.targets.aarch64.aarch64_neon)
Ld4 (class in slothy.targets.aarch64.aarch64_neon)
ld4_base (class in slothy.targets.aarch64.aarch64_neon)
ld4_with_inc (class in slothy.targets.aarch64.aarch64_neon)
ldm_interval (class in slothy.targets.arm_v7m.arch_v7m)
ldm_interval_inc_writeback (class in slothy.targets.arm_v7m.arch_v7m)
ldm_interval_inc_writeback_splitting_cb() (in module slothy.targets.arm_v7m.arch_v7m)
ldm_interval_splitting_cb() (in module slothy.targets.arm_v7m.arch_v7m)
Ldp_Q (class in slothy.targets.aarch64.aarch64_neon)
Ldp_X (class in slothy.targets.aarch64.aarch64_neon)
ldr (class in slothy.targets.arm_v7m.arch_v7m)
(class in slothy.targets.arm_v81m.arch_v81m)
ldr_const (class in slothy.targets.aarch64.aarch64_neon)
Ldr_Q (class in slothy.targets.aarch64.aarch64_neon)
ldr_sxtw_wform (class in slothy.targets.aarch64.aarch64_neon)
ldr_with_imm (class in slothy.targets.arm_v7m.arch_v7m)
ldr_with_imm_stack (class in slothy.targets.arm_v7m.arch_v7m)
ldr_with_inc_writeback (class in slothy.targets.arm_v7m.arch_v7m)
ldr_with_postinc (class in slothy.targets.arm_v7m.arch_v7m)
Ldr_X (class in slothy.targets.aarch64.aarch64_neon)
ldrb_with_imm (class in slothy.targets.arm_v7m.arch_v7m)
ldrb_with_postinc (class in slothy.targets.arm_v7m.arch_v7m)
Ldrd (class in slothy.targets.arm_v7m.arch_v7m)
ldrd (class in slothy.targets.arm_v81m.arch_v81m)
ldrd_imm (class in slothy.targets.arm_v7m.arch_v7m)
ldrd_imm_splitting_cb() (in module slothy.targets.arm_v7m.arch_v7m)
ldrd_postinc_splitting_cb() (in module slothy.targets.arm_v7m.arch_v7m)
ldrd_with_postinc (class in slothy.targets.arm_v7m.arch_v7m)
ldrh_with_imm (class in slothy.targets.arm_v7m.arch_v7m)
ldrh_with_postinc (class in slothy.targets.arm_v7m.arch_v7m)
LeLoop (class in slothy.targets.arm_v81m.arch_v81m)
linear() (slothy.core.heuristics.Heuristics static method)
list_archs() (slothy.targets.query.Archery static method)
list_registers() (slothy.targets.aarch64.aarch64_neon.RegisterType static method)
(slothy.targets.arm_v7m.arch_v7m.RegisterType static method)
(slothy.targets.arm_v81m.arch_v81m.RegisterType static method)
list_targets() (slothy.targets.query.Archery static method)
LLVM_Mc (class in slothy.helper)
llvm_mc_arch (in module slothy.targets.aarch64.aarch64_neon)
(in module slothy.targets.arm_v7m.arch_v7m)
(in module slothy.targets.arm_v81m.arch_v81m)
llvm_mc_attr (in module slothy.targets.aarch64.aarch64_neon)
(in module slothy.targets.arm_v7m.arch_v7m)
(in module slothy.targets.arm_v81m.arch_v81m)
LLVM_Mc_Error
llvm_mc_output_extract_symbol() (slothy.helper.LLVM_Mc static method)
llvm_mc_output_extract_text_section() (slothy.helper.LLVM_Mc static method)
LLVM_Mca (class in slothy.helper)
llvm_mca_arch (in module slothy.targets.aarch64.aarch64_neon)
(in module slothy.targets.arm_v7m.arch_v7m)
(in module slothy.targets.arm_v81m.arch_v81m)
LLVM_Mca_Error
llvm_mca_full (slothy.core.config.Config property)
llvm_mca_issue_width_overwrite (slothy.core.config.Config property)
llvm_mca_target (in module slothy.targets.aarch64.cortex_a55)
(in module slothy.targets.aarch64.cortex_a72_frontend)
(in module slothy.targets.aarch64.neoverse_n1_experimental)
(in module slothy.targets.arm_v7m.cortex_m4)
(in module slothy.targets.arm_v7m.cortex_m7)
(in module slothy.targets.arm_v81m.cortex_m55r1)
(in module slothy.targets.arm_v81m.cortex_m85r1)
LOAD (slothy.targets.arm_v81m.cortex_m55r1.ExecutionUnit attribute)
(slothy.targets.arm_v81m.cortex_m85r1.ExecutionUnit attribute)
(slothy.targets.arm_v81m.helium_experimental.ExecutionUnit attribute)
LOAD() (slothy.targets.aarch64.apple_m1_firestorm_experimental.ExecutionUnit method)
(slothy.targets.aarch64.apple_m1_icestorm_experimental.ExecutionUnit method)
(slothy.targets.aarch64.cortex_a72_frontend.ExecutionUnit class method)
(slothy.targets.arm_v7m.cortex_m7.ExecutionUnit method)
LOAD0 (slothy.targets.aarch64.cortex_a72_frontend.ExecutionUnit attribute)
(slothy.targets.arm_v7m.cortex_m7.ExecutionUnit attribute)
LOAD1 (slothy.targets.aarch64.cortex_a72_frontend.ExecutionUnit attribute)
(slothy.targets.arm_v7m.cortex_m7.ExecutionUnit attribute)
load_source_from_file() (slothy.core.slothy.Slothy method)
load_source_raw() (slothy.core.slothy.Slothy method)
lock() (slothy.helper.LockAttributes method)
LockAttributes (class in slothy.helper)
locked_registers (slothy.core.config.Config property)
log() (slothy.helper.NestedPrint method)
(slothy.helper.SourceLine static method)
log_and (class in slothy.targets.arm_v7m.arch_v7m)
log_and_shifted (class in slothy.targets.arm_v7m.arch_v7m)
log_or (class in slothy.targets.arm_v7m.arch_v7m)
log_or_shifted (class in slothy.targets.arm_v7m.arch_v7m)
lookup_multidict() (in module slothy.targets.aarch64.aarch64_neon)
(in module slothy.targets.arm_v7m.arch_v7m)
(in module slothy.targets.arm_v81m.arch_v81m)
(in module slothy.targets.arm_v81m.helium_experimental)
Loop (class in slothy.helper)
lsl (class in slothy.targets.aarch64.aarch64_neon)
(class in slothy.targets.arm_v7m.arch_v7m)
lsr (class in slothy.targets.aarch64.aarch64_neon)
lsr_variable (class in slothy.targets.aarch64.aarch64_neon)
lsr_wform (class in slothy.targets.aarch64.aarch64_neon)
LSU() (slothy.targets.aarch64.aarch64_big_experimental.ExecutionUnit method)
(slothy.targets.aarch64.apple_m1_firestorm_experimental.ExecutionUnit method)
(slothy.targets.aarch64.apple_m1_icestorm_experimental.ExecutionUnit method)
(slothy.targets.aarch64.neoverse_n1_experimental.ExecutionUnit class method)
LSU0 (slothy.targets.aarch64.aarch64_big_experimental.ExecutionUnit attribute)
(slothy.targets.aarch64.apple_m1_firestorm_experimental.ExecutionUnit attribute)
(slothy.targets.aarch64.apple_m1_icestorm_experimental.ExecutionUnit attribute)
(slothy.targets.aarch64.neoverse_n1_experimental.ExecutionUnit attribute)
LSU1 (slothy.targets.aarch64.aarch64_big_experimental.ExecutionUnit attribute)
(slothy.targets.aarch64.neoverse_n1_experimental.ExecutionUnit attribute)
LU0 (slothy.targets.aarch64.apple_m1_firestorm_experimental.ExecutionUnit attribute)
(slothy.targets.aarch64.apple_m1_icestorm_experimental.ExecutionUnit attribute)
LU1 (slothy.targets.aarch64.apple_m1_firestorm_experimental.ExecutionUnit attribute)
M
M() (slothy.targets.aarch64.aarch64_big_experimental.ExecutionUnit method)
(slothy.targets.aarch64.apple_m1_firestorm_experimental.ExecutionUnit method)
(slothy.targets.aarch64.apple_m1_icestorm_experimental.ExecutionUnit method)
(slothy.targets.aarch64.neoverse_n1_experimental.ExecutionUnit class method)
MAC (slothy.targets.arm_v7m.cortex_m7.ExecutionUnit attribute)
madd_xform (class in slothy.targets.aarch64.aarch64_neon)
magic_string_end (slothy.helper.CPreprocessor attribute)
magic_string_start (slothy.helper.CPreprocessor attribute)
make() (slothy.targets.aarch64.aarch64_neon.AArch64Instruction class method)
(slothy.targets.aarch64.aarch64_neon.b_ldr_stack_with_inc class method)
(slothy.targets.aarch64.aarch64_neon.d_ldp_sp_imm class method)
(slothy.targets.aarch64.aarch64_neon.d_ldr_stack_with_inc class method)
(slothy.targets.aarch64.aarch64_neon.d_stp_stack_with_inc class method)
(slothy.targets.aarch64.aarch64_neon.d_str_stack_with_inc class method)
(slothy.targets.aarch64.aarch64_neon.fcsel_dform class method)
(slothy.targets.aarch64.aarch64_neon.fmov_0_force_output class method)
(slothy.targets.aarch64.aarch64_neon.fmov_1_force_output class method)
(slothy.targets.aarch64.aarch64_neon.Instruction class method)
(slothy.targets.aarch64.aarch64_neon.ld2_base class method)
(slothy.targets.aarch64.aarch64_neon.ld2_with_inc class method)
(slothy.targets.aarch64.aarch64_neon.ld3_base class method)
(slothy.targets.aarch64.aarch64_neon.ld3_with_inc class method)
(slothy.targets.aarch64.aarch64_neon.ld4_base class method)
(slothy.targets.aarch64.aarch64_neon.ld4_with_inc class method)
(slothy.targets.aarch64.aarch64_neon.prefetch class method)
(slothy.targets.aarch64.aarch64_neon.q_ld1 class method)
(slothy.targets.aarch64.aarch64_neon.q_ld1_with_inc class method)
(slothy.targets.aarch64.aarch64_neon.q_ld1_with_postinc class method)
(slothy.targets.aarch64.aarch64_neon.q_ld2_lane_post_inc class method)
(slothy.targets.aarch64.aarch64_neon.q_ld2_lane_post_inc_force_output class method)
(slothy.targets.aarch64.aarch64_neon.q_ldp_with_inc class method)
(slothy.targets.aarch64.aarch64_neon.q_ldp_with_postinc class method)
(slothy.targets.aarch64.aarch64_neon.q_ldr class method)
(slothy.targets.aarch64.aarch64_neon.q_ldr1_stack class method)
(slothy.targets.aarch64.aarch64_neon.q_ldr_stack_with_inc class method)
(slothy.targets.aarch64.aarch64_neon.q_ldr_with_imm_hint class method)
(slothy.targets.aarch64.aarch64_neon.q_ldr_with_inc class method)
(slothy.targets.aarch64.aarch64_neon.q_ldr_with_inc_writeback class method)
(slothy.targets.aarch64.aarch64_neon.q_ldr_with_postinc class method)
(slothy.targets.aarch64.aarch64_neon.q_stp_stack_with_inc class method)
(slothy.targets.aarch64.aarch64_neon.q_stp_with_inc class method)
(slothy.targets.aarch64.aarch64_neon.q_stp_with_postinc class method)
(slothy.targets.aarch64.aarch64_neon.q_str class method)
(slothy.targets.aarch64.aarch64_neon.q_str_stack_with_inc class method)
(slothy.targets.aarch64.aarch64_neon.q_str_with_imm_hint class method)
(slothy.targets.aarch64.aarch64_neon.q_str_with_inc class method)
(slothy.targets.aarch64.aarch64_neon.q_str_with_inc_writeback class method)
(slothy.targets.aarch64.aarch64_neon.q_str_with_postinc class method)
(slothy.targets.aarch64.aarch64_neon.qrestore class method)
(slothy.targets.aarch64.aarch64_neon.qsave class method)
(slothy.targets.aarch64.aarch64_neon.restore class method)
(slothy.targets.aarch64.aarch64_neon.save class method)
(slothy.targets.aarch64.aarch64_neon.st2_base class method)
(slothy.targets.aarch64.aarch64_neon.st2_with_inc class method)
(slothy.targets.aarch64.aarch64_neon.st3_base class method)
(slothy.targets.aarch64.aarch64_neon.st3_with_inc class method)
(slothy.targets.aarch64.aarch64_neon.st4_base class method)
(slothy.targets.aarch64.aarch64_neon.st4_with_inc class method)
(slothy.targets.aarch64.aarch64_neon.vins_d_force_output class method)
(slothy.targets.aarch64.aarch64_neon.vmla_lane class method)
(slothy.targets.aarch64.aarch64_neon.vmls_lane class method)
(slothy.targets.aarch64.aarch64_neon.vmul_lane class method)
(slothy.targets.aarch64.aarch64_neon.vqdmulh_lane class method)
(slothy.targets.aarch64.aarch64_neon.vqrdmulh_lane class method)
(slothy.targets.aarch64.aarch64_neon.w_stp_with_imm_sp class method)
(slothy.targets.aarch64.aarch64_neon.w_str_imm class method)
(slothy.targets.aarch64.aarch64_neon.w_str_sp_imm class method)
(slothy.targets.aarch64.aarch64_neon.x_ldp class method)
(slothy.targets.aarch64.aarch64_neon.x_ldp_sp_with_imm_hint class method)
(slothy.targets.aarch64.aarch64_neon.x_ldp_sp_with_imm_hint2 class method)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_imm_hint class method)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_imm_hint2 class method)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_imm_sp class method)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_imm_sp_xzr class method)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_inc class method)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_inc_writeback class method)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_postinc_writeback class method)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_sp class method)
(slothy.targets.aarch64.aarch64_neon.x_ldr class method)
(slothy.targets.aarch64.aarch64_neon.x_ldr_imm_with_hint class method)
(slothy.targets.aarch64.aarch64_neon.x_ldr_stack class method)
(slothy.targets.aarch64.aarch64_neon.x_ldr_stack_imm class method)
(slothy.targets.aarch64.aarch64_neon.x_ldr_stack_imm_with_hint class method)
(slothy.targets.aarch64.aarch64_neon.x_ldr_with_imm class method)
(slothy.targets.aarch64.aarch64_neon.x_ldr_with_postinc class method)
(slothy.targets.aarch64.aarch64_neon.x_stp class method)
(slothy.targets.aarch64.aarch64_neon.x_stp_sp_with_imm_hint class method)
(slothy.targets.aarch64.aarch64_neon.x_stp_sp_with_imm_hint2 class method)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_imm_hint class method)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_imm_hint2 class method)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_imm_sp class method)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_imm_xzr_sp class method)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_inc class method)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_inc_writeback class method)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_sp class method)
(slothy.targets.aarch64.aarch64_neon.x_str class method)
(slothy.targets.aarch64.aarch64_neon.x_str_imm class method)
(slothy.targets.aarch64.aarch64_neon.x_str_imm_hint class method)
(slothy.targets.aarch64.aarch64_neon.x_str_postinc class method)
(slothy.targets.aarch64.aarch64_neon.x_str_sp_imm class method)
(slothy.targets.aarch64.aarch64_neon.x_str_sp_imm_hint class method)
(slothy.targets.arm_v7m.arch_v7m.Armv7mInstruction class method)
(slothy.targets.arm_v7m.arch_v7m.Instruction class method)
(slothy.targets.arm_v7m.arch_v7m.ldm_interval class method)
(slothy.targets.arm_v7m.arch_v7m.ldm_interval_inc_writeback class method)
(slothy.targets.arm_v7m.arch_v7m.ldr class method)
(slothy.targets.arm_v7m.arch_v7m.ldr_with_imm class method)
(slothy.targets.arm_v7m.arch_v7m.ldr_with_imm_stack class method)
(slothy.targets.arm_v7m.arch_v7m.ldr_with_inc_writeback class method)
(slothy.targets.arm_v7m.arch_v7m.ldr_with_postinc class method)
(slothy.targets.arm_v7m.arch_v7m.ldrb_with_imm class method)
(slothy.targets.arm_v7m.arch_v7m.ldrb_with_postinc class method)
(slothy.targets.arm_v7m.arch_v7m.ldrd_imm class method)
(slothy.targets.arm_v7m.arch_v7m.ldrd_with_postinc class method)
(slothy.targets.arm_v7m.arch_v7m.ldrh_with_imm class method)
(slothy.targets.arm_v7m.arch_v7m.ldrh_with_postinc class method)
(slothy.targets.arm_v7m.arch_v7m.stm_interval_inc_writeback class method)
(slothy.targets.arm_v7m.arch_v7m.str_no_off class method)
(slothy.targets.arm_v7m.arch_v7m.str_with_imm class method)
(slothy.targets.arm_v7m.arch_v7m.str_with_imm_stack class method)
(slothy.targets.arm_v7m.arch_v7m.str_with_postinc class method)
(slothy.targets.arm_v7m.arch_v7m.strh_with_imm class method)
(slothy.targets.arm_v7m.arch_v7m.strh_with_postinc class method)
(slothy.targets.arm_v7m.arch_v7m.vldm_interval_inc_writeback class method)
(slothy.targets.arm_v7m.arch_v7m.vldr_with_imm class method)
(slothy.targets.arm_v7m.arch_v7m.vldr_with_postinc class method)
(slothy.targets.arm_v7m.arch_v7m.vmov_gpr2_dual class method)
max_displacement (slothy.core.config.Config.Constraints property)
max_overlapping (slothy.core.config.Config.SoftwarePipelining property)
max_pre (slothy.core.config.Config.SoftwarePipelining property)
max_solutions (slothy.core.config.Config property)
merge_escaped_lines() (slothy.helper.SourceLine static method)
min_overlapping (slothy.core.config.Config.SoftwarePipelining property)
minimize_overlapping (slothy.core.config.Config.SoftwarePipelining property)
minimize_spills (slothy.core.config.Config.Constraints property)
MINT() (slothy.targets.aarch64.cortex_a72_frontend.ExecutionUnit class method)
MINT0 (slothy.targets.aarch64.cortex_a72_frontend.ExecutionUnit attribute)
MINT1 (slothy.targets.aarch64.cortex_a72_frontend.ExecutionUnit attribute)
mla (class in slothy.targets.arm_v7m.arch_v7m)
mls (class in slothy.targets.arm_v7m.arch_v7m)
mneg_xform (class in slothy.targets.aarch64.aarch64_neon)
model_functional_units (slothy.core.config.Config.Constraints property)
model_latencies (slothy.core.config.Config.Constraints property)
modifiesFlags (slothy.targets.aarch64.aarch64_neon.adcs attribute)
(slothy.targets.aarch64.aarch64_neon.adcs_to_zero attribute)
(slothy.targets.aarch64.aarch64_neon.adcs_zero2 attribute)
(slothy.targets.aarch64.aarch64_neon.adcs_zero_l attribute)
(slothy.targets.aarch64.aarch64_neon.adcs_zero_r attribute)
(slothy.targets.aarch64.aarch64_neon.adcs_zero_r_to_zero attribute)
(slothy.targets.aarch64.aarch64_neon.adds attribute)
(slothy.targets.aarch64.aarch64_neon.adds_imm_to_zero attribute)
(slothy.targets.aarch64.aarch64_neon.adds_lsl attribute)
(slothy.targets.aarch64.aarch64_neon.adds_lsr attribute)
(slothy.targets.aarch64.aarch64_neon.adds_to_zero attribute)
(slothy.targets.aarch64.aarch64_neon.adds_twoarg attribute)
(slothy.targets.aarch64.aarch64_neon.ands_imm attribute)
(slothy.targets.aarch64.aarch64_neon.ands_xzr_imm attribute)
(slothy.targets.aarch64.aarch64_neon.ccmp attribute)
(slothy.targets.aarch64.aarch64_neon.ccmp_xzr attribute)
(slothy.targets.aarch64.aarch64_neon.cmn attribute)
(slothy.targets.aarch64.aarch64_neon.cmn_imm attribute)
(slothy.targets.aarch64.aarch64_neon.cmp attribute)
(slothy.targets.aarch64.aarch64_neon.cmp_imm attribute)
(slothy.targets.aarch64.aarch64_neon.cmp_xzr attribute)
(slothy.targets.aarch64.aarch64_neon.cmp_xzr2 attribute)
(slothy.targets.aarch64.aarch64_neon.negs attribute)
(slothy.targets.aarch64.aarch64_neon.ngcs attribute)
(slothy.targets.aarch64.aarch64_neon.ngcs_zero attribute)
(slothy.targets.aarch64.aarch64_neon.sbcs attribute)
(slothy.targets.aarch64.aarch64_neon.sbcs_to_zero attribute)
(slothy.targets.aarch64.aarch64_neon.sbcs_zero attribute)
(slothy.targets.aarch64.aarch64_neon.sbcs_zero_to_zero attribute)
(slothy.targets.aarch64.aarch64_neon.subs_imm attribute)
(slothy.targets.aarch64.aarch64_neon.subs_twoarg attribute)
(slothy.targets.aarch64.aarch64_neon.subs_wform attribute)
(slothy.targets.aarch64.aarch64_neon.tst_imm_xform attribute)
(slothy.targets.aarch64.aarch64_neon.tst_wform attribute)
(slothy.targets.aarch64.aarch64_neon.tst_xform attribute)
(slothy.targets.arm_v7m.arch_v7m.adds attribute)
(slothy.targets.arm_v7m.arch_v7m.asrs attribute)
(slothy.targets.arm_v7m.arch_v7m.bics attribute)
(slothy.targets.arm_v7m.arch_v7m.cmp attribute)
(slothy.targets.arm_v7m.arch_v7m.cmp_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.eors attribute)
(slothy.targets.arm_v7m.arch_v7m.eors_short attribute)
(slothy.targets.arm_v7m.arch_v7m.rors_short attribute)
(slothy.targets.arm_v7m.arch_v7m.subs_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.subs_imm_short attribute)
module
slothy
slothy.core
slothy.core.config
slothy.core.core
slothy.core.dataflow
slothy.core.heuristics
slothy.core.slothy
slothy.helper
slothy.targets
slothy.targets.aarch64
slothy.targets.aarch64.aarch64_big_experimental
slothy.targets.aarch64.aarch64_neon
slothy.targets.aarch64.apple_m1_firestorm_experimental
slothy.targets.aarch64.apple_m1_icestorm_experimental
slothy.targets.aarch64.cortex_a55
slothy.targets.aarch64.cortex_a72_frontend
slothy.targets.aarch64.neoverse_n1_experimental
slothy.targets.arm_v7m
slothy.targets.arm_v7m.arch_v7m
slothy.targets.arm_v7m.cortex_m4
slothy.targets.arm_v7m.cortex_m7
slothy.targets.arm_v81m
slothy.targets.arm_v81m.arch_v81m
slothy.targets.arm_v81m.cortex_m55r1
slothy.targets.arm_v81m.cortex_m85r1
slothy.targets.arm_v81m.helium_experimental
slothy.targets.common
slothy.targets.query
mov (class in slothy.targets.aarch64.aarch64_neon)
(class in slothy.targets.arm_v81m.arch_v81m)
mov_b00 (class in slothy.targets.aarch64.aarch64_neon)
mov_d (class in slothy.targets.aarch64.aarch64_neon)
mov_d01 (class in slothy.targets.aarch64.aarch64_neon)
mov_imm (class in slothy.targets.aarch64.aarch64_neon)
(class in slothy.targets.arm_v81m.arch_v81m)
mov_xform (class in slothy.targets.aarch64.aarch64_neon)
Mov_xtov_d (class in slothy.targets.aarch64.aarch64_neon)
mov_xtov_d (class in slothy.targets.aarch64.aarch64_neon)
mov_xtov_d_xzr (class in slothy.targets.aarch64.aarch64_neon)
movk_imm (class in slothy.targets.aarch64.aarch64_neon)
movt_imm (class in slothy.targets.arm_v7m.arch_v7m)
movw_imm (class in slothy.targets.arm_v7m.arch_v7m)
msub_xform (class in slothy.targets.aarch64.aarch64_neon)
mul (class in slothy.targets.arm_v7m.arch_v7m)
mul_short (class in slothy.targets.arm_v7m.arch_v7m)
mul_wform (class in slothy.targets.aarch64.aarch64_neon)
mul_xform (class in slothy.targets.aarch64.aarch64_neon)
MVE (slothy.targets.arm_v81m.arch_v81m.RegisterType attribute)
mvn_imm (class in slothy.targets.arm_v81m.arch_v81m)
mvn_xzr (class in slothy.targets.aarch64.aarch64_neon)
N
name() (slothy.core.dataflow.InstructionInOut method)
(slothy.core.dataflow.InstructionOutput method)
(slothy.core.dataflow.RegisterSource method)
neg (class in slothy.targets.aarch64.aarch64_neon)
neg_short (class in slothy.targets.arm_v7m.arch_v7m)
negs (class in slothy.targets.aarch64.aarch64_neon)
NEON (slothy.targets.aarch64.aarch64_neon.RegisterType attribute)
NestedPrint (class in slothy.helper)
ngc_zero (class in slothy.targets.aarch64.aarch64_neon)
ngcs (class in slothy.targets.aarch64.aarch64_neon)
ngcs_zero (class in slothy.targets.aarch64.aarch64_neon)
nodes (slothy.core.dataflow.DataFlowGraph property)
nodes_all (slothy.core.dataflow.DataFlowGraph property)
nodes_by_id (slothy.core.dataflow.DataFlowGraph property)
nodes_high (slothy.core.dataflow.DataFlowGraph property)
nodes_input (slothy.core.dataflow.DataFlowGraph property)
nodes_low (slothy.core.dataflow.DataFlowGraph property)
nodes_output (slothy.core.dataflow.DataFlowGraph property)
nop (class in slothy.targets.aarch64.aarch64_neon)
(class in slothy.targets.arm_v81m.arch_v81m)
num_core() (slothy.core.core.Result method)
num_exceptional_iterations() (slothy.core.core.Result method)
num_nodes (slothy.core.dataflow.DataFlowGraph property)
num_post() (slothy.core.core.Result method)
num_pre() (slothy.core.core.Result method)
num_prepost() (slothy.core.core.Result method)
O
objective_lower_bound (slothy.core.config.Config property)
objective_precision (slothy.core.config.Config property)
offset_fixup() (slothy.core.core.Result method)
on_solution_callback() (slothy.core.core.SlothyBase.CpSatSolutionCb method)
optimization_user_time (slothy.core.core.Result property)
optimization_wall_time (slothy.core.core.Result property)
optimize() (slothy.core.core.SlothyBase method)
(slothy.core.slothy.Slothy method)
optimize_binsearch() (slothy.core.heuristics.Heuristics static method)
optimize_binsearch_external() (slothy.core.heuristics.Heuristics static method)
optimize_binsearch_internal() (slothy.core.heuristics.Heuristics static method)
optimize_loop() (slothy.core.slothy.Slothy method)
optimize_postamble (slothy.core.config.Config.SoftwarePipelining property)
optimize_preamble (slothy.core.config.Config.SoftwarePipelining property)
order_hint_orig_order (slothy.core.config.Config.Hints property)
orig_code (slothy.core.core.Result property)
orig_code_visualized (slothy.core.core.Result property)
orig_inputs (slothy.core.core.Result property)
orig_outputs (slothy.core.core.Result property)
original_source (slothy.core.slothy.Slothy property)
orr (class in slothy.targets.aarch64.aarch64_neon)
orr_imm (class in slothy.targets.aarch64.aarch64_neon)
orr_shifted (class in slothy.targets.aarch64.aarch64_neon)
orr_w (class in slothy.targets.aarch64.aarch64_neon)
output_by_name (slothy.core.dataflow.DataFlowGraph property)
output_renamings (slothy.core.core.Result property)
outputs (slothy.core.config.Config property)
(slothy.core.core.Result property)
(slothy.core.dataflow.Config property)
(slothy.core.dataflow.DataFlowGraph property)
(slothy.targets.aarch64.aarch64_neon.adc attribute)
(slothy.targets.aarch64.aarch64_neon.adc_zero2 attribute)
(slothy.targets.aarch64.aarch64_neon.adc_zero_l attribute)
(slothy.targets.aarch64.aarch64_neon.adc_zero_r attribute)
(slothy.targets.aarch64.aarch64_neon.adcs attribute)
(slothy.targets.aarch64.aarch64_neon.adcs_zero2 attribute)
(slothy.targets.aarch64.aarch64_neon.adcs_zero_l attribute)
(slothy.targets.aarch64.aarch64_neon.adcs_zero_r attribute)
(slothy.targets.aarch64.aarch64_neon.add attribute)
(slothy.targets.aarch64.aarch64_neon.add2 attribute)
(slothy.targets.aarch64.aarch64_neon.add_asr attribute)
(slothy.targets.aarch64.aarch64_neon.add_imm attribute)
(slothy.targets.aarch64.aarch64_neon.add_imm_lsl attribute)
(slothy.targets.aarch64.aarch64_neon.add_lsl attribute)
(slothy.targets.aarch64.aarch64_neon.add_lsr attribute)
(slothy.targets.aarch64.aarch64_neon.add_sp_imm attribute)
(slothy.targets.aarch64.aarch64_neon.add_w_imm attribute)
(slothy.targets.aarch64.aarch64_neon.adds attribute)
(slothy.targets.aarch64.aarch64_neon.adds_lsl attribute)
(slothy.targets.aarch64.aarch64_neon.adds_lsr attribute)
(slothy.targets.aarch64.aarch64_neon.adds_twoarg attribute)
(slothy.targets.aarch64.aarch64_neon.aesmc attribute)
(slothy.targets.aarch64.aarch64_neon.and_imm attribute)
(slothy.targets.aarch64.aarch64_neon.and_imm_wform attribute)
(slothy.targets.aarch64.aarch64_neon.and_twoarg attribute)
(slothy.targets.aarch64.aarch64_neon.ands_imm attribute)
(slothy.targets.aarch64.aarch64_neon.asr attribute)
(slothy.targets.aarch64.aarch64_neon.asr_wform attribute)
(slothy.targets.aarch64.aarch64_neon.b_ldr_stack_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.bic attribute)
(slothy.targets.aarch64.aarch64_neon.cinc attribute)
(slothy.targets.aarch64.aarch64_neon.cinv attribute)
(slothy.targets.aarch64.aarch64_neon.cmge attribute)
(slothy.targets.aarch64.aarch64_neon.cneg attribute)
(slothy.targets.aarch64.aarch64_neon.csel_ne attribute)
(slothy.targets.aarch64.aarch64_neon.csel_xzr2_ne attribute)
(slothy.targets.aarch64.aarch64_neon.csel_xzr_ne attribute)
(slothy.targets.aarch64.aarch64_neon.cset attribute)
(slothy.targets.aarch64.aarch64_neon.csetm attribute)
(slothy.targets.aarch64.aarch64_neon.d_ldp_sp_imm attribute)
(slothy.targets.aarch64.aarch64_neon.d_ldr_stack_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.eor attribute)
(slothy.targets.aarch64.aarch64_neon.eor_wform attribute)
(slothy.targets.aarch64.aarch64_neon.extr attribute)
(slothy.targets.aarch64.aarch64_neon.fmov_0_force_output attribute)
(slothy.targets.aarch64.aarch64_neon.fmov_1_force_output attribute)
(slothy.targets.aarch64.aarch64_neon.ld2_base attribute)
(slothy.targets.aarch64.aarch64_neon.ld2_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.ld3_base attribute)
(slothy.targets.aarch64.aarch64_neon.ld3_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.ld4_base attribute)
(slothy.targets.aarch64.aarch64_neon.ld4_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.ldr_const attribute)
(slothy.targets.aarch64.aarch64_neon.ldr_sxtw_wform attribute)
(slothy.targets.aarch64.aarch64_neon.lsl attribute)
(slothy.targets.aarch64.aarch64_neon.lsr attribute)
(slothy.targets.aarch64.aarch64_neon.lsr_variable attribute)
(slothy.targets.aarch64.aarch64_neon.lsr_wform attribute)
(slothy.targets.aarch64.aarch64_neon.madd_xform attribute)
(slothy.targets.aarch64.aarch64_neon.mneg_xform attribute)
(slothy.targets.aarch64.aarch64_neon.mov attribute)
(slothy.targets.aarch64.aarch64_neon.mov_d attribute)
(slothy.targets.aarch64.aarch64_neon.mov_imm attribute)
(slothy.targets.aarch64.aarch64_neon.mov_xform attribute)
(slothy.targets.aarch64.aarch64_neon.msub_xform attribute)
(slothy.targets.aarch64.aarch64_neon.mul_wform attribute)
(slothy.targets.aarch64.aarch64_neon.mul_xform attribute)
(slothy.targets.aarch64.aarch64_neon.mvn_xzr attribute)
(slothy.targets.aarch64.aarch64_neon.neg attribute)
(slothy.targets.aarch64.aarch64_neon.negs attribute)
(slothy.targets.aarch64.aarch64_neon.ngc_zero attribute)
(slothy.targets.aarch64.aarch64_neon.ngcs attribute)
(slothy.targets.aarch64.aarch64_neon.ngcs_zero attribute)
(slothy.targets.aarch64.aarch64_neon.orr attribute)
(slothy.targets.aarch64.aarch64_neon.orr_imm attribute)
(slothy.targets.aarch64.aarch64_neon.orr_shifted attribute)
(slothy.targets.aarch64.aarch64_neon.orr_w attribute)
(slothy.targets.aarch64.aarch64_neon.pmull1_q attribute)
(slothy.targets.aarch64.aarch64_neon.pmull2_q attribute)
(slothy.targets.aarch64.aarch64_neon.q_ld1 attribute)
(slothy.targets.aarch64.aarch64_neon.q_ld1_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.q_ld1_with_postinc attribute)
(slothy.targets.aarch64.aarch64_neon.q_ld2_lane_post_inc_force_output attribute)
(slothy.targets.aarch64.aarch64_neon.q_ldp_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.q_ldp_with_postinc attribute)
(slothy.targets.aarch64.aarch64_neon.q_ldr attribute)
(slothy.targets.aarch64.aarch64_neon.q_ldr1_stack attribute)
(slothy.targets.aarch64.aarch64_neon.q_ldr_stack_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.q_ldr_with_imm_hint attribute)
(slothy.targets.aarch64.aarch64_neon.q_ldr_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.q_ldr_with_inc_writeback attribute)
(slothy.targets.aarch64.aarch64_neon.q_ldr_with_postinc attribute)
(slothy.targets.aarch64.aarch64_neon.q_str_with_imm_hint attribute)
(slothy.targets.aarch64.aarch64_neon.rev32 attribute)
(slothy.targets.aarch64.aarch64_neon.rev64 attribute)
(slothy.targets.aarch64.aarch64_neon.rev_w attribute)
(slothy.targets.aarch64.aarch64_neon.sbc attribute)
(slothy.targets.aarch64.aarch64_neon.sbc_zero_r attribute)
(slothy.targets.aarch64.aarch64_neon.sbcs attribute)
(slothy.targets.aarch64.aarch64_neon.sbcs_to_zero attribute)
(slothy.targets.aarch64.aarch64_neon.sbcs_zero attribute)
(slothy.targets.aarch64.aarch64_neon.sbcs_zero_to_zero attribute)
(slothy.targets.aarch64.aarch64_neon.sbfx attribute)
(slothy.targets.aarch64.aarch64_neon.smulh_xform attribute)
(slothy.targets.aarch64.aarch64_neon.sub attribute)
(slothy.targets.aarch64.aarch64_neon.sub_imm attribute)
(slothy.targets.aarch64.aarch64_neon.subs_imm attribute)
(slothy.targets.aarch64.aarch64_neon.subs_twoarg attribute)
(slothy.targets.aarch64.aarch64_neon.subs_wform attribute)
(slothy.targets.aarch64.aarch64_neon.trn1 attribute)
(slothy.targets.aarch64.aarch64_neon.trn2 attribute)
(slothy.targets.aarch64.aarch64_neon.uaddlp attribute)
(slothy.targets.aarch64.aarch64_neon.umaddl_wform attribute)
(slothy.targets.aarch64.aarch64_neon.umov_d attribute)
(slothy.targets.aarch64.aarch64_neon.umulh_xform attribute)
(slothy.targets.aarch64.aarch64_neon.umull_wform attribute)
(slothy.targets.aarch64.aarch64_neon.vadd attribute)
(slothy.targets.aarch64.aarch64_neon.vand attribute)
(slothy.targets.aarch64.aarch64_neon.vbic attribute)
(slothy.targets.aarch64.aarch64_neon.vdup attribute)
(slothy.targets.aarch64.aarch64_neon.veor attribute)
(slothy.targets.aarch64.aarch64_neon.veor3 attribute)
(slothy.targets.aarch64.aarch64_neon.vext attribute)
(slothy.targets.aarch64.aarch64_neon.vins_d_force_output attribute)
(slothy.targets.aarch64.aarch64_neon.vmov attribute)
(slothy.targets.aarch64.aarch64_neon.vmov_d attribute)
(slothy.targets.aarch64.aarch64_neon.vmovi attribute)
(slothy.targets.aarch64.aarch64_neon.vmul attribute)
(slothy.targets.aarch64.aarch64_neon.vmul_lane attribute)
(slothy.targets.aarch64.aarch64_neon.vmull attribute)
(slothy.targets.aarch64.aarch64_neon.vmull2 attribute)
(slothy.targets.aarch64.aarch64_neon.vqdmulh_lane attribute)
(slothy.targets.aarch64.aarch64_neon.vqrdmulh attribute)
(slothy.targets.aarch64.aarch64_neon.vqrdmulh_lane attribute)
(slothy.targets.aarch64.aarch64_neon.vshl attribute)
(slothy.targets.aarch64.aarch64_neon.vshl_d attribute)
(slothy.targets.aarch64.aarch64_neon.vshrn attribute)
(slothy.targets.aarch64.aarch64_neon.vsmull attribute)
(slothy.targets.aarch64.aarch64_neon.vsmull2 attribute)
(slothy.targets.aarch64.aarch64_neon.vsrshr attribute)
(slothy.targets.aarch64.aarch64_neon.vsshr attribute)
(slothy.targets.aarch64.aarch64_neon.vsub attribute)
(slothy.targets.aarch64.aarch64_neon.vurshr attribute)
(slothy.targets.aarch64.aarch64_neon.vushr attribute)
(slothy.targets.aarch64.aarch64_neon.vuxtl attribute)
(slothy.targets.aarch64.aarch64_neon.vuzp1 attribute)
(slothy.targets.aarch64.aarch64_neon.vuzp2 attribute)
(slothy.targets.aarch64.aarch64_neon.vxtn attribute)
(slothy.targets.aarch64.aarch64_neon.vzip1 attribute)
(slothy.targets.aarch64.aarch64_neon.vzip2 attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp_sp_with_imm_hint attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp_sp_with_imm_hint2 attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_imm_hint attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_imm_hint2 attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_imm_sp attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_imm_sp_xzr attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_inc_writeback attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_postinc_writeback attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_sp attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldr attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldr_imm_with_hint attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldr_stack attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldr_stack_imm attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldr_stack_imm_with_hint attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldr_with_imm attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldr_with_postinc attribute)
(slothy.targets.aarch64.aarch64_neon.x_stp_sp_with_imm_hint attribute)
(slothy.targets.aarch64.aarch64_neon.x_stp_sp_with_imm_hint2 attribute)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_imm_hint attribute)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_imm_hint2 attribute)
(slothy.targets.aarch64.aarch64_neon.x_str_imm_hint attribute)
(slothy.targets.aarch64.aarch64_neon.x_str_sp_imm_hint attribute)
(slothy.targets.arm_v7m.arch_v7m.add attribute)
(slothy.targets.arm_v7m.arch_v7m.add_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.add_shifted attribute)
(slothy.targets.arm_v7m.arch_v7m.adds attribute)
(slothy.targets.arm_v7m.arch_v7m.asr attribute)
(slothy.targets.arm_v7m.arch_v7m.asrs attribute)
(slothy.targets.arm_v7m.arch_v7m.bic attribute)
(slothy.targets.arm_v7m.arch_v7m.bic_shifted attribute)
(slothy.targets.arm_v7m.arch_v7m.bics attribute)
(slothy.targets.arm_v7m.arch_v7m.eor attribute)
(slothy.targets.arm_v7m.arch_v7m.eor_shifted attribute)
(slothy.targets.arm_v7m.arch_v7m.eors attribute)
(slothy.targets.arm_v7m.arch_v7m.ldm_interval attribute)
(slothy.targets.arm_v7m.arch_v7m.ldm_interval_inc_writeback attribute)
(slothy.targets.arm_v7m.arch_v7m.ldr attribute)
(slothy.targets.arm_v7m.arch_v7m.ldr_with_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.ldr_with_imm_stack attribute)
(slothy.targets.arm_v7m.arch_v7m.ldr_with_inc_writeback attribute)
(slothy.targets.arm_v7m.arch_v7m.ldr_with_postinc attribute)
(slothy.targets.arm_v7m.arch_v7m.ldrb_with_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.ldrb_with_postinc attribute)
(slothy.targets.arm_v7m.arch_v7m.ldrd_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.ldrd_with_postinc attribute)
(slothy.targets.arm_v7m.arch_v7m.ldrh_with_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.ldrh_with_postinc attribute)
(slothy.targets.arm_v7m.arch_v7m.log_and attribute)
(slothy.targets.arm_v7m.arch_v7m.log_and_shifted attribute)
(slothy.targets.arm_v7m.arch_v7m.log_or attribute)
(slothy.targets.arm_v7m.arch_v7m.log_or_shifted attribute)
(slothy.targets.arm_v7m.arch_v7m.lsl attribute)
(slothy.targets.arm_v7m.arch_v7m.mla attribute)
(slothy.targets.arm_v7m.arch_v7m.mls attribute)
(slothy.targets.arm_v7m.arch_v7m.movw_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.mul attribute)
(slothy.targets.arm_v7m.arch_v7m.pkhbt attribute)
(slothy.targets.arm_v7m.arch_v7m.pkhbt_shifted attribute)
(slothy.targets.arm_v7m.arch_v7m.pkhtb attribute)
(slothy.targets.arm_v7m.arch_v7m.ror attribute)
(slothy.targets.arm_v7m.arch_v7m.sadd16 attribute)
(slothy.targets.arm_v7m.arch_v7m.smlabb attribute)
(slothy.targets.arm_v7m.arch_v7m.smlabt attribute)
(slothy.targets.arm_v7m.arch_v7m.smlad attribute)
(slothy.targets.arm_v7m.arch_v7m.smladx attribute)
(slothy.targets.arm_v7m.arch_v7m.smlatb attribute)
(slothy.targets.arm_v7m.arch_v7m.smlatt attribute)
(slothy.targets.arm_v7m.arch_v7m.smmulr attribute)
(slothy.targets.arm_v7m.arch_v7m.smuad attribute)
(slothy.targets.arm_v7m.arch_v7m.smuadx attribute)
(slothy.targets.arm_v7m.arch_v7m.smulbb attribute)
(slothy.targets.arm_v7m.arch_v7m.smull attribute)
(slothy.targets.arm_v7m.arch_v7m.smultb attribute)
(slothy.targets.arm_v7m.arch_v7m.smultt attribute)
(slothy.targets.arm_v7m.arch_v7m.smulwb attribute)
(slothy.targets.arm_v7m.arch_v7m.smulwt attribute)
(slothy.targets.arm_v7m.arch_v7m.ssub16 attribute)
(slothy.targets.arm_v7m.arch_v7m.stm_interval_inc_writeback attribute)
(slothy.targets.arm_v7m.arch_v7m.str_no_off attribute)
(slothy.targets.arm_v7m.arch_v7m.str_with_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.str_with_imm_stack attribute)
(slothy.targets.arm_v7m.arch_v7m.strh_with_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.sub attribute)
(slothy.targets.arm_v7m.arch_v7m.sub_shifted attribute)
(slothy.targets.arm_v7m.arch_v7m.subs_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.uadd16 attribute)
(slothy.targets.arm_v7m.arch_v7m.ubfx_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.usub16 attribute)
(slothy.targets.arm_v7m.arch_v7m.vldm_interval_inc_writeback attribute)
(slothy.targets.arm_v7m.arch_v7m.vldr_with_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.vldr_with_postinc attribute)
(slothy.targets.arm_v7m.arch_v7m.vmov_gpr attribute)
(slothy.targets.arm_v7m.arch_v7m.vmov_gpr2 attribute)
(slothy.targets.arm_v7m.arch_v7m.vmov_gpr2_dual attribute)
outputs_typed (slothy.core.dataflow.DataFlowGraph property)
P
parse() (slothy.helper.AsmAllocation method)
(slothy.targets.arm_v81m.arch_v81m.add_imm method)
(slothy.targets.arm_v81m.arch_v81m.Instruction method)
(slothy.targets.arm_v81m.arch_v81m.ldr method)
(slothy.targets.arm_v81m.arch_v81m.ldrd method)
(slothy.targets.arm_v81m.arch_v81m.mov_imm method)
(slothy.targets.arm_v81m.arch_v81m.mvn_imm method)
(slothy.targets.arm_v81m.arch_v81m.pkhbt method)
(slothy.targets.arm_v81m.arch_v81m.strd method)
(slothy.targets.arm_v81m.arch_v81m.sub_imm method)
(slothy.targets.arm_v81m.arch_v81m.vcadd method)
(slothy.targets.arm_v81m.arch_v81m.vcaddf method)
(slothy.targets.arm_v81m.arch_v81m.vcmla method)
(slothy.targets.arm_v81m.arch_v81m.vcmul method)
(slothy.targets.arm_v81m.arch_v81m.vcsubf method)
(slothy.targets.arm_v81m.arch_v81m.vdup method)
(slothy.targets.arm_v81m.arch_v81m.vfma method)
(slothy.targets.arm_v81m.arch_v81m.vhcadd method)
(slothy.targets.arm_v81m.arch_v81m.vhcsub method)
(slothy.targets.arm_v81m.arch_v81m.vld2 method)
(slothy.targets.arm_v81m.arch_v81m.vld4 method)
(slothy.targets.arm_v81m.arch_v81m.vldr method)
(slothy.targets.arm_v81m.arch_v81m.vldr_gather method)
(slothy.targets.arm_v81m.arch_v81m.vmov_double_v2r method)
(slothy.targets.arm_v81m.arch_v81m.vmov_imm method)
(slothy.targets.arm_v81m.arch_v81m.vmovlbt method)
(slothy.targets.arm_v81m.arch_v81m.vmullbt method)
(slothy.targets.arm_v81m.arch_v81m.vrev method)
(slothy.targets.arm_v81m.arch_v81m.vrshl method)
(slothy.targets.arm_v81m.arch_v81m.vrshr method)
(slothy.targets.arm_v81m.arch_v81m.vshl method)
(slothy.targets.arm_v81m.arch_v81m.vshl_T3 method)
(slothy.targets.arm_v81m.arch_v81m.vshlc method)
(slothy.targets.arm_v81m.arch_v81m.vshllbt method)
(slothy.targets.arm_v81m.arch_v81m.vshr method)
(slothy.targets.arm_v81m.arch_v81m.vshrnbt method)
(slothy.targets.arm_v81m.arch_v81m.vst2 method)
(slothy.targets.arm_v81m.arch_v81m.vst4 method)
(slothy.targets.arm_v81m.arch_v81m.vstr method)
parse_allocs() (slothy.helper.AsmAllocation static method)
parse_line() (slothy.helper.AsmAllocation method)
parser() (slothy.targets.aarch64.aarch64_neon.Instruction static method)
(slothy.targets.arm_v7m.arch_v7m.Instruction static method)
(slothy.targets.arm_v81m.arch_v81m.Instruction static method)
PARSERS (slothy.targets.aarch64.aarch64_neon.AArch64Instruction attribute)
(slothy.targets.arm_v7m.arch_v7m.Armv7mInstruction attribute)
pattern (slothy.targets.aarch64.aarch64_neon.adc attribute)
(slothy.targets.aarch64.aarch64_neon.adc_zero2 attribute)
(slothy.targets.aarch64.aarch64_neon.adc_zero_l attribute)
(slothy.targets.aarch64.aarch64_neon.adc_zero_r attribute)
(slothy.targets.aarch64.aarch64_neon.adcs attribute)
(slothy.targets.aarch64.aarch64_neon.adcs_to_zero attribute)
(slothy.targets.aarch64.aarch64_neon.adcs_zero2 attribute)
(slothy.targets.aarch64.aarch64_neon.adcs_zero_l attribute)
(slothy.targets.aarch64.aarch64_neon.adcs_zero_r attribute)
(slothy.targets.aarch64.aarch64_neon.adcs_zero_r_to_zero attribute)
(slothy.targets.aarch64.aarch64_neon.add attribute)
(slothy.targets.aarch64.aarch64_neon.add2 attribute)
(slothy.targets.aarch64.aarch64_neon.add_asr attribute)
(slothy.targets.aarch64.aarch64_neon.add_imm attribute)
(slothy.targets.aarch64.aarch64_neon.add_imm_lsl attribute)
(slothy.targets.aarch64.aarch64_neon.add_lsl attribute)
(slothy.targets.aarch64.aarch64_neon.add_lsr attribute)
(slothy.targets.aarch64.aarch64_neon.add_sp_imm attribute)
(slothy.targets.aarch64.aarch64_neon.add_w_imm attribute)
(slothy.targets.aarch64.aarch64_neon.adds attribute)
(slothy.targets.aarch64.aarch64_neon.adds_imm_to_zero attribute)
(slothy.targets.aarch64.aarch64_neon.adds_lsl attribute)
(slothy.targets.aarch64.aarch64_neon.adds_lsr attribute)
(slothy.targets.aarch64.aarch64_neon.adds_to_zero attribute)
(slothy.targets.aarch64.aarch64_neon.adds_twoarg attribute)
(slothy.targets.aarch64.aarch64_neon.aese attribute)
(slothy.targets.aarch64.aarch64_neon.aese_x4 attribute)
(slothy.targets.aarch64.aarch64_neon.aesmc attribute)
(slothy.targets.aarch64.aarch64_neon.aesr attribute)
(slothy.targets.aarch64.aarch64_neon.aesr_x2 attribute)
(slothy.targets.aarch64.aarch64_neon.aesr_x4 attribute)
(slothy.targets.aarch64.aarch64_neon.and_imm attribute)
(slothy.targets.aarch64.aarch64_neon.and_imm_wform attribute)
(slothy.targets.aarch64.aarch64_neon.and_twoarg attribute)
(slothy.targets.aarch64.aarch64_neon.ands_imm attribute)
(slothy.targets.aarch64.aarch64_neon.ands_xzr_imm attribute)
(slothy.targets.aarch64.aarch64_neon.asr attribute)
(slothy.targets.aarch64.aarch64_neon.asr_wform attribute)
(slothy.targets.aarch64.aarch64_neon.b_ldr_stack_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.bfi attribute)
(slothy.targets.aarch64.aarch64_neon.bic attribute)
(slothy.targets.aarch64.aarch64_neon.ccmp attribute)
(slothy.targets.aarch64.aarch64_neon.ccmp_xzr attribute)
(slothy.targets.aarch64.aarch64_neon.cinc attribute)
(slothy.targets.aarch64.aarch64_neon.cinv attribute)
(slothy.targets.aarch64.aarch64_neon.cmge attribute)
(slothy.targets.aarch64.aarch64_neon.cmn attribute)
(slothy.targets.aarch64.aarch64_neon.cmn_imm attribute)
(slothy.targets.aarch64.aarch64_neon.cmp attribute)
(slothy.targets.aarch64.aarch64_neon.cmp_imm attribute)
(slothy.targets.aarch64.aarch64_neon.cmp_xzr attribute)
(slothy.targets.aarch64.aarch64_neon.cmp_xzr2 attribute)
(slothy.targets.aarch64.aarch64_neon.cneg attribute)
(slothy.targets.aarch64.aarch64_neon.csel_ne attribute)
(slothy.targets.aarch64.aarch64_neon.csel_xzr2_ne attribute)
(slothy.targets.aarch64.aarch64_neon.csel_xzr_ne attribute)
(slothy.targets.aarch64.aarch64_neon.cset attribute)
(slothy.targets.aarch64.aarch64_neon.csetm attribute)
(slothy.targets.aarch64.aarch64_neon.d_ldp_sp_imm attribute)
(slothy.targets.aarch64.aarch64_neon.d_ldr_stack_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.d_stp_stack_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.d_str_stack_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.eor attribute)
(slothy.targets.aarch64.aarch64_neon.eor_wform attribute)
(slothy.targets.aarch64.aarch64_neon.extr attribute)
(slothy.targets.aarch64.aarch64_neon.fmov_0 attribute)
(slothy.targets.aarch64.aarch64_neon.fmov_0_force_output attribute)
(slothy.targets.aarch64.aarch64_neon.fmov_1 attribute)
(slothy.targets.aarch64.aarch64_neon.fmov_1_force_output attribute)
(slothy.targets.aarch64.aarch64_neon.ld2_base attribute)
(slothy.targets.aarch64.aarch64_neon.ld2_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.ld3_base attribute)
(slothy.targets.aarch64.aarch64_neon.ld3_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.ld4_base attribute)
(slothy.targets.aarch64.aarch64_neon.ld4_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.ldr_const attribute)
(slothy.targets.aarch64.aarch64_neon.ldr_sxtw_wform attribute)
(slothy.targets.aarch64.aarch64_neon.lsl attribute)
(slothy.targets.aarch64.aarch64_neon.lsr attribute)
(slothy.targets.aarch64.aarch64_neon.lsr_variable attribute)
(slothy.targets.aarch64.aarch64_neon.lsr_wform attribute)
(slothy.targets.aarch64.aarch64_neon.madd_xform attribute)
(slothy.targets.aarch64.aarch64_neon.mneg_xform attribute)
(slothy.targets.aarch64.aarch64_neon.mov attribute)
(slothy.targets.aarch64.aarch64_neon.mov_b00 attribute)
(slothy.targets.aarch64.aarch64_neon.mov_d attribute)
(slothy.targets.aarch64.aarch64_neon.mov_d01 attribute)
(slothy.targets.aarch64.aarch64_neon.mov_imm attribute)
(slothy.targets.aarch64.aarch64_neon.mov_xform attribute)
(slothy.targets.aarch64.aarch64_neon.mov_xtov_d attribute)
(slothy.targets.aarch64.aarch64_neon.mov_xtov_d_xzr attribute)
(slothy.targets.aarch64.aarch64_neon.movk_imm attribute)
(slothy.targets.aarch64.aarch64_neon.msub_xform attribute)
(slothy.targets.aarch64.aarch64_neon.mul_wform attribute)
(slothy.targets.aarch64.aarch64_neon.mul_xform attribute)
(slothy.targets.aarch64.aarch64_neon.mvn_xzr attribute)
(slothy.targets.aarch64.aarch64_neon.neg attribute)
(slothy.targets.aarch64.aarch64_neon.negs attribute)
(slothy.targets.aarch64.aarch64_neon.ngc_zero attribute)
(slothy.targets.aarch64.aarch64_neon.ngcs attribute)
(slothy.targets.aarch64.aarch64_neon.ngcs_zero attribute)
(slothy.targets.aarch64.aarch64_neon.nop attribute)
(slothy.targets.aarch64.aarch64_neon.orr attribute)
(slothy.targets.aarch64.aarch64_neon.orr_imm attribute)
(slothy.targets.aarch64.aarch64_neon.orr_shifted attribute)
(slothy.targets.aarch64.aarch64_neon.orr_w attribute)
(slothy.targets.aarch64.aarch64_neon.pmull1_q attribute)
(slothy.targets.aarch64.aarch64_neon.pmull2_q attribute)
(slothy.targets.aarch64.aarch64_neon.prefetch attribute)
(slothy.targets.aarch64.aarch64_neon.q_ld1 attribute)
(slothy.targets.aarch64.aarch64_neon.q_ld1_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.q_ld1_with_postinc attribute)
(slothy.targets.aarch64.aarch64_neon.q_ld2_lane_post_inc attribute)
(slothy.targets.aarch64.aarch64_neon.q_ld2_lane_post_inc_force_output attribute)
(slothy.targets.aarch64.aarch64_neon.q_ldp_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.q_ldp_with_postinc attribute)
(slothy.targets.aarch64.aarch64_neon.q_ldr attribute)
(slothy.targets.aarch64.aarch64_neon.q_ldr1_stack attribute)
(slothy.targets.aarch64.aarch64_neon.q_ldr_stack_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.q_ldr_with_imm_hint attribute)
(slothy.targets.aarch64.aarch64_neon.q_ldr_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.q_ldr_with_inc_writeback attribute)
(slothy.targets.aarch64.aarch64_neon.q_ldr_with_postinc attribute)
(slothy.targets.aarch64.aarch64_neon.q_stp_stack_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.q_stp_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.q_stp_with_postinc attribute)
(slothy.targets.aarch64.aarch64_neon.q_str attribute)
(slothy.targets.aarch64.aarch64_neon.q_str_stack_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.q_str_with_imm_hint attribute)
(slothy.targets.aarch64.aarch64_neon.q_str_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.q_str_with_inc_writeback attribute)
(slothy.targets.aarch64.aarch64_neon.q_str_with_postinc attribute)
(slothy.targets.aarch64.aarch64_neon.rev32 attribute)
(slothy.targets.aarch64.aarch64_neon.rev64 attribute)
(slothy.targets.aarch64.aarch64_neon.rev_w attribute)
(slothy.targets.aarch64.aarch64_neon.sbc attribute)
(slothy.targets.aarch64.aarch64_neon.sbc_zero_r attribute)
(slothy.targets.aarch64.aarch64_neon.sbcs attribute)
(slothy.targets.aarch64.aarch64_neon.sbcs_to_zero attribute)
(slothy.targets.aarch64.aarch64_neon.sbcs_zero attribute)
(slothy.targets.aarch64.aarch64_neon.sbcs_zero_to_zero attribute)
(slothy.targets.aarch64.aarch64_neon.sbfx attribute)
(slothy.targets.aarch64.aarch64_neon.smulh_xform attribute)
(slothy.targets.aarch64.aarch64_neon.st2_base attribute)
(slothy.targets.aarch64.aarch64_neon.st2_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.st3_base attribute)
(slothy.targets.aarch64.aarch64_neon.st3_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.st4_base attribute)
(slothy.targets.aarch64.aarch64_neon.st4_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.sub attribute)
(slothy.targets.aarch64.aarch64_neon.sub_imm attribute)
(slothy.targets.aarch64.aarch64_neon.subs_imm attribute)
(slothy.targets.aarch64.aarch64_neon.subs_twoarg attribute)
(slothy.targets.aarch64.aarch64_neon.subs_wform attribute)
(slothy.targets.aarch64.aarch64_neon.trn1 attribute)
(slothy.targets.aarch64.aarch64_neon.trn2 attribute)
(slothy.targets.aarch64.aarch64_neon.tst_imm_xform attribute)
(slothy.targets.aarch64.aarch64_neon.tst_wform attribute)
(slothy.targets.aarch64.aarch64_neon.tst_xform attribute)
(slothy.targets.aarch64.aarch64_neon.uaddlp attribute)
(slothy.targets.aarch64.aarch64_neon.umaddl_wform attribute)
(slothy.targets.aarch64.aarch64_neon.umov_d attribute)
(slothy.targets.aarch64.aarch64_neon.umulh_xform attribute)
(slothy.targets.aarch64.aarch64_neon.umull_wform attribute)
(slothy.targets.aarch64.aarch64_neon.vadd attribute)
(slothy.targets.aarch64.aarch64_neon.vand attribute)
(slothy.targets.aarch64.aarch64_neon.vbic attribute)
(slothy.targets.aarch64.aarch64_neon.vbif attribute)
(slothy.targets.aarch64.aarch64_neon.vdup attribute)
(slothy.targets.aarch64.aarch64_neon.veor attribute)
(slothy.targets.aarch64.aarch64_neon.veor3 attribute)
(slothy.targets.aarch64.aarch64_neon.vext attribute)
(slothy.targets.aarch64.aarch64_neon.vins_d attribute)
(slothy.targets.aarch64.aarch64_neon.vins_d_force_output attribute)
(slothy.targets.aarch64.aarch64_neon.vmla attribute)
(slothy.targets.aarch64.aarch64_neon.vmla_lane attribute)
(slothy.targets.aarch64.aarch64_neon.vmlal attribute)
(slothy.targets.aarch64.aarch64_neon.vmls attribute)
(slothy.targets.aarch64.aarch64_neon.vmls_lane attribute)
(slothy.targets.aarch64.aarch64_neon.vmov attribute)
(slothy.targets.aarch64.aarch64_neon.vmov_d attribute)
(slothy.targets.aarch64.aarch64_neon.vmovi attribute)
(slothy.targets.aarch64.aarch64_neon.vmul attribute)
(slothy.targets.aarch64.aarch64_neon.vmul_lane attribute)
(slothy.targets.aarch64.aarch64_neon.vmull attribute)
(slothy.targets.aarch64.aarch64_neon.vmull2 attribute)
(slothy.targets.aarch64.aarch64_neon.vqdmulh_lane attribute)
(slothy.targets.aarch64.aarch64_neon.vqrdmulh attribute)
(slothy.targets.aarch64.aarch64_neon.vqrdmulh_lane attribute)
(slothy.targets.aarch64.aarch64_neon.vshl attribute)
(slothy.targets.aarch64.aarch64_neon.vshl_d attribute)
(slothy.targets.aarch64.aarch64_neon.vshli attribute)
(slothy.targets.aarch64.aarch64_neon.vshrn attribute)
(slothy.targets.aarch64.aarch64_neon.vsmlal attribute)
(slothy.targets.aarch64.aarch64_neon.vsmlal2 attribute)
(slothy.targets.aarch64.aarch64_neon.vsmull attribute)
(slothy.targets.aarch64.aarch64_neon.vsmull2 attribute)
(slothy.targets.aarch64.aarch64_neon.vsrshr attribute)
(slothy.targets.aarch64.aarch64_neon.vsshr attribute)
(slothy.targets.aarch64.aarch64_neon.vsub attribute)
(slothy.targets.aarch64.aarch64_neon.vurshr attribute)
(slothy.targets.aarch64.aarch64_neon.vushr attribute)
(slothy.targets.aarch64.aarch64_neon.vusra attribute)
(slothy.targets.aarch64.aarch64_neon.vuxtl attribute)
(slothy.targets.aarch64.aarch64_neon.vuzp1 attribute)
(slothy.targets.aarch64.aarch64_neon.vuzp2 attribute)
(slothy.targets.aarch64.aarch64_neon.vxtn attribute)
(slothy.targets.aarch64.aarch64_neon.vzip1 attribute)
(slothy.targets.aarch64.aarch64_neon.vzip2 attribute)
(slothy.targets.aarch64.aarch64_neon.w_stp_with_imm_sp attribute)
(slothy.targets.aarch64.aarch64_neon.w_str_imm attribute)
(slothy.targets.aarch64.aarch64_neon.w_str_sp_imm attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp_sp_with_imm_hint attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp_sp_with_imm_hint2 attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_imm_hint attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_imm_hint2 attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_imm_sp attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_imm_sp_xzr attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_inc_writeback attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_postinc_writeback attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_sp attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldr attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldr_imm_with_hint attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldr_stack attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldr_stack_imm attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldr_stack_imm_with_hint attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldr_with_imm attribute)
(slothy.targets.aarch64.aarch64_neon.x_ldr_with_postinc attribute)
(slothy.targets.aarch64.aarch64_neon.x_stp attribute)
(slothy.targets.aarch64.aarch64_neon.x_stp_sp_with_imm_hint attribute)
(slothy.targets.aarch64.aarch64_neon.x_stp_sp_with_imm_hint2 attribute)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_imm_hint attribute)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_imm_hint2 attribute)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_imm_sp attribute)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_imm_xzr_sp attribute)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_inc attribute)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_inc_writeback attribute)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_sp attribute)
(slothy.targets.aarch64.aarch64_neon.x_str attribute)
(slothy.targets.aarch64.aarch64_neon.x_str_imm attribute)
(slothy.targets.aarch64.aarch64_neon.x_str_imm_hint attribute)
(slothy.targets.aarch64.aarch64_neon.x_str_postinc attribute)
(slothy.targets.aarch64.aarch64_neon.x_str_sp_imm attribute)
(slothy.targets.aarch64.aarch64_neon.x_str_sp_imm_hint attribute)
(slothy.targets.arm_v7m.arch_v7m.add attribute)
(slothy.targets.arm_v7m.arch_v7m.add_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.add_imm_short attribute)
(slothy.targets.arm_v7m.arch_v7m.add_shifted attribute)
(slothy.targets.arm_v7m.arch_v7m.add_short attribute)
(slothy.targets.arm_v7m.arch_v7m.adds attribute)
(slothy.targets.arm_v7m.arch_v7m.asr attribute)
(slothy.targets.arm_v7m.arch_v7m.asrs attribute)
(slothy.targets.arm_v7m.arch_v7m.bic attribute)
(slothy.targets.arm_v7m.arch_v7m.bic_shifted attribute)
(slothy.targets.arm_v7m.arch_v7m.bics attribute)
(slothy.targets.arm_v7m.arch_v7m.bne attribute)
(slothy.targets.arm_v7m.arch_v7m.cmp attribute)
(slothy.targets.arm_v7m.arch_v7m.cmp_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.eor attribute)
(slothy.targets.arm_v7m.arch_v7m.eor_shifted attribute)
(slothy.targets.arm_v7m.arch_v7m.eor_short attribute)
(slothy.targets.arm_v7m.arch_v7m.eors attribute)
(slothy.targets.arm_v7m.arch_v7m.eors_short attribute)
(slothy.targets.arm_v7m.arch_v7m.ldm_interval attribute)
(slothy.targets.arm_v7m.arch_v7m.ldm_interval_inc_writeback attribute)
(slothy.targets.arm_v7m.arch_v7m.ldr attribute)
(slothy.targets.arm_v7m.arch_v7m.ldr_with_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.ldr_with_imm_stack attribute)
(slothy.targets.arm_v7m.arch_v7m.ldr_with_inc_writeback attribute)
(slothy.targets.arm_v7m.arch_v7m.ldr_with_postinc attribute)
(slothy.targets.arm_v7m.arch_v7m.ldrb_with_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.ldrb_with_postinc attribute)
(slothy.targets.arm_v7m.arch_v7m.ldrd_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.ldrd_with_postinc attribute)
(slothy.targets.arm_v7m.arch_v7m.ldrh_with_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.ldrh_with_postinc attribute)
(slothy.targets.arm_v7m.arch_v7m.log_and attribute)
(slothy.targets.arm_v7m.arch_v7m.log_and_shifted attribute)
(slothy.targets.arm_v7m.arch_v7m.log_or attribute)
(slothy.targets.arm_v7m.arch_v7m.log_or_shifted attribute)
(slothy.targets.arm_v7m.arch_v7m.lsl attribute)
(slothy.targets.arm_v7m.arch_v7m.mla attribute)
(slothy.targets.arm_v7m.arch_v7m.mls attribute)
(slothy.targets.arm_v7m.arch_v7m.movt_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.movw_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.mul attribute)
(slothy.targets.arm_v7m.arch_v7m.mul_short attribute)
(slothy.targets.arm_v7m.arch_v7m.neg_short attribute)
(slothy.targets.arm_v7m.arch_v7m.pkhbt attribute)
(slothy.targets.arm_v7m.arch_v7m.pkhbt_shifted attribute)
(slothy.targets.arm_v7m.arch_v7m.pkhtb attribute)
(slothy.targets.arm_v7m.arch_v7m.ror attribute)
(slothy.targets.arm_v7m.arch_v7m.ror_short attribute)
(slothy.targets.arm_v7m.arch_v7m.rors_short attribute)
(slothy.targets.arm_v7m.arch_v7m.sadd16 attribute)
(slothy.targets.arm_v7m.arch_v7m.smlabb attribute)
(slothy.targets.arm_v7m.arch_v7m.smlabt attribute)
(slothy.targets.arm_v7m.arch_v7m.smlad attribute)
(slothy.targets.arm_v7m.arch_v7m.smladx attribute)
(slothy.targets.arm_v7m.arch_v7m.smlal attribute)
(slothy.targets.arm_v7m.arch_v7m.smlatb attribute)
(slothy.targets.arm_v7m.arch_v7m.smlatt attribute)
(slothy.targets.arm_v7m.arch_v7m.smmulr attribute)
(slothy.targets.arm_v7m.arch_v7m.smuad attribute)
(slothy.targets.arm_v7m.arch_v7m.smuadx attribute)
(slothy.targets.arm_v7m.arch_v7m.smulbb attribute)
(slothy.targets.arm_v7m.arch_v7m.smull attribute)
(slothy.targets.arm_v7m.arch_v7m.smultb attribute)
(slothy.targets.arm_v7m.arch_v7m.smultt attribute)
(slothy.targets.arm_v7m.arch_v7m.smulwb attribute)
(slothy.targets.arm_v7m.arch_v7m.smulwt attribute)
(slothy.targets.arm_v7m.arch_v7m.ssub16 attribute)
(slothy.targets.arm_v7m.arch_v7m.stm_interval_inc_writeback attribute)
(slothy.targets.arm_v7m.arch_v7m.str_no_off attribute)
(slothy.targets.arm_v7m.arch_v7m.str_with_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.str_with_imm_stack attribute)
(slothy.targets.arm_v7m.arch_v7m.str_with_postinc attribute)
(slothy.targets.arm_v7m.arch_v7m.strh_with_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.strh_with_postinc attribute)
(slothy.targets.arm_v7m.arch_v7m.sub attribute)
(slothy.targets.arm_v7m.arch_v7m.sub_imm_short attribute)
(slothy.targets.arm_v7m.arch_v7m.sub_shifted attribute)
(slothy.targets.arm_v7m.arch_v7m.sub_short attribute)
(slothy.targets.arm_v7m.arch_v7m.subs_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.subs_imm_short attribute)
(slothy.targets.arm_v7m.arch_v7m.uadd16 attribute)
(slothy.targets.arm_v7m.arch_v7m.ubfx_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.usub16 attribute)
(slothy.targets.arm_v7m.arch_v7m.vldm_interval_inc_writeback attribute)
(slothy.targets.arm_v7m.arch_v7m.vldr_with_imm attribute)
(slothy.targets.arm_v7m.arch_v7m.vldr_with_postinc attribute)
(slothy.targets.arm_v7m.arch_v7m.vmov_gpr attribute)
(slothy.targets.arm_v7m.arch_v7m.vmov_gpr2 attribute)
(slothy.targets.arm_v7m.arch_v7m.vmov_gpr2_dual attribute)
periodic() (slothy.core.heuristics.Heuristics static method)
periodic_reordering() (slothy.core.core.Result method)
periodic_reordering_inv() (slothy.core.core.Result method)
periodic_reordering_with_bubbles() (slothy.core.core.Result method)
periodic_reordering_with_bubbles_inv() (slothy.core.core.Result method)
Permutation (class in slothy.helper)
permutation_comp() (slothy.helper.Permutation static method)
permutation_id() (slothy.helper.Permutation static method)
permutation_move_entry_forward() (slothy.helper.Permutation static method)
permutation_pad() (slothy.helper.Permutation static method)
pkhbt (class in slothy.targets.arm_v7m.arch_v7m)
(class in slothy.targets.arm_v81m.arch_v81m)
pkhbt_shifted (class in slothy.targets.arm_v7m.arch_v7m)
pkhtb (class in slothy.targets.arm_v7m.arch_v7m)
pmull1_q (class in slothy.targets.aarch64.aarch64_neon)
pmull2_q (class in slothy.targets.aarch64.aarch64_neon)
postamble (slothy.core.core.Result property)
pre_before_post (slothy.core.config.Config.SoftwarePipelining property)
pre_core_post_dict (slothy.core.core.Result property)
preamble (slothy.core.core.Result property)
prefetch (class in slothy.targets.aarch64.aarch64_neon)
process_instructions() (slothy.helper.AsmIfElse static method)
Q
q_ld1 (class in slothy.targets.aarch64.aarch64_neon)
q_ld1_with_inc (class in slothy.targets.aarch64.aarch64_neon)
q_ld1_with_postinc (class in slothy.targets.aarch64.aarch64_neon)
Q_Ld2_Lane_Post_Inc (class in slothy.targets.aarch64.aarch64_neon)
q_ld2_lane_post_inc (class in slothy.targets.aarch64.aarch64_neon)
q_ld2_lane_post_inc_force_output (class in slothy.targets.aarch64.aarch64_neon)
q_ld2_lane_post_inc_parsing_cb() (in module slothy.targets.aarch64.aarch64_neon)
q_ldp_with_inc (class in slothy.targets.aarch64.aarch64_neon)
q_ldp_with_postinc (class in slothy.targets.aarch64.aarch64_neon)
q_ldr (class in slothy.targets.aarch64.aarch64_neon)
q_ldr1_stack (class in slothy.targets.aarch64.aarch64_neon)
q_ldr_stack_with_inc (class in slothy.targets.aarch64.aarch64_neon)
q_ldr_with_imm_hint (class in slothy.targets.aarch64.aarch64_neon)
q_ldr_with_inc (class in slothy.targets.aarch64.aarch64_neon)
q_ldr_with_inc_writeback (class in slothy.targets.aarch64.aarch64_neon)
q_ldr_with_postinc (class in slothy.targets.aarch64.aarch64_neon)
q_stp_stack_with_inc (class in slothy.targets.aarch64.aarch64_neon)
q_stp_with_inc (class in slothy.targets.aarch64.aarch64_neon)
q_stp_with_postinc (class in slothy.targets.aarch64.aarch64_neon)
q_str (class in slothy.targets.aarch64.aarch64_neon)
q_str_stack_with_inc (class in slothy.targets.aarch64.aarch64_neon)
q_str_with_imm_hint (class in slothy.targets.aarch64.aarch64_neon)
q_str_with_inc (class in slothy.targets.aarch64.aarch64_neon)
q_str_with_inc_writeback (class in slothy.targets.aarch64.aarch64_neon)
q_str_with_postinc (class in slothy.targets.aarch64.aarch64_neon)
qrestore (class in slothy.targets.aarch64.aarch64_neon)
(class in slothy.targets.arm_v81m.arch_v81m)
qsave (class in slothy.targets.aarch64.aarch64_neon)
(class in slothy.targets.arm_v81m.arch_v81m)
R
read_multiline() (slothy.helper.SourceLine static method)
reduce() (slothy.core.dataflow.InstructionInOut method)
(slothy.core.dataflow.InstructionOutput method)
(slothy.core.dataflow.RegisterSource method)
(slothy.helper.SourceLine method)
reduce_source() (slothy.helper.SourceLine static method)
register_aliases (slothy.core.config.Config property)
RegisterSource (class in slothy.core.dataflow)
RegisterType (class in slothy.targets.aarch64.aarch64_neon)
(class in slothy.targets.arm_v7m.arch_v7m)
(class in slothy.targets.arm_v81m.arch_v81m)
remove_escaping() (slothy.helper.SourceLine method)
rename_function() (slothy.core.slothy.Slothy method)
(slothy.helper.AsmHelper static method)
rename_hint_orig_rename (slothy.core.config.Config.Hints property)
rename_inputs (slothy.core.config.Config property)
rename_outputs (slothy.core.config.Config property)
reordering() (slothy.core.core.Result method)
reordering_inv() (slothy.core.core.Result method)
reordering_with_bubbles (slothy.core.core.Result property)
reordering_with_bubbles_inv() (slothy.core.core.Result method)
reserved_regs (slothy.core.config.Config property)
reserved_regs_are_locked (slothy.core.config.Config property)
restore (class in slothy.targets.aarch64.aarch64_neon)
(class in slothy.targets.arm_v81m.arch_v81m)
restore() (slothy.targets.aarch64.aarch64_neon.Spill method)
(slothy.targets.arm_v7m.arch_v7m.Spill method)
restored (class in slothy.targets.arm_v81m.arch_v81m)
restrict_early_late_instructions() (slothy.core.core.SlothyBase method)
restrict_slots_for_instruction() (slothy.core.core.SlothyBase method)
restrict_slots_for_instructions() (slothy.core.core.SlothyBase method)
restrict_slots_for_instructions_by_class() (slothy.core.core.SlothyBase method)
restrict_slots_for_instructions_by_property() (slothy.core.core.SlothyBase method)
Result (class in slothy.core.core)
result (slothy.core.core.SlothyBase property)
retry() (slothy.core.core.SlothyBase method)
retry_timeout (slothy.core.config.Config property)
rev32 (class in slothy.targets.aarch64.aarch64_neon)
rev64 (class in slothy.targets.aarch64.aarch64_neon)
rev_w (class in slothy.targets.aarch64.aarch64_neon)
ror (class in slothy.targets.arm_v7m.arch_v7m)
ror_short (class in slothy.targets.arm_v7m.arch_v7m)
rors_short (class in slothy.targets.arm_v7m.arch_v7m)
run() (slothy.helper.LLVM_Mca static method)
(slothy.helper.SelfTest static method)
S
sadd16 (class in slothy.targets.arm_v7m.arch_v7m)
save (class in slothy.targets.aarch64.aarch64_neon)
(class in slothy.targets.arm_v81m.arch_v81m)
saved (class in slothy.targets.arm_v81m.arch_v81m)
sbc (class in slothy.targets.aarch64.aarch64_neon)
sbc_zero_r (class in slothy.targets.aarch64.aarch64_neon)
sbcs (class in slothy.targets.aarch64.aarch64_neon)
sbcs_to_zero (class in slothy.targets.aarch64.aarch64_neon)
sbcs_zero (class in slothy.targets.aarch64.aarch64_neon)
sbcs_zero_to_zero (class in slothy.targets.aarch64.aarch64_neon)
sbfx (class in slothy.targets.aarch64.aarch64_neon)
SCALAR (slothy.targets.arm_v81m.cortex_m55r1.ExecutionUnit attribute)
(slothy.targets.arm_v81m.cortex_m85r1.ExecutionUnit attribute)
(slothy.targets.arm_v81m.helium_experimental.ExecutionUnit attribute)
SCALAR() (slothy.targets.aarch64.cortex_a55.ExecutionUnit class method)
(slothy.targets.aarch64.cortex_a72_frontend.ExecutionUnit class method)
SCALAR_ALU0 (slothy.targets.aarch64.cortex_a55.ExecutionUnit attribute)
SCALAR_ALU1 (slothy.targets.aarch64.cortex_a55.ExecutionUnit attribute)
SCALAR_I0 (slothy.targets.aarch64.aarch64_big_experimental.ExecutionUnit attribute)
(slothy.targets.aarch64.apple_m1_firestorm_experimental.ExecutionUnit attribute)
(slothy.targets.aarch64.apple_m1_icestorm_experimental.ExecutionUnit attribute)
(slothy.targets.aarch64.neoverse_n1_experimental.ExecutionUnit attribute)
SCALAR_I1 (slothy.targets.aarch64.aarch64_big_experimental.ExecutionUnit attribute)
(slothy.targets.aarch64.apple_m1_firestorm_experimental.ExecutionUnit attribute)
(slothy.targets.aarch64.apple_m1_icestorm_experimental.ExecutionUnit attribute)
(slothy.targets.aarch64.neoverse_n1_experimental.ExecutionUnit attribute)
SCALAR_I2 (slothy.targets.aarch64.aarch64_big_experimental.ExecutionUnit attribute)
(slothy.targets.aarch64.apple_m1_firestorm_experimental.ExecutionUnit attribute)
(slothy.targets.aarch64.apple_m1_icestorm_experimental.ExecutionUnit attribute)
(slothy.targets.aarch64.neoverse_n1_experimental.ExecutionUnit attribute)
SCALAR_I3 (slothy.targets.aarch64.aarch64_big_experimental.ExecutionUnit attribute)
(slothy.targets.aarch64.apple_m1_firestorm_experimental.ExecutionUnit attribute)
SCALAR_I4 (slothy.targets.aarch64.apple_m1_firestorm_experimental.ExecutionUnit attribute)
SCALAR_I5 (slothy.targets.aarch64.apple_m1_firestorm_experimental.ExecutionUnit attribute)
SCALAR_LOAD (slothy.targets.aarch64.cortex_a55.ExecutionUnit attribute)
SCALAR_M (slothy.targets.aarch64.apple_m1_icestorm_experimental.ExecutionUnit attribute)
(slothy.targets.aarch64.neoverse_n1_experimental.ExecutionUnit attribute)
SCALAR_M0 (slothy.targets.aarch64.aarch64_big_experimental.ExecutionUnit attribute)
(slothy.targets.aarch64.apple_m1_firestorm_experimental.ExecutionUnit attribute)
SCALAR_M1 (slothy.targets.aarch64.aarch64_big_experimental.ExecutionUnit attribute)
(slothy.targets.aarch64.apple_m1_firestorm_experimental.ExecutionUnit attribute)
SCALAR_MAC (slothy.targets.aarch64.cortex_a55.ExecutionUnit attribute)
SCALAR_MUL() (slothy.targets.aarch64.cortex_a55.ExecutionUnit class method)
SCALAR_STORE (slothy.targets.aarch64.cortex_a55.ExecutionUnit attribute)
selfcheck (slothy.core.config.Config property)
selfcheck() (slothy.core.core.Result method)
selfcheck_failure_logfile (slothy.core.config.Config property)
selfcheck_with_fixup() (slothy.core.core.Result method)
SelfTest (class in slothy.helper)
selftest (slothy.core.config.Config property)
selftest() (slothy.core.core.Result method)
selftest_address_registers (slothy.core.config.Config property)
selftest_default_memory_size (slothy.core.config.Config property)
selftest_iterations (slothy.core.config.Config property)
SelfTestException
set_comment() (slothy.helper.SourceLine method)
set_comments() (slothy.helper.SourceLine method)
set_indentation() (slothy.helper.SourceLine method)
set_length() (slothy.helper.SourceLine method)
set_source_as_string() (slothy.core.slothy.Slothy method)
set_tag() (slothy.helper.SourceLine method)
set_text() (slothy.helper.SourceLine method)
SHIFT() (slothy.targets.arm_v7m.cortex_m7.ExecutionUnit method)
sibling() (slothy.core.dataflow.InstructionInOut method)
(slothy.core.dataflow.InstructionOutput method)
SIMD (slothy.targets.arm_v7m.cortex_m7.ExecutionUnit attribute)
slothy
module
Slothy (class in slothy.core.slothy)
slothy.core
module
slothy.core.config
module
slothy.core.core
module
slothy.core.dataflow
module
slothy.core.heuristics
module
slothy.core.slothy
module
slothy.helper
module
slothy.targets
module
slothy.targets.aarch64
module
slothy.targets.aarch64.aarch64_big_experimental
module
slothy.targets.aarch64.aarch64_neon
module
slothy.targets.aarch64.apple_m1_firestorm_experimental
module
slothy.targets.aarch64.apple_m1_icestorm_experimental
module
slothy.targets.aarch64.cortex_a55
module
slothy.targets.aarch64.cortex_a72_frontend
module
slothy.targets.aarch64.neoverse_n1_experimental
module
slothy.targets.arm_v7m
module
slothy.targets.arm_v7m.arch_v7m
module
slothy.targets.arm_v7m.cortex_m4
module
slothy.targets.arm_v7m.cortex_m7
module
slothy.targets.arm_v81m
module
slothy.targets.arm_v81m.arch_v81m
module
slothy.targets.arm_v81m.cortex_m55r1
module
slothy.targets.arm_v81m.cortex_m85r1
module
slothy.targets.arm_v81m.helium_experimental
module
slothy.targets.common
module
slothy.targets.query
module
SlothyBase (class in slothy.core.core)
SlothyBase.CpSatSolutionCb (class in slothy.core.core)
SlothyException
SlothySelfCheckException
SlothyUselessInstructionException
smlabb (class in slothy.targets.arm_v7m.arch_v7m)
smlabt (class in slothy.targets.arm_v7m.arch_v7m)
smlad (class in slothy.targets.arm_v7m.arch_v7m)
smladx (class in slothy.targets.arm_v7m.arch_v7m)
smlal (class in slothy.targets.arm_v7m.arch_v7m)
smlatb (class in slothy.targets.arm_v7m.arch_v7m)
smlatt (class in slothy.targets.arm_v7m.arch_v7m)
smmulr (class in slothy.targets.arm_v7m.arch_v7m)
smuad (class in slothy.targets.arm_v7m.arch_v7m)
smuadx (class in slothy.targets.arm_v7m.arch_v7m)
smulbb (class in slothy.targets.arm_v7m.arch_v7m)
smulh_xform (class in slothy.targets.aarch64.aarch64_neon)
smull (class in slothy.targets.arm_v7m.arch_v7m)
smultb (class in slothy.targets.arm_v7m.arch_v7m)
smultt (class in slothy.targets.arm_v7m.arch_v7m)
smulwb (class in slothy.targets.arm_v7m.arch_v7m)
smulwt (class in slothy.targets.arm_v7m.arch_v7m)
solution_count() (slothy.core.core.SlothyBase.CpSatSolutionCb method)
source (slothy.core.slothy.Slothy property)
SourceLine (class in slothy.helper)
Spill (class in slothy.targets.aarch64.aarch64_neon)
(class in slothy.targets.arm_v7m.arch_v7m)
spill() (slothy.targets.aarch64.aarch64_neon.Spill method)
(slothy.targets.arm_v7m.arch_v7m.Spill method)
spill_type (slothy.core.config.Config.Constraints property)
spillable() (slothy.targets.aarch64.aarch64_neon.RegisterType static method)
(slothy.targets.arm_v7m.arch_v7m.RegisterType static method)
split_heuristic (slothy.core.config.Config property)
split_heuristic_abort_cycle_at_high (slothy.core.config.Config property)
split_heuristic_abort_cycle_at_low (slothy.core.config.Config property)
split_heuristic_bottom_to_top (slothy.core.config.Config property)
split_heuristic_chunks (slothy.core.config.Config property)
split_heuristic_estimate_performance (slothy.core.config.Config property)
split_heuristic_factor (slothy.core.config.Config property)
split_heuristic_optimize_seam (slothy.core.config.Config property)
split_heuristic_preprocess_naive_interleaving (slothy.core.config.Config property)
split_heuristic_preprocess_naive_interleaving_by_latency (slothy.core.config.Config property)
split_heuristic_preprocess_naive_interleaving_strategy (slothy.core.config.Config property)
split_heuristic_region (slothy.core.config.Config property)
split_heuristic_repeat (slothy.core.config.Config property)
split_heuristic_stepsize (slothy.core.config.Config property)
split_semicolons() (slothy.helper.SourceLine static method)
ssa() (slothy.core.dataflow.DataFlowGraph method)
ssub16 (class in slothy.targets.arm_v7m.arch_v7m)
St2 (class in slothy.targets.aarch64.aarch64_neon)
st2_base (class in slothy.targets.aarch64.aarch64_neon)
st2_with_inc (class in slothy.targets.aarch64.aarch64_neon)
St3 (class in slothy.targets.aarch64.aarch64_neon)
st3_base (class in slothy.targets.aarch64.aarch64_neon)
st3_with_inc (class in slothy.targets.aarch64.aarch64_neon)
St4 (class in slothy.targets.aarch64.aarch64_neon)
st4_base (class in slothy.targets.aarch64.aarch64_neon)
st4_with_inc (class in slothy.targets.aarch64.aarch64_neon)
STACK (slothy.targets.arm_v81m.cortex_m55r1.ExecutionUnit attribute)
(slothy.targets.arm_v81m.helium_experimental.ExecutionUnit attribute)
STACK_GPR (slothy.targets.aarch64.aarch64_neon.RegisterType attribute)
STACK_LD (slothy.targets.arm_v81m.cortex_m85r1.ExecutionUnit attribute)
STACK_NEON (slothy.targets.aarch64.aarch64_neon.RegisterType attribute)
STACK_ST (slothy.targets.arm_v81m.cortex_m85r1.ExecutionUnit attribute)
StackGPR (slothy.targets.arm_v81m.arch_v81m.RegisterType attribute)
StackMVE (slothy.targets.arm_v81m.arch_v81m.RegisterType attribute)
stall_positions (slothy.core.core.Result property)
stalls (slothy.core.core.Result property)
stalls_allowed (slothy.core.config.Config.Constraints property)
stalls_first_attempt (slothy.core.config.Config.Constraints property)
stalls_maximum_attempt (slothy.core.config.Config.Constraints property)
stalls_minimum_attempt (slothy.core.config.Config.Constraints property)
stalls_precision (slothy.core.config.Config.Constraints property)
stalls_timeout_below_precision (slothy.core.config.Config.Constraints property)
start() (slothy.helper.Loop method)
(slothy.targets.aarch64.aarch64_neon.SubsLoop method)
(slothy.targets.arm_v7m.arch_v7m.BranchLoop method)
(slothy.targets.arm_v7m.arch_v7m.CmpLoop method)
(slothy.targets.arm_v7m.arch_v7m.SubsLoop method)
(slothy.targets.arm_v7m.arch_v7m.VmovCmpLoop method)
(slothy.targets.arm_v81m.arch_v81m.LeLoop method)
stm_interval_inc_writeback (class in slothy.targets.arm_v7m.arch_v7m)
stm_interval_inc_writeback_splitting_cb() (in module slothy.targets.arm_v7m.arch_v7m)
STORE (slothy.targets.arm_v7m.cortex_m7.ExecutionUnit attribute)
(slothy.targets.arm_v81m.cortex_m55r1.ExecutionUnit attribute)
(slothy.targets.arm_v81m.cortex_m85r1.ExecutionUnit attribute)
(slothy.targets.arm_v81m.helium_experimental.ExecutionUnit attribute)
STORE() (slothy.targets.aarch64.apple_m1_firestorm_experimental.ExecutionUnit method)
(slothy.targets.aarch64.apple_m1_icestorm_experimental.ExecutionUnit method)
(slothy.targets.aarch64.cortex_a72_frontend.ExecutionUnit class method)
STORE0 (slothy.targets.aarch64.cortex_a72_frontend.ExecutionUnit attribute)
STORE1 (slothy.targets.aarch64.cortex_a72_frontend.ExecutionUnit attribute)
Stp_Q (class in slothy.targets.aarch64.aarch64_neon)
Stp_X (class in slothy.targets.aarch64.aarch64_neon)
str_no_off (class in slothy.targets.arm_v7m.arch_v7m)
Str_Q (class in slothy.targets.aarch64.aarch64_neon)
str_with_imm (class in slothy.targets.arm_v7m.arch_v7m)
str_with_imm_stack (class in slothy.targets.arm_v7m.arch_v7m)
str_with_postinc (class in slothy.targets.arm_v7m.arch_v7m)
Str_X (class in slothy.targets.aarch64.aarch64_neon)
strd (class in slothy.targets.arm_v81m.arch_v81m)
strh_with_imm (class in slothy.targets.arm_v7m.arch_v7m)
strh_with_postinc (class in slothy.targets.arm_v7m.arch_v7m)
SU0 (slothy.targets.aarch64.apple_m1_firestorm_experimental.ExecutionUnit attribute)
sub (class in slothy.targets.aarch64.aarch64_neon)
(class in slothy.targets.arm_v7m.arch_v7m)
(class in slothy.targets.arm_v81m.arch_v81m)
sub_imm (class in slothy.targets.aarch64.aarch64_neon)
(class in slothy.targets.arm_v81m.arch_v81m)
sub_imm_short (class in slothy.targets.arm_v7m.arch_v7m)
sub_shifted (class in slothy.targets.arm_v7m.arch_v7m)
sub_short (class in slothy.targets.arm_v7m.arch_v7m)
subs_imm (class in slothy.targets.aarch64.aarch64_neon)
(class in slothy.targets.arm_v7m.arch_v7m)
subs_imm_short (class in slothy.targets.arm_v7m.arch_v7m)
subs_twoarg (class in slothy.targets.aarch64.aarch64_neon)
subs_wform (class in slothy.targets.aarch64.aarch64_neon)
SubsLoop (class in slothy.targets.aarch64.aarch64_neon)
(class in slothy.targets.arm_v7m.arch_v7m)
success (slothy.core.core.Result property)
(slothy.core.core.SlothyBase property)
sw_pipelining (slothy.core.config.Config property)
T
tags (slothy.helper.SourceLine property)
target (slothy.core.config.Config property)
(slothy.core.core.SlothyBase property)
(slothy.core.slothy.Slothy attribute)
text (slothy.helper.SourceLine property)
timeout (slothy.core.config.Config property)
to_source_line() (slothy.core.dataflow.ComputationNode method)
to_string() (slothy.helper.SourceLine method)
transform_text() (slothy.helper.SourceLine method)
Transpose (class in slothy.targets.aarch64.aarch64_neon)
trn1 (class in slothy.targets.aarch64.aarch64_neon)
trn2 (class in slothy.targets.aarch64.aarch64_neon)
Tst (class in slothy.targets.aarch64.aarch64_neon)
tst_imm_xform (class in slothy.targets.aarch64.aarch64_neon)
tst_wform (class in slothy.targets.aarch64.aarch64_neon)
tst_xform (class in slothy.targets.aarch64.aarch64_neon)
typing_hints (slothy.core.dataflow.Config property)
U
uadd16 (class in slothy.targets.arm_v7m.arch_v7m)
uaddlp (class in slothy.targets.aarch64.aarch64_neon)
ubfx_imm (class in slothy.targets.arm_v7m.arch_v7m)
umaddl_wform (class in slothy.targets.aarch64.aarch64_neon)
umov_d (class in slothy.targets.aarch64.aarch64_neon)
umulh_xform (class in slothy.targets.aarch64.aarch64_neon)
umull_wform (class in slothy.targets.aarch64.aarch64_neon)
unconditional() (slothy.targets.aarch64.aarch64_neon.Branch static method)
(slothy.targets.arm_v7m.arch_v7m.Branch static method)
unfold() (slothy.core.slothy.Slothy method)
(slothy.helper.CPreprocessor static method)
unfold_abbrevs() (slothy.targets.aarch64.aarch64_neon.Instruction static method)
(slothy.targets.arm_v7m.arch_v7m.Instruction static method)
(slothy.targets.arm_v81m.arch_v81m.Instruction method)
unfold_all_aliases() (slothy.helper.AsmAllocation static method)
unfold_all_macros() (slothy.helper.AsmMacro static method)
unfold_in() (slothy.helper.AsmMacro method)
unicorn_arch (in module slothy.targets.aarch64.aarch64_neon)
(in module slothy.targets.arm_v7m.arch_v7m)
(in module slothy.targets.arm_v81m.arch_v81m)
unicorn_link_register() (slothy.targets.aarch64.aarch64_neon.RegisterType static method)
(slothy.targets.arm_v7m.arch_v7m.RegisterType static method)
unicorn_mode (in module slothy.targets.aarch64.aarch64_neon)
(in module slothy.targets.arm_v7m.arch_v7m)
(in module slothy.targets.arm_v81m.arch_v81m)
unicorn_program_counter() (slothy.targets.aarch64.aarch64_neon.RegisterType static method)
(slothy.targets.arm_v7m.arch_v7m.RegisterType static method)
unicorn_reg_by_name() (slothy.targets.aarch64.aarch64_neon.RegisterType static method)
(slothy.targets.arm_v7m.arch_v7m.RegisterType static method)
unicorn_stack_pointer() (slothy.targets.aarch64.aarch64_neon.RegisterType static method)
(slothy.targets.arm_v7m.arch_v7m.RegisterType static method)
UNIT (slothy.targets.arm_v7m.cortex_m4.ExecutionUnit attribute)
unknown_iteration_count (slothy.core.config.Config.SoftwarePipelining property)
UnknownInstruction
,
[1]
UnknownRegister
,
[1]
UnknownTarget
unroll (slothy.core.config.Config.SoftwarePipelining property)
unsafe_address_offset_fixup (slothy.core.config.Config property)
update_inputs() (slothy.core.dataflow.DataFlowGraph method)
usub16 (class in slothy.targets.arm_v7m.arch_v7m)
V
V() (slothy.targets.aarch64.aarch64_big_experimental.ExecutionUnit method)
(slothy.targets.aarch64.apple_m1_firestorm_experimental.ExecutionUnit method)
(slothy.targets.aarch64.apple_m1_icestorm_experimental.ExecutionUnit method)
(slothy.targets.aarch64.neoverse_n1_experimental.ExecutionUnit class method)
V0() (slothy.targets.aarch64.aarch64_big_experimental.ExecutionUnit method)
(slothy.targets.aarch64.apple_m1_firestorm_experimental.ExecutionUnit method)
(slothy.targets.aarch64.neoverse_n1_experimental.ExecutionUnit class method)
V01() (slothy.targets.aarch64.aarch64_big_experimental.ExecutionUnit method)
(slothy.targets.aarch64.apple_m1_firestorm_experimental.ExecutionUnit method)
V02() (slothy.targets.aarch64.aarch64_big_experimental.ExecutionUnit method)
(slothy.targets.aarch64.apple_m1_firestorm_experimental.ExecutionUnit method)
V1() (slothy.targets.aarch64.aarch64_big_experimental.ExecutionUnit method)
(slothy.targets.aarch64.apple_m1_firestorm_experimental.ExecutionUnit method)
(slothy.targets.aarch64.neoverse_n1_experimental.ExecutionUnit class method)
V13() (slothy.targets.aarch64.aarch64_big_experimental.ExecutionUnit method)
(slothy.targets.aarch64.apple_m1_firestorm_experimental.ExecutionUnit method)
vadd (class in slothy.targets.aarch64.aarch64_neon)
vadd_sv (class in slothy.targets.arm_v81m.arch_v81m)
vadd_vv (class in slothy.targets.arm_v81m.arch_v81m)
vaddf (class in slothy.targets.arm_v81m.arch_v81m)
vaddva (class in slothy.targets.arm_v81m.arch_v81m)
valid (slothy.core.core.Result property)
vand (class in slothy.targets.aarch64.aarch64_neon)
(class in slothy.targets.arm_v81m.arch_v81m)
variable_size (slothy.core.config.Config property)
varname() (slothy.core.dataflow.ComputationNode method)
vbic (class in slothy.targets.aarch64.aarch64_neon)
vbif (class in slothy.targets.aarch64.aarch64_neon)
vcadd (class in slothy.targets.arm_v81m.arch_v81m)
vcaddf (class in slothy.targets.arm_v81m.arch_v81m)
vcmla (class in slothy.targets.arm_v81m.arch_v81m)
vcmul (class in slothy.targets.arm_v81m.arch_v81m)
vcsubf (class in slothy.targets.arm_v81m.arch_v81m)
vdup (class in slothy.targets.aarch64.aarch64_neon)
(class in slothy.targets.arm_v81m.arch_v81m)
VEC0 (slothy.targets.aarch64.aarch64_big_experimental.ExecutionUnit attribute)
(slothy.targets.aarch64.apple_m1_firestorm_experimental.ExecutionUnit attribute)
(slothy.targets.aarch64.apple_m1_icestorm_experimental.ExecutionUnit attribute)
(slothy.targets.aarch64.cortex_a55.ExecutionUnit attribute)
(slothy.targets.aarch64.neoverse_n1_experimental.ExecutionUnit attribute)
VEC1 (slothy.targets.aarch64.aarch64_big_experimental.ExecutionUnit attribute)
(slothy.targets.aarch64.apple_m1_firestorm_experimental.ExecutionUnit attribute)
(slothy.targets.aarch64.apple_m1_icestorm_experimental.ExecutionUnit attribute)
(slothy.targets.aarch64.cortex_a55.ExecutionUnit attribute)
(slothy.targets.aarch64.neoverse_n1_experimental.ExecutionUnit attribute)
VEC2 (slothy.targets.aarch64.aarch64_big_experimental.ExecutionUnit attribute)
(slothy.targets.aarch64.apple_m1_firestorm_experimental.ExecutionUnit attribute)
VEC3 (slothy.targets.aarch64.aarch64_big_experimental.ExecutionUnit attribute)
(slothy.targets.aarch64.apple_m1_firestorm_experimental.ExecutionUnit attribute)
VEC_BITWA (slothy.targets.arm_v81m.cortex_m85r1.ExecutionUnit attribute)
VEC_BITWB (slothy.targets.arm_v81m.cortex_m85r1.ExecutionUnit attribute)
VEC_CMP (slothy.targets.arm_v81m.cortex_m85r1.ExecutionUnit attribute)
VEC_FPADD (slothy.targets.arm_v81m.cortex_m85r1.ExecutionUnit attribute)
VEC_FPCMP (slothy.targets.arm_v81m.cortex_m85r1.ExecutionUnit attribute)
VEC_FPCNV (slothy.targets.arm_v81m.cortex_m85r1.ExecutionUnit attribute)
VEC_FPMUL (slothy.targets.arm_v81m.cortex_m85r1.ExecutionUnit attribute)
VEC_FPU (slothy.targets.arm_v81m.cortex_m55r1.ExecutionUnit attribute)
(slothy.targets.arm_v81m.cortex_m85r1.ExecutionUnit attribute)
(slothy.targets.arm_v81m.helium_experimental.ExecutionUnit attribute)
VEC_INT (slothy.targets.arm_v81m.cortex_m55r1.ExecutionUnit attribute)
(slothy.targets.arm_v81m.cortex_m85r1.ExecutionUnit attribute)
(slothy.targets.arm_v81m.helium_experimental.ExecutionUnit attribute)
VEC_IVMINMAX (slothy.targets.arm_v81m.cortex_m85r1.ExecutionUnit attribute)
VEC_MUL (slothy.targets.arm_v81m.cortex_m55r1.ExecutionUnit attribute)
(slothy.targets.arm_v81m.cortex_m85r1.ExecutionUnit attribute)
(slothy.targets.arm_v81m.helium_experimental.ExecutionUnit attribute)
VEC_PREDIC (slothy.targets.arm_v81m.cortex_m85r1.ExecutionUnit attribute)
VEC_SHFT (slothy.targets.arm_v81m.cortex_m85r1.ExecutionUnit attribute)
VEC_VMOVA (slothy.targets.arm_v81m.cortex_m85r1.ExecutionUnit attribute)
VEC_VMOVB (slothy.targets.arm_v81m.cortex_m85r1.ExecutionUnit attribute)
VEC_VMOVLN (slothy.targets.arm_v81m.cortex_m85r1.ExecutionUnit attribute)
VecToGprMov (class in slothy.targets.aarch64.aarch64_neon)
veor (class in slothy.targets.aarch64.aarch64_neon)
veor3 (class in slothy.targets.aarch64.aarch64_neon)
vext (class in slothy.targets.aarch64.aarch64_neon)
vfma (class in slothy.targets.arm_v81m.arch_v81m)
vhadd (class in slothy.targets.arm_v81m.arch_v81m)
vhcadd (class in slothy.targets.arm_v81m.arch_v81m)
vhcsub (class in slothy.targets.arm_v81m.arch_v81m)
vhsub (class in slothy.targets.arm_v81m.arch_v81m)
Vins (class in slothy.targets.aarch64.aarch64_neon)
vins_d (class in slothy.targets.aarch64.aarch64_neon)
vins_d_force_output (class in slothy.targets.aarch64.aarch64_neon)
vins_d_parsing_cb() (in module slothy.targets.aarch64.aarch64_neon)
VirtualInputInstruction (class in slothy.core.dataflow)
VirtualInstruction (class in slothy.core.dataflow)
VirtualOutputInstruction (class in slothy.core.dataflow)
vld2 (class in slothy.targets.arm_v81m.arch_v81m)
vld4 (class in slothy.targets.arm_v81m.arch_v81m)
vldm_interval_inc_writeback (class in slothy.targets.arm_v7m.arch_v7m)
vldm_interval_inc_writeback_splitting_cb() (in module slothy.targets.arm_v7m.arch_v7m)
vldr (class in slothy.targets.arm_v81m.arch_v81m)
vldr_gather (class in slothy.targets.arm_v81m.arch_v81m)
vldr_with_imm (class in slothy.targets.arm_v7m.arch_v7m)
vldr_with_postinc (class in slothy.targets.arm_v7m.arch_v7m)
Vmla (class in slothy.targets.aarch64.aarch64_neon)
vmla (class in slothy.targets.aarch64.aarch64_neon)
(class in slothy.targets.arm_v81m.arch_v81m)
vmla_lane (class in slothy.targets.aarch64.aarch64_neon)
Vmlal (class in slothy.targets.aarch64.aarch64_neon)
vmlal (class in slothy.targets.aarch64.aarch64_neon)
vmlaldava (class in slothy.targets.arm_v81m.arch_v81m)
vmls (class in slothy.targets.aarch64.aarch64_neon)
vmls_lane (class in slothy.targets.aarch64.aarch64_neon)
vmov (class in slothy.targets.aarch64.aarch64_neon)
vmov_d (class in slothy.targets.aarch64.aarch64_neon)
vmov_double_v2r (class in slothy.targets.arm_v81m.arch_v81m)
vmov_gpr (class in slothy.targets.arm_v7m.arch_v7m)
vmov_gpr2 (class in slothy.targets.arm_v7m.arch_v7m)
vmov_gpr2_dual (class in slothy.targets.arm_v7m.arch_v7m)
vmov_imm (class in slothy.targets.arm_v81m.arch_v81m)
VmovCmpLoop (class in slothy.targets.arm_v7m.arch_v7m)
vmovi (class in slothy.targets.aarch64.aarch64_neon)
vmovlbt (class in slothy.targets.arm_v81m.arch_v81m)
Vmul (class in slothy.targets.aarch64.aarch64_neon)
vmul (class in slothy.targets.aarch64.aarch64_neon)
vmul_lane (class in slothy.targets.aarch64.aarch64_neon)
vmul_T1 (class in slothy.targets.arm_v81m.arch_v81m)
vmul_T2 (class in slothy.targets.arm_v81m.arch_v81m)
vmulf_T1 (class in slothy.targets.arm_v81m.arch_v81m)
vmulf_T2 (class in slothy.targets.arm_v81m.arch_v81m)
vmulh (class in slothy.targets.arm_v81m.arch_v81m)
Vmull (class in slothy.targets.aarch64.aarch64_neon)
vmull (class in slothy.targets.aarch64.aarch64_neon)
vmull2 (class in slothy.targets.aarch64.aarch64_neon)
vmullbt (class in slothy.targets.arm_v81m.arch_v81m)
vorr (class in slothy.targets.arm_v81m.arch_v81m)
vqdmladhx (class in slothy.targets.arm_v81m.arch_v81m)
vqdmlah (class in slothy.targets.arm_v81m.arch_v81m)
vqdmlsdh (class in slothy.targets.arm_v81m.arch_v81m)
vqdmlsdh_vqdmladhx_parsing_cb() (in module slothy.targets.arm_v81m.arch_v81m)
Vqdmulh (class in slothy.targets.aarch64.aarch64_neon)
vqdmulh_lane (class in slothy.targets.aarch64.aarch64_neon)
vqdmulh_sv (class in slothy.targets.arm_v81m.arch_v81m)
vqdmulh_vv (class in slothy.targets.arm_v81m.arch_v81m)
vqrdmlah (class in slothy.targets.arm_v81m.arch_v81m)
vqrdmulh (class in slothy.targets.aarch64.aarch64_neon)
vqrdmulh_lane (class in slothy.targets.aarch64.aarch64_neon)
vqrdmulh_T1 (class in slothy.targets.arm_v81m.arch_v81m)
vqrdmulh_T2 (class in slothy.targets.arm_v81m.arch_v81m)
Vrev (class in slothy.targets.aarch64.aarch64_neon)
vrev (class in slothy.targets.arm_v81m.arch_v81m)
vrshl (class in slothy.targets.arm_v81m.arch_v81m)
vrshr (class in slothy.targets.arm_v81m.arch_v81m)
VShiftImmediateBasic (class in slothy.targets.aarch64.aarch64_neon)
VShiftImmediateRounding (class in slothy.targets.aarch64.aarch64_neon)
vshl (class in slothy.targets.aarch64.aarch64_neon)
(class in slothy.targets.arm_v81m.arch_v81m)
vshl_d (class in slothy.targets.aarch64.aarch64_neon)
vshl_T3 (class in slothy.targets.arm_v81m.arch_v81m)
vshlc (class in slothy.targets.arm_v81m.arch_v81m)
vshli (class in slothy.targets.aarch64.aarch64_neon)
vshllbt (class in slothy.targets.arm_v81m.arch_v81m)
vshr (class in slothy.targets.arm_v81m.arch_v81m)
vshrn (class in slothy.targets.aarch64.aarch64_neon)
vshrnbt (class in slothy.targets.arm_v81m.arch_v81m)
vsmlal (class in slothy.targets.aarch64.aarch64_neon)
vsmlal2 (class in slothy.targets.aarch64.aarch64_neon)
vsmull (class in slothy.targets.aarch64.aarch64_neon)
vsmull2 (class in slothy.targets.aarch64.aarch64_neon)
vsrshr (class in slothy.targets.aarch64.aarch64_neon)
vsshr (class in slothy.targets.aarch64.aarch64_neon)
vst2 (class in slothy.targets.arm_v81m.arch_v81m)
vst4 (class in slothy.targets.arm_v81m.arch_v81m)
vstr (class in slothy.targets.arm_v81m.arch_v81m)
vsub (class in slothy.targets.aarch64.aarch64_neon)
(class in slothy.targets.arm_v81m.arch_v81m)
vsubf (class in slothy.targets.arm_v81m.arch_v81m)
vurshr (class in slothy.targets.aarch64.aarch64_neon)
vushr (class in slothy.targets.aarch64.aarch64_neon)
vusra (class in slothy.targets.aarch64.aarch64_neon)
vuxtl (class in slothy.targets.aarch64.aarch64_neon)
vuzp1 (class in slothy.targets.aarch64.aarch64_neon)
vuzp2 (class in slothy.targets.aarch64.aarch64_neon)
vxtn (class in slothy.targets.aarch64.aarch64_neon)
Vzip (class in slothy.targets.aarch64.aarch64_neon)
vzip1 (class in slothy.targets.aarch64.aarch64_neon)
vzip2 (class in slothy.targets.aarch64.aarch64_neon)
W
w_stp_with_imm_sp (class in slothy.targets.aarch64.aarch64_neon)
w_str_imm (class in slothy.targets.aarch64.aarch64_neon)
w_str_sp_imm (class in slothy.targets.aarch64.aarch64_neon)
with_llvm_mca (slothy.core.config.Config property)
with_llvm_mca_after (slothy.core.config.Config property)
with_llvm_mca_before (slothy.core.config.Config property)
with_preprocessor (slothy.core.config.Config property)
write() (slothy.core.dataflow.VirtualInputInstruction method)
(slothy.core.dataflow.VirtualInstruction method)
(slothy.core.dataflow.VirtualOutputInstruction method)
(slothy.targets.aarch64.aarch64_neon.AArch64Instruction method)
(slothy.targets.aarch64.aarch64_neon.b_ldr_stack_with_inc method)
(slothy.targets.aarch64.aarch64_neon.d_ldr_stack_with_inc method)
(slothy.targets.aarch64.aarch64_neon.d_stp_stack_with_inc method)
(slothy.targets.aarch64.aarch64_neon.d_str_stack_with_inc method)
(slothy.targets.aarch64.aarch64_neon.fcsel_dform method)
(slothy.targets.aarch64.aarch64_neon.Instruction method)
(slothy.targets.aarch64.aarch64_neon.q_ld1_with_inc method)
(slothy.targets.aarch64.aarch64_neon.q_ld2_lane_post_inc method)
(slothy.targets.aarch64.aarch64_neon.q_ld2_lane_post_inc_force_output method)
(slothy.targets.aarch64.aarch64_neon.q_ldp_with_inc method)
(slothy.targets.aarch64.aarch64_neon.q_ldr1_stack method)
(slothy.targets.aarch64.aarch64_neon.q_ldr_stack_with_inc method)
(slothy.targets.aarch64.aarch64_neon.q_ldr_with_imm_hint method)
(slothy.targets.aarch64.aarch64_neon.q_ldr_with_inc method)
(slothy.targets.aarch64.aarch64_neon.q_stp_stack_with_inc method)
(slothy.targets.aarch64.aarch64_neon.q_stp_with_inc method)
(slothy.targets.aarch64.aarch64_neon.q_str_stack_with_inc method)
(slothy.targets.aarch64.aarch64_neon.q_str_with_imm_hint method)
(slothy.targets.aarch64.aarch64_neon.q_str_with_inc method)
(slothy.targets.aarch64.aarch64_neon.w_stp_with_imm_sp method)
(slothy.targets.aarch64.aarch64_neon.w_str_imm method)
(slothy.targets.aarch64.aarch64_neon.w_str_sp_imm method)
(slothy.targets.aarch64.aarch64_neon.x_ldp method)
(slothy.targets.aarch64.aarch64_neon.x_ldp_sp_with_imm_hint method)
(slothy.targets.aarch64.aarch64_neon.x_ldp_sp_with_imm_hint2 method)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_imm_hint method)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_imm_hint2 method)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_imm_sp method)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_imm_sp_xzr method)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_inc method)
(slothy.targets.aarch64.aarch64_neon.x_ldp_with_sp method)
(slothy.targets.aarch64.aarch64_neon.x_ldr method)
(slothy.targets.aarch64.aarch64_neon.x_ldr_imm_with_hint method)
(slothy.targets.aarch64.aarch64_neon.x_ldr_stack method)
(slothy.targets.aarch64.aarch64_neon.x_ldr_stack_imm method)
(slothy.targets.aarch64.aarch64_neon.x_ldr_stack_imm_with_hint method)
(slothy.targets.aarch64.aarch64_neon.x_ldr_with_imm method)
(slothy.targets.aarch64.aarch64_neon.x_stp method)
(slothy.targets.aarch64.aarch64_neon.x_stp_sp_with_imm_hint method)
(slothy.targets.aarch64.aarch64_neon.x_stp_sp_with_imm_hint2 method)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_imm_hint method)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_imm_hint2 method)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_imm_sp method)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_imm_xzr_sp method)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_inc method)
(slothy.targets.aarch64.aarch64_neon.x_stp_with_sp method)
(slothy.targets.aarch64.aarch64_neon.x_str method)
(slothy.targets.aarch64.aarch64_neon.x_str_imm method)
(slothy.targets.aarch64.aarch64_neon.x_str_imm_hint method)
(slothy.targets.aarch64.aarch64_neon.x_str_sp_imm method)
(slothy.targets.aarch64.aarch64_neon.x_str_sp_imm_hint method)
(slothy.targets.arm_v7m.arch_v7m.Armv7mInstruction method)
(slothy.targets.arm_v7m.arch_v7m.eor_shifted method)
(slothy.targets.arm_v7m.arch_v7m.Instruction method)
(slothy.targets.arm_v7m.arch_v7m.ldm_interval method)
(slothy.targets.arm_v7m.arch_v7m.ldm_interval_inc_writeback method)
(slothy.targets.arm_v7m.arch_v7m.ldr method)
(slothy.targets.arm_v7m.arch_v7m.ldr_with_imm method)
(slothy.targets.arm_v7m.arch_v7m.ldr_with_imm_stack method)
(slothy.targets.arm_v7m.arch_v7m.ldrb_with_imm method)
(slothy.targets.arm_v7m.arch_v7m.ldrh_with_imm method)
(slothy.targets.arm_v7m.arch_v7m.stm_interval_inc_writeback method)
(slothy.targets.arm_v7m.arch_v7m.str_no_off method)
(slothy.targets.arm_v7m.arch_v7m.str_with_imm method)
(slothy.targets.arm_v7m.arch_v7m.str_with_imm_stack method)
(slothy.targets.arm_v7m.arch_v7m.strh_with_imm method)
(slothy.targets.arm_v7m.arch_v7m.vldm_interval_inc_writeback method)
(slothy.targets.arm_v7m.arch_v7m.vldr_with_imm method)
(slothy.targets.arm_v81m.arch_v81m.add_imm method)
(slothy.targets.arm_v81m.arch_v81m.Instruction method)
(slothy.targets.arm_v81m.arch_v81m.ldr method)
(slothy.targets.arm_v81m.arch_v81m.ldrd method)
(slothy.targets.arm_v81m.arch_v81m.mov_imm method)
(slothy.targets.arm_v81m.arch_v81m.mvn_imm method)
(slothy.targets.arm_v81m.arch_v81m.pkhbt method)
(slothy.targets.arm_v81m.arch_v81m.strd method)
(slothy.targets.arm_v81m.arch_v81m.sub_imm method)
(slothy.targets.arm_v81m.arch_v81m.vaddf method)
(slothy.targets.arm_v81m.arch_v81m.vcadd method)
(slothy.targets.arm_v81m.arch_v81m.vcaddf method)
(slothy.targets.arm_v81m.arch_v81m.vcmla method)
(slothy.targets.arm_v81m.arch_v81m.vcmul method)
(slothy.targets.arm_v81m.arch_v81m.vcsubf method)
(slothy.targets.arm_v81m.arch_v81m.vdup method)
(slothy.targets.arm_v81m.arch_v81m.vfma method)
(slothy.targets.arm_v81m.arch_v81m.vhcadd method)
(slothy.targets.arm_v81m.arch_v81m.vhcsub method)
(slothy.targets.arm_v81m.arch_v81m.vld2 method)
(slothy.targets.arm_v81m.arch_v81m.vld4 method)
(slothy.targets.arm_v81m.arch_v81m.vldr method)
(slothy.targets.arm_v81m.arch_v81m.vldr_gather method)
(slothy.targets.arm_v81m.arch_v81m.vmov_double_v2r method)
(slothy.targets.arm_v81m.arch_v81m.vmov_imm method)
(slothy.targets.arm_v81m.arch_v81m.vmovlbt method)
(slothy.targets.arm_v81m.arch_v81m.vmulf_T1 method)
(slothy.targets.arm_v81m.arch_v81m.vmulf_T2 method)
(slothy.targets.arm_v81m.arch_v81m.vmullbt method)
(slothy.targets.arm_v81m.arch_v81m.vrev method)
(slothy.targets.arm_v81m.arch_v81m.vrshl method)
(slothy.targets.arm_v81m.arch_v81m.vrshr method)
(slothy.targets.arm_v81m.arch_v81m.vshl method)
(slothy.targets.arm_v81m.arch_v81m.vshl_T3 method)
(slothy.targets.arm_v81m.arch_v81m.vshlc method)
(slothy.targets.arm_v81m.arch_v81m.vshllbt method)
(slothy.targets.arm_v81m.arch_v81m.vshr method)
(slothy.targets.arm_v81m.arch_v81m.vshrnbt method)
(slothy.targets.arm_v81m.arch_v81m.vst2 method)
(slothy.targets.arm_v81m.arch_v81m.vst4 method)
(slothy.targets.arm_v81m.arch_v81m.vstr method)
(slothy.targets.arm_v81m.arch_v81m.vsubf method)
write_multiline() (slothy.helper.SourceLine static method)
write_source_to_file() (slothy.core.slothy.Slothy method)
X
x_ldp (class in slothy.targets.aarch64.aarch64_neon)
x_ldp_sp_with_imm_hint (class in slothy.targets.aarch64.aarch64_neon)
x_ldp_sp_with_imm_hint2 (class in slothy.targets.aarch64.aarch64_neon)
x_ldp_with_imm_hint (class in slothy.targets.aarch64.aarch64_neon)
x_ldp_with_imm_hint2 (class in slothy.targets.aarch64.aarch64_neon)
x_ldp_with_imm_sp (class in slothy.targets.aarch64.aarch64_neon)
x_ldp_with_imm_sp_xzr (class in slothy.targets.aarch64.aarch64_neon)
x_ldp_with_inc (class in slothy.targets.aarch64.aarch64_neon)
x_ldp_with_inc_writeback (class in slothy.targets.aarch64.aarch64_neon)
x_ldp_with_postinc_writeback (class in slothy.targets.aarch64.aarch64_neon)
x_ldp_with_sp (class in slothy.targets.aarch64.aarch64_neon)
x_ldr (class in slothy.targets.aarch64.aarch64_neon)
x_ldr_imm_with_hint (class in slothy.targets.aarch64.aarch64_neon)
x_ldr_stack (class in slothy.targets.aarch64.aarch64_neon)
x_ldr_stack_imm (class in slothy.targets.aarch64.aarch64_neon)
x_ldr_stack_imm_with_hint (class in slothy.targets.aarch64.aarch64_neon)
x_ldr_with_imm (class in slothy.targets.aarch64.aarch64_neon)
x_ldr_with_postinc (class in slothy.targets.aarch64.aarch64_neon)
x_stp (class in slothy.targets.aarch64.aarch64_neon)
x_stp_sp_with_imm_hint (class in slothy.targets.aarch64.aarch64_neon)
x_stp_sp_with_imm_hint2 (class in slothy.targets.aarch64.aarch64_neon)
x_stp_with_imm_hint (class in slothy.targets.aarch64.aarch64_neon)
x_stp_with_imm_hint2 (class in slothy.targets.aarch64.aarch64_neon)
x_stp_with_imm_sp (class in slothy.targets.aarch64.aarch64_neon)
x_stp_with_imm_xzr_sp (class in slothy.targets.aarch64.aarch64_neon)
x_stp_with_inc (class in slothy.targets.aarch64.aarch64_neon)
x_stp_with_inc_writeback (class in slothy.targets.aarch64.aarch64_neon)
x_stp_with_sp (class in slothy.targets.aarch64.aarch64_neon)
x_str (class in slothy.targets.aarch64.aarch64_neon)
x_str_imm (class in slothy.targets.aarch64.aarch64_neon)
x_str_imm_hint (class in slothy.targets.aarch64.aarch64_neon)
x_str_postinc (class in slothy.targets.aarch64.aarch64_neon)
x_str_sp_imm (class in slothy.targets.aarch64.aarch64_neon)
x_str_sp_imm_hint (class in slothy.targets.aarch64.aarch64_neon)