Home
last modified time | relevance | path

Searched defs:hasExtractInsert (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMipsSubtarget.h264 bool hasExtractInsert() const { return !inMips16Mode() && hasMips32r2(); } in hasExtractInsert() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsSubtarget.h340 bool hasExtractInsert() const { return !inMips16Mode() && hasMips32r2(); } in hasExtractInsert() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsSubtarget.h347 bool hasExtractInsert() const { return !inMips16Mode() && hasMips32r2(); } in hasExtractInsert() function