Home | History | Annotate | Download | only in amd64

Lines Matching refs:block

17    ULong block[6];
20 block[0] = rdxIn;
21 block[1] = raxIn;
22 block[2] = rcxIn;
23 block[3] = rbxIn;
24 block[4] = (ULong)&mem[0];
25 block[5] = ~(0ULL);
40 : /*in*/ "r"(&block[0])
43 *rdxOut = block[0];
44 *raxOut = block[1];
47 *zOut = block[5];
70 ULong block[6];
73 block[0] = rdxIn;
74 block[1] = raxIn;
75 block[2] = rcxIn;
76 block[3] = rbxIn;
77 block[4] = (ULong)&mem[0];
78 block[5] = ~(0ULL);
93 : /*in*/ "r"(&block[0])
96 *rdxOut = block[0];
97 *raxOut = block[1];
100 *zOut = block[5];