Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h525 bool hasSEL2() const { return HasSEL2; } in hasSEL2() function
H A DAArch64InstrInfo.td63 def HasSEL2 : Predicate<"Subtarget->hasSEL2()">,