Searched defs:SignType (Results 1 – 3 of 3) sorted by relevance
92 const char *getVWidthString(Type Ty, InstARM32::FPSign SignType) { in getVWidthString()230 void InstARM32::emitThreeAddrFP(const char *Opcode, FPSign SignType, in emitThreeAddrFP()245 void InstARM32::emitFourAddrFP(const char *Opcode, FPSign SignType, in emitFourAddrFP()
646 void setSignType(InstARM32::FPSign SignType) { this->Sign = SignType; } in setSignType()859 void setSignType(InstARM32::FPSign SignType) { this->Sign = SignType; } in setSignType()
1032 enum SignType { plus, minus }; enum