Searched refs:r2 (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 525 r2 = x2 + y2 + _c2; \ 530 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 539 r2 = x2 + y2; \ 540 _c3 = r2 < x2; \ 541 r2 += _c2; \ 542 _c3 |= r2 < _c2; \ 548 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument 557 r2 = x2 - y2 - _c2; \ 562 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument [all …]
|
/include/linux/ |
D | blkdev.h | 1345 struct request *r2) in blk_integrity_merge_rq() argument
|