Home | History | Annotate | Download | only in priv

Lines Matching refs:V128

3149 static UInt zmask_from_V128 ( V128* arg )
3158 static UInt zmask_from_V128_wide ( V128* arg )
3171 pass by value 2 x V128 to a clean helper, nor have one returned.)
3220 V128* argL = (V128*)( ((UChar*)gst) + gstOffL );
3221 V128* argR = (V128*)( ((UChar*)gst) + gstOffR );
3230 V128 resV;
3343 static void SubBytes (V128* v)
3345 V128 r;
3387 static void InvSubBytes (V128* v)
3389 V128 r;
3398 static void ShiftRows (V128* v)
3400 V128 r;
3409 static void InvShiftRows (V128* v)
3411 V128 r;
3507 static void MixColumns (V128* v)
3509 V128 r;
3526 static void InvMixColumns (V128* v)
3528 V128 r;
3554 V128* argD = (V128*)( ((UChar*)gst) + gstOffD );
3555 V128* argL = (V128*)( ((UChar*)gst) + gstOffL );
3556 V128* argR = (V128*)( ((UChar*)gst) + gstOffR );
3557 V128 r;
3617 V128* argL = (V128*)( ((UChar*)gst) + gstOffL );
3618 V128* argR = (V128*)( ((UChar*)gst) + gstOffR );