OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasMSA
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
MipsSubtarget.h
133
//
HasMSA
-- supports MSA ASE.
134
bool
HasMSA
;
242
bool
hasMSA
() const { return
HasMSA
; }
/external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
289
bool
hasMSA
() const { return (STI.getFeatureBits() & Mips::FeatureMSA); }
[
all
...]
Completed in 33 milliseconds