Searched defs:PROD (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/vax/ |
H A D | vax.h | 695 #define INDEX_TERM_P(PROD, MODE) \ argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ns32k/ |
H A D | ns32k.h | 1024 #define INDEX_TERM_P(PROD, MODE) \ argument
|