Home | History | Annotate | Download | only in libffi.call

Lines Matching defs:b3

26 			    struct cls_struct_64byte b3)
30 result.a = b0.a + b1.a + b2.a + b3.a;
31 result.b = b0.b + b1.b + b2.b + b3.b;
32 result.c = b0.c + b1.c + b2.c + b3.c;
33 result.d = b0.d + b1.d + b2.d + b3.d;
34 result.e = b0.e + b1.e + b2.e + b3.e;
35 result.f = b0.f + b1.f + b2.f + b3.f;
36 result.g = b0.g + b1.g + b2.g + b3.g;
37 result.h = b0.h + b1.h + b2.h + b3.h;
49 struct cls_struct_64byte b0, b1, b2, b3;
54 b3 = *(struct cls_struct_64byte*)(args[3]);
56 *(cls_struct_64byte*)resp = cls_struct_64byte_fn(b0, b1, b2, b3);