Home | History | Annotate | Download | only in InstPrinter

Lines Matching refs:IsSigned

75     bool IsSigned = (Opcode == AArch64::SBFMXri || Opcode == AArch64::SBFMWri);
84 if (IsSigned)
90 if (IsSigned)
97 if (Is64Bit && IsSigned)
148 O << '\t' << (IsSigned ? "sbfiz" : "ubfiz") << '\t'
156 O << '\t' << (IsSigned ? "sbfx" : "ubfx") << '\t'