Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:FpABIKind

81   enum class FpABIKind { ANY, XX, S32, S64 };
106 FpABIKind FpABI;
112 ASESet(0), OddSPReg(false), Is32BitABI(false), FpABI(FpABIKind::ANY) {}
135 FpABIKind getFpABI() { return FpABI; }
136 void setFpABI(FpABIKind Value, bool IsABI32Bit) {
140 StringRef getFpABIString(FpABIKind Value);
211 FpABI = FpABIKind::ANY;
213 FpABI = FpABIKind::S64;
216 FpABI = FpABIKind::S64;
218 FpABI = FpABIKind::XX;
220 FpABI = FpABIKind::S32;