Lines Matching full:issigned
71 bool IsSigned = (Opcode == AArch64::SBFMXri || Opcode == AArch64::SBFMWri);80 if (IsSigned)86 if (IsSigned)93 if (Is64Bit && IsSigned)144 O << '\t' << (IsSigned ? "sbfiz" : "ubfiz") << '\t'152 O << '\t' << (IsSigned ? "sbfx" : "ubfx") << '\t'