Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMipsSubtarget.h255 bool hasStandardEncoding() const { return !inMips16Mode(); } in hasStandardEncoding() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsSubtarget.h327 bool hasStandardEncoding() const { return !InMips16Mode && !InMicroMipsMode; } in hasStandardEncoding() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsSubtarget.h334 bool hasStandardEncoding() const { return !InMips16Mode && !InMicroMipsMode; } in hasStandardEncoding() function