Home
last modified time | relevance | path

Searched defs:EXP (Results 1 – 25 of 129) sorted by relevance

123456

/openbsd/gnu/llvm/compiler-rt/lib/builtins/hexagon/
H A Ddfsqrt.S11 #define EXP r28 macro
81 EXP = extractu(AH,#DF_EXPBITS,#DF_MANTBITS-32) define
286 EXP = add(EXP,#-DF_BIAS) // subtract bias --> signed exp define
297 EXP = asr(EXP,#1) // divide signed exp by 2 define
317 EXP = add(EXP,#-63) define
324 EXP = add(EXP,ADJ) // add back bias define
375 EXP = add(clb(A),#-DF_EXPBITS) // how much to normalize? define
379 EXP = sub(#1,EXP) // Form exponent define
395 EXP = convert_df2sf(A) // if sNaN, get invalid define
/openbsd/gnu/gcc/gcc/
H A Dc-tree.h79 #define C_TYPEDEF_EXPLICITLY_SIGNED(EXP) DECL_LANG_FLAG_1 (EXP) argument
83 #define C_FUNCTION_IMPLICIT_INT(EXP) DECL_LANG_FLAG_1 (EXP) argument
86 #define C_DECL_IMPLICIT(EXP) DECL_LANG_FLAG_2 (EXP) argument
90 #define C_DECL_DECLARED_BUILTIN(EXP) \ argument
95 #define C_DECL_BUILTIN_PROTOTYPE(EXP) \ argument
101 #define C_DECL_REGISTER(EXP) DECL_LANG_FLAG_4 (EXP) argument
111 #define C_DECL_UNJUMPABLE_STMT_EXPR(EXP) \ argument
117 #define C_DECL_UNDEFINABLE_STMT_EXPR(EXP) \ argument
123 #define C_DECL_UNJUMPABLE_VM(EXP) \ argument
129 #define C_DECL_UNDEFINABLE_VM(EXP) \ argument
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-tree.h145 #define C_SET_EXP_ORIGINAL_CODE(EXP, CODE) \ argument
149 #define C_TYPEDEF_EXPLICITLY_SIGNED(EXP) DECL_LANG_FLAG_1 (EXP) argument
153 #define C_FUNCTION_IMPLICIT_INT(EXP) DECL_LANG_FLAG_1 (EXP) argument
158 #define C_DECL_ANTICIPATED(EXP) DECL_LANG_FLAG_3 (EXP) argument
/openbsd/regress/gnu/egcs/gcc-builtins/
H A DMakefile34 EXP= .exp.gcc3 macro
36 EXP= .exp.gcc4 macro
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-arc.h60 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) \ argument
64 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP) \ argument
H A Dtc-v850.h63 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) parse_cons_expression_v850 (EXP) argument
H A Dtc-avr.h65 #define TC_CONS_FIX_NEW(FRAG,WHERE,N,EXP) avr_cons_fix_new(FRAG,WHERE,N,EXP) argument
H A Dtc-pj.h48 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP) \ argument
H A Dtc-w65.h52 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) w65_expression (EXP) argument
H A Dtc-mn10300.h47 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP) \ argument
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arc.h59 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) \ argument
63 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP) \ argument
H A Dtc-crx.h63 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP) \ argument
H A Dtc-pj.h48 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP) \ argument
H A Dtc-v850.h59 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) parse_cons_expression_v850 (EXP) argument
H A Dtc-avr.h61 #define TC_CONS_FIX_NEW(FRAG,WHERE,N,EXP) avr_cons_fix_new (FRAG, WHERE, N, EXP) argument
H A Dtc-mn10300.h44 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP) \ argument
/openbsd/regress/gnu/egcs/gcc-bounds/
H A DMakefile63 EXP= .exp.gcc3 macro
65 EXP= .exp.gcc4 macro
/openbsd/gnu/llvm/llvm/docs/AMDGPU/
H A DAMDGPUAsmGFX7.rst179 EXP section in Instructions
H A DAMDGPUAsmGFX8.rst186 EXP section in Instructions
H A DAMDGPUAsmGFX9.rst196 EXP section in Instructions
H A DAMDGPUAsmGFX10.rst410 EXP section in Instructions
H A DAMDGPUAsmGFX1030.rst383 EXP section in Instructions
H A DAMDGPUAsmGFX11.rst208 EXP section in Instructions
/openbsd/gnu/usr.bin/gcc/gcc/config/s390/
H A Dfixdfdi.h171 #define EXP(fp) (((fp.l) >> 23) & 0xFF) macro
239 #define EXP(fp) (((fp.l) >> 23) & 0xFF) macro
/openbsd/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dccur-GAS.h85 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ argument

123456