Searched refs:r1 (Results 1 – 2 of 2) sorted by relevance
/include/math-emu/ |
D | op-4.h | 516 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument 521 r1 = x1 + y1; \ 522 _c2 = r1 < x1; \ 523 r1 += _c1; \ 524 _c2 |= r1 < _c1; \ 530 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 535 r1 = x1 + y1; \ 536 _c2 = r1 < x1; \ 537 r1 += _c1; \ 538 _c2 |= r1 < _c1; \ [all …]
|
/include/linux/ |
D | blkdev.h | 1344 struct request *r1, in blk_integrity_merge_rq() argument
|