Arm_target
Declarations of various ARM targets.
val parent : Bap_core_theory.Theory.Target.t
The parent of all ARM targets.
When a new target is declared it is advised to use this target as parent so that the newly declared target will be included into the ARM Targets family. The parent
target is pure abstract and doesn't have any propreties set.
val thumb : Bap_core_theory.Theory.role
A role for registers available in the thumb mode.
module LE : sig ... end
The family of little endian targets.
module EB : sig ... end
The family of big endian targets.
module Bi : sig ... end
The family of targets with switchable endiannes.
val llvm_a32 : Bap_core_theory.Theory.language
val llvm_t32 : Bap_core_theory.Theory.language
val llvm_a64 : Bap_core_theory.Theory.language