Displaying 6 results from an estimated 6 matches for "g5itinerari".
Did you mean:
g5itineraries
2013 Jan 31
2
[LLVMdev] Getting command line options to affect subtarget features
...and the processor features available on each. So for example we
have:
def FeatureAltivec : SubtargetFeature<"altivec","HasAltivec", "true",
"Enable Altivec instructions">;
def : Processor<"pwr7", G5Itineraries,
[DirectivePwr7, FeatureAltivec,
FeatureMFOCRF, FeatureFSqrt, FeatureSTFIWX,
FeatureISEL, Feature64Bit /*, Feature64BitRegs */]>;
During compilation the subtarget class (such as PPCSubtarget) is
instantiated with the strings obtained fro...
2013 Jan 31
2
[LLVMdev] Getting command line options to affect subtarget features
...: SubtargetFeature<"altivec","HasAltivec",
> > "true",
> > "Enable Altivec
> > instructions">;
> >
> > def : Processor<"pwr7", G5Itineraries,
> > [DirectivePwr7, FeatureAltivec,
> > FeatureMFOCRF, FeatureFSqrt, FeatureSTFIWX,
> > FeatureISEL, Feature64Bit /*, Feature64BitRegs
> > */]>;
> >
> > During compilation the subta...
2013 Jan 31
0
[LLVMdev] Getting command line options to affect subtarget features
...> def FeatureAltivec : SubtargetFeature<"altivec","HasAltivec",
> "true",
> "Enable Altivec
> instructions">;
>
> def : Processor<"pwr7", G5Itineraries,
> [DirectivePwr7, FeatureAltivec,
> FeatureMFOCRF, FeatureFSqrt, FeatureSTFIWX,
> FeatureISEL, Feature64Bit /*, Feature64BitRegs
> */]>;
>
> During compilation the subtarget class (such as PPCSubtarg...
2013 Jan 31
2
[LLVMdev] Getting command line options to affect subtarget features
...;HasAltivec",
> > > > "true",
> > > > "Enable Altivec
> > > > instructions">;
> > > >
> > > > def : Processor<"pwr7", G5Itineraries,
> > > > [DirectivePwr7, FeatureAltivec,
> > > > FeatureMFOCRF, FeatureFSqrt, FeatureSTFIWX,
> > > > FeatureISEL, Feature64Bit /*, Feature64BitRegs
> > > > */]>;
> >...
2013 Jan 31
0
[LLVMdev] Getting command line options to affect subtarget features
..."altivec","HasAltivec",
> > > "true",
> > > "Enable Altivec
> > > instructions">;
> > >
> > > def : Processor<"pwr7", G5Itineraries,
> > > [DirectivePwr7, FeatureAltivec,
> > > FeatureMFOCRF, FeatureFSqrt, FeatureSTFIWX,
> > > FeatureISEL, Feature64Bit /*, Feature64BitRegs
> > > */]>;
> > >
> > >...
2013 Jan 31
0
[LLVMdev] Getting command line options to affect subtarget features
...gt; > > > "true",
> > > > > "Enable Altivec
> > > > > instructions">;
> > > > >
> > > > > def : Processor<"pwr7", G5Itineraries,
> > > > > [DirectivePwr7, FeatureAltivec,
> > > > > FeatureMFOCRF, FeatureFSqrt, FeatureSTFIWX,
> > > > > FeatureISEL, Feature64Bit /*, Feature64BitRegs
> > > > >...