Searched defs:SignType (Results 1 – 4 of 4) sorted by relevance
267 pub trait SignType<'gcc, 'tcx> { interface
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()
645 void setSignType(InstARM32::FPSign SignType) { this->Sign = SignType; } in setSignType()858 void setSignType(InstARM32::FPSign SignType) { this->Sign = SignType; } in setSignType()
1037 enum SignType { plus, minus }; enum