OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FpABI
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.h
106
FpABIKind
FpABI
;
112
ASESet(0), OddSPReg(false), Is32BitABI(false),
FpABI
(FpABIKind::ANY) {}
135
FpABIKind getFpABI() { return
FpABI
; }
137
FpABI
= Value;
211
FpABI
= FpABIKind::ANY;
213
FpABI
= FpABIKind::S64;
216
FpABI
= FpABIKind::S64;
218
FpABI
= FpABIKind::XX;
220
FpABI
= FpABIKind::S32;
/external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
168
bool parseFpABIValue(MipsABIFlagsSection::FpABIKind &
FpABI
,
[
all
...]
Completed in 109 milliseconds