Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMSubtarget.h222 bool Has8MSecExt = false; variable
453 bool has8MSecExt() const { return Has8MSecExt; } in has8MSecExt()
DARM.td92 def Feature8MSecExt : SubtargetFeature<"8msecext", "Has8MSecExt", "true",
DARMInstrThumb.td460 Requires<[IsThumb, Has8MSecExt]>,
526 Requires<[IsThumb, Has8MSecExt]>,
DARMInstrThumb2.td4340 Requires<[Has8MSecExt]> {
4360 def t2TT : T2TT<0b00, "tt", []>, Requires<[IsThumb,Has8MSecExt]>;
4361 def t2TTT : T2TT<0b01, "ttt", []>, Requires<[IsThumb,Has8MSecExt]>;
4362 def t2TTA : T2TT<0b10, "tta", []>, Requires<[IsThumb,Has8MSecExt]>;
4363 def t2TTAT : T2TT<0b11, "ttat", []>, Requires<[IsThumb,Has8MSecExt]>;
DARMInstrVFP.td232 Requires<[HasV8MMainline, Has8MSecExt]> {
245 Requires<[HasV8MMainline, Has8MSecExt]> {
DARMInstrInfo.td273 def Has8MSecExt : Predicate<"Subtarget->has8MSecExt()">,