HomeSort by relevance Sort by last modified time
    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 Is32BitABI(false), FpABI(FpABIKind::ANY) {}
78 FpABIKind getFpABI() { return FpABI; }
79 void setFpABI(FpABIKind Value, bool IsABI32Bit) {
83 StringRef getFpABIString(FpABIKind Value);
170 FpABI = FpABIKind::ANY;
172 FpABI = FpABIKind::SOFT;
174 FpABI = FpABIKind::S64;
177 FpABI = FpABIKind::XX
    [all...]
MipsTargetStreamer.cpp 121 MipsABIFlagsSection::FpABIKind Value) {
627 MipsABIFlagsSection::FpABIKind Value) {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsTargetStreamer.h 99 virtual void emitDirectiveSetFp(MipsABIFlagsSection::FpABIKind Value);
270 void emitDirectiveSetFp(MipsABIFlagsSection::FpABIKind Value) override;
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 297 bool parseFpABIValue(MipsABIFlagsSection::FpABIKind &FpABI,
    [all...]

Completed in 234 milliseconds