DoxigAlpha

a2

Source

Implementation

#
pub const a2: CpuModel = .{
    .name = "a2",
    .llvm_name = "a2",
    .features = featureSet(&[_]Feature{
        .@"64bit",
        .booke,
        .cmpb,
        .fcpsgn,
        .fpcvt,
        .fprnd,
        .fre,
        .fres,
        .frsqrte,
        .frsqrtes,
        .fsqrt,
        .isa_v206_instructions,
        .isel,
        .ldbrx,
        .lfiwax,
        .mfocrf,
        .recipprec,
        .slow_popcntd,
        .stfiwx,
    }),
}