Home | History | Annotate | Download | only in priv

Lines Matching refs:V128

3264 static UInt zmask_from_V128 ( V128* arg )
3273 static UInt zmask_from_V128_wide ( V128
3286 pass by value 2 x V128 to a clean helper, nor have one returned.)
3335 V128* argL = (V128*)( ((UChar*)gst) + gstOffL );
3336 V128* argR = (V128*)( ((UChar*)gst) + gstOffR );
3345 V128 resV;
3458 static void SubBytes (V128* v)
3460 V128 r;
3502 static void InvSubBytes (V128* v)
3504 V128 r;
3513 static void ShiftRows (V128* v)
3515 V128 r;
3524 static void InvShiftRows (V128* v)
3526 V128 r;
3622 static void MixColumns (V128* v)
3624 V128 r;
3641 static void InvMixColumns (V128* v)
3643 V128 r;
3669 V128* argD = (V128*)( ((UChar*)gst) + gstOffD );
3670 V128* argL = (V128*)( ((UChar*)gst) + gstOffL );
3671 V128* argR = (V128*)( ((UChar*)gst) + gstOffR );
3672 V128 r;
3732 V128* argL = (V128*)( ((UChar*)gst) + gstOffL );
3733 V128* argR = (V128*)( ((UChar*)gst) + gstOffR );