/openbsd/gnu/llvm/compiler-rt/lib/builtins/hexagon/ |
H A D | dfsqrt.S | 11 #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 D | c-tree.h | 79 #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 D | c-tree.h | 145 #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 D | Makefile | 34 EXP= .exp.gcc3 macro 36 EXP= .exp.gcc4 macro
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-arc.h | 60 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) \ argument 64 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP) \ argument
|
H A D | tc-v850.h | 63 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) parse_cons_expression_v850 (EXP) argument
|
H A D | tc-avr.h | 65 #define TC_CONS_FIX_NEW(FRAG,WHERE,N,EXP) avr_cons_fix_new(FRAG,WHERE,N,EXP) argument
|
H A D | tc-pj.h | 48 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP) \ argument
|
H A D | tc-w65.h | 52 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) w65_expression (EXP) argument
|
H A D | tc-mn10300.h | 47 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP) \ argument
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-arc.h | 59 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) \ argument 63 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP) \ argument
|
H A D | tc-crx.h | 63 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP) \ argument
|
H A D | tc-pj.h | 48 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP) \ argument
|
H A D | tc-v850.h | 59 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) parse_cons_expression_v850 (EXP) argument
|
H A D | tc-avr.h | 61 #define TC_CONS_FIX_NEW(FRAG,WHERE,N,EXP) avr_cons_fix_new (FRAG, WHERE, N, EXP) argument
|
H A D | tc-mn10300.h | 44 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP) \ argument
|
/openbsd/regress/gnu/egcs/gcc-bounds/ |
H A D | Makefile | 63 EXP= .exp.gcc3 macro 65 EXP= .exp.gcc4 macro
|
/openbsd/gnu/llvm/llvm/docs/AMDGPU/ |
H A D | AMDGPUAsmGFX7.rst | 179 EXP section in Instructions
|
H A D | AMDGPUAsmGFX8.rst | 186 EXP section in Instructions
|
H A D | AMDGPUAsmGFX9.rst | 196 EXP section in Instructions
|
H A D | AMDGPUAsmGFX10.rst | 410 EXP section in Instructions
|
H A D | AMDGPUAsmGFX1030.rst | 383 EXP section in Instructions
|
H A D | AMDGPUAsmGFX11.rst | 208 EXP section in Instructions
|
/openbsd/gnu/usr.bin/gcc/gcc/config/s390/ |
H A D | fixdfdi.h | 171 #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 D | ccur-GAS.h | 85 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ argument
|