Home | History | Annotate | Download | only in priv

Lines Matching refs:V128

3744 static UInt zmask_from_V128 ( V128* arg )
3753 static UInt zmask_from_V128_wide ( V128* arg )
3766 pass by value 2 x V128 to a clean helper, nor have one returned.)
3815 V128* argL = (V128*)( ((UChar*)gst) + gstOffL );
3816 V128* argR = (V128*)( ((UChar*)gst) + gstOffR );
3825 V128 resV;
3938 static void SubBytes (V128* v)
3940 V128 r;
3982 static void InvSubBytes (V128* v)
3984 V128 r;
3993 static void ShiftRows (V128* v)
3995 V128 r;
4004 static void InvShiftRows (V128* v)
4006 V128 r;
4102 static void MixColumns (V128* v)
4104 V128 r;
4121 static void InvMixColumns (V128* v)
4123 V128 r;
4149 V128* argD = (V128*)( ((UChar*)gst) + gstOffD );
4150 V128* argL = (V128*)( ((UChar*)gst) + gstOffL );
4151 V128* argR = (V128*)( ((UChar*)gst) + gstOffR );
4152 V128 r;
4212 V128* argL = (V128*)( ((UChar*)gst) + gstOffL );
4213 V128* argR = (V128*)( ((UChar*)gst) + gstOffR );
4217 V128 tmp;