Cargo Features

[dependencies]
unarm = { version = "2.1.0", default-features = false, features = ["thumb", "arm", "v4t", "v5t", "v5tej", "v6k", "vfp_v2"] }
default = arm, thumb, v4, v4t, v5t, v5te, v5tej, v6, v6k, vfp_v2

These default features are set whenever unarm is added without default-features = false somewhere in the dependency tree.

thumb default
arm default

Affects display::FormatIns.write_l, display::FormatIns.write_status_reg, display::FormatIns.write_status_fields, display::FormatIns.write_msr_op2, display::FormatIns.write_coproc, display::FormatIns.write_co_reg, display::FormatIns.write_addr_ldc_stc, types::StatusReg, types::StatusFields, types::MsrOp2, types::Coproc, types::CoReg, types::AddrLdcStc, display::FormatIns.write_srs_rfe_mode, display::FormatIns.write_swap_rm, display::FormatIns.write_round, types::SrsRfeMode, display::FormatIns.write_reg_side, types::RegSide, display::FormatIns.write_round_zero

v4 v4t default
v5t default

Affects display::FormatIns.write_blx_target, types::BlxTarget

v5te v5tej default

Affects display::FormatIns.write_blx_target, display::FormatIns.write_reg_side, types::BlxTarget, types::RegSide, reg_list::SregList, reg_list::DregList, display::FormatIns.write_round_zero, display::FormatIns.write_sreg, display::FormatIns.write_dreg, display::FormatIns.write_nan_exc, display::FormatIns.write_vcmp_f32_op2, display::FormatIns.write_vcmp_f64_op2, display::FormatIns.write_sreg_list, display::FormatIns.write_dreg_list, display::FormatIns.write_dreg_index, display::FormatIns.write_fpscr, display::FormatIns.write_vldm_vstm_mode, types::Sreg, types::Dreg, types::VcmpF32Op2

v6 v6k default

Affects display::FormatIns.write_cps_effect, display::FormatIns.write_aif_flags, display::FormatIns.write_endianness, types::CpsEffect, types::AifFlags, types::Endianness, display::FormatIns.write_srs_rfe_mode, display::FormatIns.write_swap_rm, display::FormatIns.write_round, types::SrsRfeMode, display::FormatIns.write_blx_target, display::FormatIns.write_reg_side, types::BlxTarget, types::RegSide, reg_list::SregList, reg_list::DregList, display::FormatIns.write_round_zero, display::FormatIns.write_sreg, display::FormatIns.write_dreg, display::FormatIns.write_nan_exc

vfp_v2 default

Affects reg_list::SregList, reg_list::DregList, display::FormatIns.write_round_zero, display::FormatIns.write_sreg, display::FormatIns.write_dreg, display::FormatIns.write_nan_exc, display::FormatIns.write_vcmp_f32_op2, display::FormatIns.write_vcmp_f64_op2, display::FormatIns.write_sreg_list, display::FormatIns.write_dreg_list, display::FormatIns.write_dreg_index, display::FormatIns.write_fpscr, display::FormatIns.write_vldm_vstm_mode, types::Sreg, types::Dreg, types::VcmpF32Op2, types::VcmpF64Op2, types::DregIndex, types::Fpscr, types::VldmVstmMode