Home | History | Annotate | Download | only in X86

Lines Matching defs:Signed

289     bool Signed = true;
292 case MVT::i1: Signed = false; // FALLTHROUGH to handle as i8.
306 .addImm(Signed ? (uint64_t) CI->getSExtValue() :
395 // They have to fit in the 32-bit signed displacement field though.