Lines Matching full:immediate
107 // Vector shift by immediate:
112 // Vector rounding shift by immediate:
117 // Vector saturating shift by immediate:
125 // Vector saturating rounding shift by immediate:
139 // Vector move immediate and move negated immediate:
143 // Vector move f32 immediate:
178 // Vector OR with immediate
180 // Vector AND with NOT of immediate
293 /// isLegalICmpImmediate - Return true if the specified immediate is legal
294 /// icmp immediate, that is the target has icmp instructions which can
295 /// compare a register against the immediate without having to materialize
296 /// the immediate into a register.
299 /// isLegalAddImmediate - Return true if the specified immediate is legal
300 /// add immediate, that is the target has add instructions which can
301 /// add a register and the immediate without having to materialize
302 /// the immediate into a register.
406 /// specified FP immediate natively. If false, the legalizer will
407 /// materialize the FP immediate as a load from a constant pool.