Home | History | Annotate | Download | only in X86

Lines Matching full:immediate

185       /// BLENDI - Blend where the selector is an immediate.
269 // VSHLI, VSRLI, VSRAI - Vector shift elements by immediate
288 // MUL_IMM - X86 specific multiply by immediate.
468 /// immediate to extract the specified EXTRACT_SUBVECTOR index
473 /// immediate to insert at the specified INSERT_SUBVECTOR index
478 /// immediate to extract the specified EXTRACT_SUBVECTOR index
483 /// immediate to insert at the specified INSERT_SUBVECTOR index
649 /// isLegalICmpImmediate - Return true if the specified immediate is legal
650 /// icmp immediate, that is the target has icmp instructions which can
651 /// compare a register against the immediate without having to materialize
652 /// the immediate into a register.
655 /// isLegalAddImmediate - Return true if the specified immediate is legal
656 /// add immediate, that is the target has add instructions which can
657 /// add a register and the immediate without having to materialize
658 /// the immediate into a register.
693 /// specified FP immediate natively. If false, the legalizer will
694 /// materialize the FP immediate as a load from a constant pool.
786 /// select the specified FP immediate natively.