Searched defs:PROD (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
H A D | dfsqrt.S | 37 #define PROD r15:14 macro 80 PROD = extractu(A,#SF_MANTBITS+1,#DF_MANTBITS-SF_MANTBITS) define 136 PROD = asl(FRACRAD,SHIFTAMT) // fracrad<<(2+exp1) define 176 PROD = mpyu(ROOTHI,ROOTHI) define 181 PROD = mpyu(ROOTHI,ROOTLO) define 198 PROD = mpyu(ROOTHI,ROOTHI) define 203 PROD = mpyu(ROOTLO,ROOTLO) define 218 PROD = mpyu(ROOTHI,ROOTHI) define 222 PROD = mpyu(ROOTHI,ROOTLO) define 226 PROD = mpyu(ROOTLO,ROOTLO) define
|
H A D | dfdiv.S | 23 #define PROD r7:6 macro 98 PROD = extractu(DENOM,#SF_MANTBITS,#DF_MANTBITS-SF_MANTBITS) define 196 PROD = neg(Q) define 228 PROD = abs(Q) define 256 PROD = asl(PROD,EXPB) define 261 PROD = lsr(PROD,EXPB) // shift out bits define 332 PROD = combine(##0x7ff00000,#0) define 426 PROD = extractu(B,#SF_MANTBITS,#DF_MANTBITS-SF_MANTBITS) define
|
/freebsd/sys/dev/usb/input/ |
H A D | atp.c | 283 #define ENCODE_DRIVER_INFO(FAMILY, PROD) \ argument
|