Home | History | Annotate | Download | only in X86

Lines Matching refs:Signed

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