Home
last modified time | relevance | path

Searched refs:Has8MSecExt (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMSubtarget.h307 bool Has8MSecExt = false; variable
602 bool has8MSecExt() const { return Has8MSecExt; } in has8MSecExt()
H A DARM.td113 def Feature8MSecExt : SubtargetFeature<"8msecext", "Has8MSecExt", "true",
H A DARMInstrThumb.td477 Requires<[IsThumb, Has8MSecExt]>,
543 Requires<[IsThumb, Has8MSecExt]>,
H A DARMInstrThumb2.td4355 Requires<[Has8MSecExt]> {
4375 def t2TT : T2TT<0b00, "tt", []>, Requires<[IsThumb,Has8MSecExt]>;
4376 def t2TTT : T2TT<0b01, "ttt", []>, Requires<[IsThumb,Has8MSecExt]>;
4377 def t2TTA : T2TT<0b10, "tta", []>, Requires<[IsThumb,Has8MSecExt]>;
4378 def t2TTAT : T2TT<0b11, "ttat", []>, Requires<[IsThumb,Has8MSecExt]>;
H A DARMInstrVFP.td252 Requires<[HasV8MMainline, Has8MSecExt]> {
265 Requires<[HasV8MMainline, Has8MSecExt]> {
H A DARMInstrInfo.td321 def Has8MSecExt : Predicate<"Subtarget->has8MSecExt()">,