OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FpABIKind
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.cpp
16
case
FpABIKind
::ANY:
18
case
FpABIKind
::SOFT:
20
case
FpABIKind
::XX:
22
case
FpABIKind
::S32:
24
case
FpABIKind
::S64:
34
StringRef MipsABIFlagsSection::getFpABIString(
FpABIKind
Value) {
36
case
FpABIKind
::XX:
38
case
FpABIKind
::S32:
40
case
FpABIKind
::S64:
48
if (FpABI ==
FpABIKind
::XX
[
all
...]
MipsABIFlagsSection.h
23
enum class
FpABIKind
{ ANY, XX, S32, S64, SOFT };
48
FpABIKind
FpABI;
55
FpABI(
FpABIKind
::ANY) {}
78
FpABIKind
getFpABI() { return FpABI; }
79
void setFpABI(
FpABIKind
Value, bool IsABI32Bit) {
83
StringRef getFpABIString(
FpABIKind
Value);
162
FpABI =
FpABIKind
::ANY;
164
FpABI =
FpABIKind
::SOFT;
166
FpABI =
FpABIKind
::S64;
169
FpABI =
FpABIKind
::XX
[
all
...]
MipsTargetStreamer.cpp
111
MipsABIFlagsSection::
FpABIKind
Value) {
404
MipsABIFlagsSection::
FpABIKind
Value) {
/external/llvm/lib/Target/Mips/
MipsTargetStreamer.h
93
virtual void emitDirectiveSetFp(MipsABIFlagsSection::
FpABIKind
Value);
208
void emitDirectiveSetFp(MipsABIFlagsSection::
FpABIKind
Value) override;
/external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
293
bool parseFpABIValue(MipsABIFlagsSection::
FpABIKind
&FpABI,
[
all
...]
Completed in 68 milliseconds