Searched defs:SignType (Results 1 – 3 of 3) sorted by relevance
87 const char *getVWidthString(Type Ty, InstARM32::FPSign SignType) { in getVWidthString()225 void InstARM32::emitThreeAddrFP(const char *Opcode, FPSign SignType, in emitThreeAddrFP()240 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