Home
last modified time | relevance | path

Searched defs:TMP (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfmul.S41 #define TMP r28 macro
75 TMP = #-BIAS define
119 TMP = xor(AH,BH) define
194 TMP = #63 // max amount to shift define
226 TMP = USR define
260 TMP = USR define
266 TMP = or(TMP,#0x28) // inexact + overflow define
272 TMP = PP_LL_L // unmodified rounding mode define
320 TMP = ##0x7c000000 define
332 TMP = cl0(BTMP) define
[all …]
H A Ddffma.S56 #define TMP r28 macro
147 TMP = xor(AH,BH) define
225 TMP = #63 define
230 TMP = asr(CTMPH,#31) define
248 TMP = #-2 define
266 TMP = #62 define
300 TMP = #BIAS+BIAS-2 define
324 TMP = USR define
328 TMP = extractu(TMP,#2,#SR_ROUND_OFF) define
353 TMP = EXPA define
[all …]
H A Ddfdiv.S145 #define TMP r10 macro
250 TMP = USR define
277 TMP = #-DF_BIAS-(DF_MANTBITS+FUDGE2) define
294 TMP = #0x7FFF define
302 TMP = USR // If not, just return define
308 TMP = USR // Else, we want to set Unf+Inexact define
312 TMP = or(TMP,#0x30) define
327 TMP = USR define
334 TMP = or(TMP,#0x28) define
399 TMP = ##0x00100000 define
[all …]
H A Ddfaddsub.S42 #define TMP r28 macro
164 TMP = USR define
169 TMP = extractu(TMP,#2,#22) define
199 TMP = extractu(AH,#EXPBITS,#HI_MANTBITS) define
213 TMP = sub(#1,EXPB) define
231 TMP = USR define
236 TMP = or(TMP,#0x28) // inexact + overflow define
242 TMP = EXPB // unmodified rounding mode define
346 TMP = convert_df2sf(A) // will generate invalid if sNaN define
371 TMP = USR define
[all …]
H A Ddfsqrt.S342 #define TMP r3:2 macro
385 TMP = extractu(A,#SF_MANTBITS+1,#DF_MANTBITS-SF_MANTBITS) // get sf value (mant+exp1) define
/freebsd/contrib/libcbor/CMakeModules/
H A DLibFindMacros.cmake103 set(TMP "") variable
105 set(TMP -vc80) variable
108 set(TMP -vc90) variable
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S79 #define TMP %rdx macro
82 #define TMP %rsi macro
/freebsd/contrib/dialog/package/debian/
H A Drules19 TMP = $(CURDIR)/debian/tmp macro
/freebsd/lib/libc/locale/
H A Dcollate.c131 char *TMP; in __collate_load_tables_l() local
/freebsd/crypto/openssl/crypto/aria/
H A Daria.c464 #define ARIA_DEC_DIFF_BYTE(X, Y, TMP, TMP2) \ argument
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp145 unsigned TMP = 0; in Next() local