• Home
  • Raw
  • Download

Lines Matching refs:res

20    UChar res;  in btsq_mem()  local
24 : "=m" (*base), "=q" (res) in btsq_mem()
29 return res; in btsq_mem()
34 UChar res; in btrq_mem() local
38 : "=m" (*base), "=q" (res) in btrq_mem()
40 return res; in btrq_mem()
45 UChar res; in btcq_mem() local
49 : "=m" (*base), "=q" (res) in btcq_mem()
51 return res; in btcq_mem()
56 UChar res; in btq_mem() local
60 : "=m" (*base), "=q" (res) in btq_mem()
63 return res; in btq_mem()
71 UChar res; in btsl_mem() local
75 : "=m" (*base), "=q" (res) in btsl_mem()
80 return res; in btsl_mem()
85 UChar res; in btrl_mem() local
89 : "=m" (*base), "=q" (res) in btrl_mem()
91 return res; in btrl_mem()
96 UChar res; in btcl_mem() local
100 : "=m" (*base), "=q" (res) in btcl_mem()
102 return res; in btcl_mem()
107 UChar res; in btl_mem() local
111 : "=m" (*base), "=q" (res) in btl_mem()
114 return res; in btl_mem()
123 UChar res; in btsw_mem() local
127 : "=m" (*base), "=q" (res) in btsw_mem()
132 return res; in btsw_mem()
137 UChar res; in btrw_mem() local
141 : "=m" (*base), "=q" (res) in btrw_mem()
143 return res; in btrw_mem()
148 UChar res; in btcw_mem() local
152 : "=m" (*base), "=q" (res) in btcw_mem()
154 return res; in btcw_mem()
159 UChar res; in btw_mem() local
163 : "=m" (*base), "=q" (res) in btw_mem()
166 return res; in btw_mem()
176 UChar res; in btsq_reg() local
183 : "=q" (res), "=r" (reg_out) in btsq_reg()
187 return res; in btsq_reg()
194 UChar res; in btrq_reg() local
201 : "=q" (res), "=r" (reg_out) in btrq_reg()
205 return res; in btrq_reg()
212 UChar res; in btcq_reg() local
219 : "=q" (res), "=r" (reg_out) in btcq_reg()
223 return res; in btcq_reg()
230 UChar res; in btq_reg() local
237 : "=q" (res), "=r" (reg_out) in btq_reg()
241 return res; in btq_reg()
251 UChar res; in btsl_reg() local
258 : "=q" (res), "=r" (reg_out) in btsl_reg()
262 return res; in btsl_reg()
269 UChar res; in btrl_reg() local
276 : "=q" (res), "=r" (reg_out) in btrl_reg()
280 return res; in btrl_reg()
287 UChar res; in btcl_reg() local
294 : "=q" (res), "=r" (reg_out) in btcl_reg()
298 return res; in btcl_reg()
305 UChar res; in btl_reg() local
312 : "=q" (res), "=r" (reg_out) in btl_reg()
316 return res; in btl_reg()
326 UChar res; in btsw_reg() local
333 : "=q" (res), "=r" (reg_out) in btsw_reg()
337 return res; in btsw_reg()
344 UChar res; in btrw_reg() local
351 : "=q" (res), "=r" (reg_out) in btrw_reg()
355 return res; in btrw_reg()
362 UChar res; in btcw_reg() local
369 : "=q" (res), "=r" (reg_out) in btcw_reg()
373 return res; in btcw_reg()
380 UChar res; in btw_reg() local
387 : "=q" (res), "=r" (reg_out) in btw_reg()
391 return res; in btw_reg()
408 ULong carrydep, c, res; in main() local
445 res = 0; in main()
449 res = rol1(res) ^ (UInt)ch; in main()
452 printf("MEM-L: final res 0x%llx, carrydep 0x%llx\n", res, carrydep); in main()