Lines Matching +full:not +full:- +full:swapped
18 It is not possible to emit bclri.b since andi.b covers exactly the
23 It is not possible to emit vshf.w when the shuffle description is
26 unknown at compile-time due to the definition of shufflevector in
33 a special-case MipsISD node.
36 It is not possible to emit ilvl.d, or pckev.d since ilvev.d covers the
40 It is not possible to emit ilvr.d, or pckod.d since ilvod.d covers the
48 It is not possible to emit splati.w since shf.w covers the same cases.
53 copy_u.w. This is semantically equivalent since the general-purpose
54 register file is 32-bits wide.
58 swapped and condition inverted. The compiler may use either one as
61 not survive the legalization process (this is a bug and will be fixed).
66 It is (currently) not possible to emit bmz.v, or bsel.v since bmnz.v is
72 bmz.v wd, ws, wt/i8 -> (vselect wt/i8, wd, ws)
73 bmnz.v wd, ws, wt/i8 -> (vselect wt/i8, ws, wd)
74 bsel.v wd, ws, wt/i8 -> (vselect wd, wt/i8, ws)
77 Like their non-immediate counterparts, bmnzi.v and bmzi.v are the same
78 operation with the operands swapped. bmnzi.v will (currently) be emitted
82 Unlike the non-immediate versions, bseli.v is distinguishable from