Home | History | Annotate | Download | only in X86

Lines Matching refs:Signed

302     bool Signed = true;
305 case MVT::i1: Signed = false; // FALLTHROUGH to handle as i8.
319 .addImm(Signed ? (uint64_t) CI->getSExtValue() :
407 // They have to fit in the 32-bit signed displacement field though.
1296 bool IsOpSigned; // Whether to use signed or unsigned form.