| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/xtensa/ |
| H A D | ieee754-df.S | 27 #define xh a2 macro 32 #define xh a3 macro 51 xor xh, xh, a4 70 slli a7, xh, 12 76 mov xh, yh 80 slli a7, xh, 12 87 or xh, xh, a4 104 xor a7, xh, yh 109 ball xh, a6, .Ladd_xnan_or_inf 115 extui a7, xh, 20, 12 [all …]
|
| H A D | ieee754-sf.S | 27 #define xh a2 macro 32 #define xh a3 macro 1477 slli xh, a7, 8 1482 srl xl, xh 1483 movi xh, 0 1489 neg xh, xh 1491 addi xh, xh, -1 1496 sll xl, xh 1497 srl xh, xh 1511 mov xh, a7 [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/ |
| H A D | ieee754-df.S | 27 #define xh a2 macro 32 #define xh a3 macro 51 xor xh, xh, a4 70 slli a7, xh, 12 76 mov xh, yh 80 slli a7, xh, 12 87 or xh, xh, a4 104 xor a7, xh, yh 109 ball xh, a6, .Ladd_xnan_or_inf 115 extui a7, xh, 20, 12 [all …]
|
| H A D | ieee754-sf.S | 27 #define xh a2 macro 32 #define xh a3 macro 1477 slli xh, a7, 8 1482 srl xl, xh 1483 movi xh, 0 1489 neg xh, xh 1491 addi xh, xh, -1 1496 sll xl, xh 1497 srl xh, xh 1511 mov xh, a7 [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/arm/ |
| H A D | ieee754-df.S | 45 #define xh r1 macro 49 #define xh r0 macro 63 eor xh, xh, #0x80000000 77 eor xh, xh, #0x80000000 @ flip sign bit of first arg 98 shift1 lsl, r4, xh, #1 111 @ corresponding arg in xh-xl, and positive exponent difference in r5. 119 eor yh, xh, yh 121 eor xh, yh, xh 123 eor yh, xh, yh 126 @ already in xh-xl. We need up to 54 bit to handle proper rounding [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/ |
| H A D | ieee754-df.S | 45 #define xh r1 macro 49 #define xh r0 macro 63 eor xh, xh, #0x80000000 77 eor xh, xh, #0x80000000 @ flip sign bit of first arg 98 shift1 lsl, r4, xh, #1 111 @ corresponding arg in xh-xl, and positive exponent difference in r5. 119 eor yh, xh, yh 121 eor xh, yh, xh 123 eor yh, xh, yh 126 @ already in xh-xl. We need up to 54 bit to handle proper rounding [all …]
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/cray/ieee/ |
| H A D | invert_limb.c | 83 mp_limb_t xh, xl; in mpn_invert_limb() local 107 umul_ppmm (xh, xl, z2l, d); in mpn_invert_limb() 108 tl += xh; in mpn_invert_limb() 109 th += tl < xh; in mpn_invert_limb() 114 umul_ppmm (xh, xl, d, zh); in mpn_invert_limb() 115 xh += d; /* add_ssaaaa (xh, xl, xh, xl, d, 0); */ in mpn_invert_limb() 116 if (~xh != 0) in mpn_invert_limb() 118 add_ssaaaa (xh, xl, xh, xl, 0, d); in mpn_invert_limb() 122 add_ssaaaa (xh, xl, xh, xl, 0, d); in mpn_invert_limb() 123 if (xh != 0) in mpn_invert_limb()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| H A D | eh_personality.cc | 290 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in save_caught_exception() local 292 xh->handlerSwitchValue = handler_switch_value; in save_caught_exception() 293 xh->actionRecord = action_record; in save_caught_exception() 294 xh->languageSpecificData = language_specific_data; in save_caught_exception() 295 xh->adjustedPtr = thrown_ptr; in save_caught_exception() 299 xh->catchTemp = landing_pad; in save_caught_exception() 311 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in restore_caught_exception() local 312 handler_switch_value = xh->handlerSwitchValue; in restore_caught_exception() 313 language_specific_data = xh->languageSpecificData; in restore_caught_exception() 314 landing_pad = (_Unwind_Ptr) xh->catchTemp; in restore_caught_exception() [all …]
|
| H A D | eh_call.cc | 51 __cxa_exception* xh; in __cxa_call_terminate() local 53 xh = __get_exception_header_from_ue(ue_header); in __cxa_call_terminate() 54 __terminate(xh->terminateHandler); in __cxa_call_terminate() 78 __cxa_exception* xh; in __cxa_call_unexpected() local 82 xh = __get_exception_header_from_ue(exc_obj); in __cxa_call_unexpected() 83 unexpectedHandler = xh->unexpectedHandler; in __cxa_call_unexpected() 84 terminateHandler = xh->terminateHandler; in __cxa_call_unexpected()
|
| H A D | eh_arm.cc | 51 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in __cxa_type_match() local 63 xh = __get_exception_header_from_obj (dx->primaryException); in __cxa_type_match() 64 throw_type = xh->exceptionType; in __cxa_type_match()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| H A D | eh_personality.cc | 290 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in save_caught_exception() local 292 xh->handlerSwitchValue = handler_switch_value; in save_caught_exception() 293 xh->actionRecord = action_record; in save_caught_exception() 294 xh->languageSpecificData = language_specific_data; in save_caught_exception() 295 xh->adjustedPtr = thrown_ptr; in save_caught_exception() 299 xh->catchTemp = landing_pad; in save_caught_exception() 311 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in restore_caught_exception() local 312 handler_switch_value = xh->handlerSwitchValue; in restore_caught_exception() 313 language_specific_data = xh->languageSpecificData; in restore_caught_exception() 314 landing_pad = (_Unwind_Ptr) xh->catchTemp; in restore_caught_exception() [all …]
|
| H A D | eh_call.cc | 51 __cxa_exception* xh; in __cxa_call_terminate() local 53 xh = __get_exception_header_from_ue(ue_header); in __cxa_call_terminate() 54 __terminate(xh->terminateHandler); in __cxa_call_terminate() 78 __cxa_exception* xh; in __cxa_call_unexpected() local 82 xh = __get_exception_header_from_ue(exc_obj); in __cxa_call_unexpected() 83 unexpectedHandler = xh->unexpectedHandler; in __cxa_call_unexpected() 84 terminateHandler = xh->terminateHandler; in __cxa_call_unexpected()
|
| H A D | eh_arm.cc | 51 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in __cxa_type_match() local 63 xh = __get_exception_header_from_obj (dx->primaryException); in __cxa_type_match() 64 throw_type = xh->exceptionType; in __cxa_type_match()
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/rs6000/ |
| H A D | ibm-ldouble.c | 124 double xh, xl, z, q, zz; in ldouble_qadd_internal() local 135 xh = z; /* Will always be DBL_MAX. */ in ldouble_qadd_internal() 151 xh = z + zz; in ldouble_qadd_internal() 152 if (nonfinite (xh)) in ldouble_qadd_internal() 153 return xh; in ldouble_qadd_internal() 155 xl = z - xh + zz; in ldouble_qadd_internal() 157 return pack_ldouble (xh, xl); in ldouble_qadd_internal() 179 double xh, xl, t, tau, u, v, w; in __gcc_qmul() local 203 xh = u; in __gcc_qmul() 205 return pack_ldouble (xh, xl); in __gcc_qmul() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/ |
| H A D | ibm-ldouble.c | 124 double xh, xl, z, q, zz; in __gcc_qadd() local 135 xh = z; /* Will always be DBL_MAX. */ in __gcc_qadd() 151 xh = z + zz; in __gcc_qadd() 152 if (nonfinite (xh)) in __gcc_qadd() 153 return xh; in __gcc_qadd() 155 xl = z - xh + zz; in __gcc_qadd() 157 return pack_ldouble (xh, xl); in __gcc_qadd() 173 double xh, xl, t, tau, u, v, w; in __gcc_qmul() local 197 xh = u; in __gcc_qmul() 199 return pack_ldouble (xh, xl); in __gcc_qmul() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libobjc/ |
| H A D | exception.c | 242 struct ObjcException *xh = (struct ObjcException *) ue_header; in PERSONALITY_FUNCTION() local 306 handler_switch_value = xh->handlerSwitchValue; in PERSONALITY_FUNCTION() 307 landing_pad = xh->landingPad; in PERSONALITY_FUNCTION() 435 if ((*__objc_exception_matcher) (catch_type, xh->value)) in PERSONALITY_FUNCTION() 472 xh->handlerSwitchValue = handler_switch_value; in PERSONALITY_FUNCTION() 473 xh->landingPad = landing_pad; in PERSONALITY_FUNCTION() 482 return_object = xh->value; in PERSONALITY_FUNCTION() 484 _Unwind_DeleteException(&xh->base); in PERSONALITY_FUNCTION() 488 __builtin_extend_pointer (saw_cleanup ? xh : return_object)); in PERSONALITY_FUNCTION()
|
| /netbsd-src/external/gpl3/gcc/dist/libobjc/ |
| H A D | exception.c | 242 struct ObjcException *xh = (struct ObjcException *) ue_header; in PERSONALITY_FUNCTION() local 306 handler_switch_value = xh->handlerSwitchValue; in PERSONALITY_FUNCTION() 307 landing_pad = xh->landingPad; in PERSONALITY_FUNCTION() 435 if ((*__objc_exception_matcher) (catch_type, xh->value)) in PERSONALITY_FUNCTION() 472 xh->handlerSwitchValue = handler_switch_value; in PERSONALITY_FUNCTION() 473 xh->landingPad = landing_pad; in PERSONALITY_FUNCTION() 482 return_object = xh->value; in PERSONALITY_FUNCTION() 484 _Unwind_DeleteException(&xh->base); in PERSONALITY_FUNCTION() 488 __builtin_extend_pointer (saw_cleanup ? xh : return_object)); in PERSONALITY_FUNCTION()
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/soft-fp/ |
| H A D | op-2.h | 159 #define __FP_CLZ_2(R, xh, xl) \ argument 162 if (xh) \ 163 __FP_CLZ ((R), xh); \ 175 # define __FP_FRAC_ADDI_2(xh, xl, i) \ 176 (xh += ((xl += i) < i)) 179 # define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \ 180 (rh = xh + yh + ((rl = xl + yl) < xl)) 183 # define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \ 184 (rh = xh - yh - ((rl = xl - yl) > xl)) 187 # define __FP_FRAC_DEC_2(xh, xl, yh, yl) \ [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/soft-fp/ |
| H A D | op-2.h | 159 #define __FP_CLZ_2(R, xh, xl) \ argument 162 if (xh) \ 163 __FP_CLZ ((R), xh); \ 175 # define __FP_FRAC_ADDI_2(xh, xl, i) \ 176 (xh += ((xl += i) < i)) 179 # define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \ 180 (rh = xh + yh + ((rl = xl + yl) < xl)) 183 # define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \ 184 (rh = xh - yh - ((rl = xl - yl) > xl)) 187 # define __FP_FRAC_DEC_2(xh, xl, yh, yl) \ [all …]
|
| /netbsd-src/games/larn/ |
| H A D | movem.c | 133 static int tmpitem, xl, xh, yl, yh; variable 169 xh = tmp4 + 2; in movemt() 172 vxy(&xh, &yh); in movemt() 174 for (m = xl; m < xh; m++) { in movemt() 202 xh = tmp4 + 1; in movemt() 205 vxy(&xh, &yh); in movemt() 209 for (m = xl; m < xh; m++) in movemt() 231 xh = i + 2; in movemt() 236 --xh; in movemt() 244 for (k = xl; k < xh; k++) in movemt()
|
| /netbsd-src/lib/libm/noieee_src/ |
| H A D | n_exp__E.c | 114 double z,p,q,xp,xh,w; in __exp__E() local 124 xh= x*half ; in __exp__E() 125 w = xh-(q-xp) ; in __exp__E() 127 c += x*((xh*w-(q-(p+xp)))/(one-w)+c); in __exp__E()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/csky/ |
| H A D | lib1funcs.S | 34 #define xh r1 macro 38 #define xh r0 macro 431 lsli r4, xh, 1 437 lsli r5, xh, 12 465 lsli r13, xh, 1 470 lsli xh, xh, 12 471 or r13, xl, xh 491 lsli r13, xh, 1 495 lsli xh, xh, 12 496 or r13, xl, xh
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/csky/ |
| H A D | lib1funcs.S | 34 #define xh r1 macro 38 #define xh r0 macro 431 lsli r4, xh, 1 437 lsli r5, xh, 12 465 lsli r13, xh, 1 470 lsli xh, xh, 12 471 or r13, xl, xh 491 lsli r13, xh, 1 495 lsli xh, xh, 12 496 or r13, xl, xh
|
| /netbsd-src/external/lgpl3/gmp/dist/ |
| H A D | longlong.h | 395 #define umul_ppmm(xh, xl, m0, m1) \ argument 402 : "=r" (xh) \ 515 #define umul_ppmm(xh, xl, a, b) \ argument 531 : "=&r" ((USItype) (xh)), "=r" ((USItype) (xl)), \ 544 #define umul_ppmm(xh, xl, a, b) \ argument 545 __asm__ ("umull %0,%1,%2,%3" : "=&r" (xl), "=&r" (xh) : "r" (a), "r" (b)) 546 #define smul_ppmm(xh, xl, a, b) \ argument 547 __asm__ ("smull %0,%1,%2,%3" : "=&r" (xl), "=&r" (xh) : "r" (a), "r" (b)) 762 #define umul_ppmm(xh, xl, m0, m1) \ argument 768 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \ [all …]
|
| /netbsd-src/external/lgpl3/mpfr/dist/src/ |
| H A D | mpfr-longlong.h | 401 #define umul_ppmm(xh, xl, m0, m1) \ argument 408 : "=r" (xh) \ 513 #define umul_ppmm(xh, xl, a, b) \ argument 529 : "=&r" ((USItype) (xh)), "=r" ((USItype) (xl)), \ 542 #define umul_ppmm(xh, xl, a, b) \ argument 543 __asm__ ("umull %0,%1,%2,%3" : "=&r" (xl), "=&r" (xh) : "r" (a), "r" (b)) 544 #define smul_ppmm(xh, xl, a, b) \ argument 545 __asm__ ("smull %0,%1,%2,%3" : "=&r" (xl), "=&r" (xh) : "r" (a), "r" (b)) 760 #define umul_ppmm(xh, xl, m0, m1) \ argument 766 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \ [all …]
|