Home
last modified time | relevance | path

Searched refs:ARMv5te (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
DARM.td384 def ARMv5te : Architecture<"armv5te", "ARMv5te", [HasV5TEOps]>;
493 def IWMMXT : Architecture<"iwmmxt", "ARMv5te", [ARMv5te]>;
494 def IWMMXT2 : Architecture<"iwmmxt2", "ARMv5te", [ARMv5te]>;
495 def XScale : Architecture<"xscale", "ARMv5te", [ARMv5te]>;
530 def : ProcNoItin<"arm9e", [ARMv5te]>;
531 def : ProcNoItin<"arm926ej-s", [ARMv5te]>;
532 def : ProcNoItin<"arm946e-s", [ARMv5te]>;
533 def : ProcNoItin<"arm966e-s", [ARMv5te]>;
534 def : ProcNoItin<"arm968e-s", [ARMv5te]>;
535 def : ProcNoItin<"arm10e", [ARMv5te]>;
[all …]
DARMSubtarget.h54 ARMv2, ARMv2a, ARMv3, ARMv3m, ARMv4, ARMv4t, ARMv5, ARMv5t, ARMv5te, enumerator