| /src/external/gpl3/gcc/dist/libgcc/config/xtensa/ |
| ieee754-df.S | 27 #define xh a2 define 32 #define xh a3 define 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, y [all...] |
| ieee754-sf.S | 27 #define xh a2 define 32 #define xh a3 define 646 2 xh * yl 648 3 xh * yh 1477 slli xh, a7, 8 1482 srl xl, xh 1483 movi xh, 0 1489 neg xh, xh 1491 addi xh, xh, - [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/ |
| ieee754-df.S | 27 #define xh a2 define 32 #define xh a3 define 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, y [all...] |
| ieee754-sf.S | 27 #define xh a2 define 32 #define xh a3 define 646 2 xh * yl 648 3 xh * yh 1477 slli xh, a7, 8 1482 srl xl, xh 1483 movi xh, 0 1489 neg xh, xh 1491 addi xh, xh, - [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| eh_call.cc | 53 __cxa_exception* xh; local 55 xh = __get_exception_header_from_ue(ue_header); 56 __terminate(xh->terminateHandler); 80 __cxa_exception* xh; local 84 xh = __get_exception_header_from_ue(exc_obj); 85 unexpectedHandler = xh->unexpectedHandler; 86 terminateHandler = xh->terminateHandler;
|
| eh_personality.cc | 291 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); 293 xh->handlerSwitchValue = handler_switch_value; 294 xh->actionRecord = action_record; 295 xh->languageSpecificData = language_specific_data; 296 xh->adjustedPtr = thrown_ptr; 300 xh->catchTemp = landing_pad; 312 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); 313 handler_switch_value = xh->handlerSwitchValue; 314 language_specific_data = xh->languageSpecificData; 315 landing_pad = (_Unwind_Ptr) xh->catchTemp 290 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); local 311 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); local 428 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); local 762 __cxa_exception *xh = __get_exception_header_from_ue (exc_obj); local [all...] |
| eh_arm.cc | 51 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); local 63 xh = __get_exception_header_from_obj (dx->primaryException); 64 throw_type = xh->exceptionType;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| eh_call.cc | 51 __cxa_exception* xh; local 53 xh = __get_exception_header_from_ue(ue_header); 54 __terminate(xh->terminateHandler); 78 __cxa_exception* xh; local 82 xh = __get_exception_header_from_ue(exc_obj); 83 unexpectedHandler = xh->unexpectedHandler; 84 terminateHandler = xh->terminateHandler;
|
| eh_personality.cc | 291 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); 293 xh->handlerSwitchValue = handler_switch_value; 294 xh->actionRecord = action_record; 295 xh->languageSpecificData = language_specific_data; 296 xh->adjustedPtr = thrown_ptr; 300 xh->catchTemp = landing_pad; 312 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); 313 handler_switch_value = xh->handlerSwitchValue; 314 language_specific_data = xh->languageSpecificData; 315 landing_pad = (_Unwind_Ptr) xh->catchTemp 290 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); local 311 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); local 428 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); local 758 __cxa_exception *xh = __get_exception_header_from_ue (exc_obj); local [all...] |
| eh_arm.cc | 51 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); local 63 xh = __get_exception_header_from_obj (dx->primaryException); 64 throw_type = xh->exceptionType;
|
| /src/external/gpl3/gcc/dist/libgcc/config/arm/ |
| ieee754-df.S | 45 #define xh r1 define 49 #define xh r0 define 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, x [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/arm/ |
| ieee754-df.S | 45 #define xh r1 define 49 #define xh r0 define 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, x [all...] |
| /src/lib/libm/noieee_src/ |
| n_exp__E.c | 114 double z,p,q,xp,xh,w; local 124 xh= x*half ; 125 w = xh-(q-xp) ; 127 c += x*((xh*w-(q-(p+xp)))/(one-w)+c);
|
| /src/external/lgpl3/gmp/dist/mpn/cray/ieee/ |
| invert_limb.c | 83 mp_limb_t xh, xl; local 107 umul_ppmm (xh, xl, z2l, d); 108 tl += xh; 109 th += tl < xh; 114 umul_ppmm (xh, xl, d, zh); 115 xh += d; /* add_ssaaaa (xh, xl, xh, xl, d, 0); */ 116 if (~xh != 0) 118 add_ssaaaa (xh, xl, xh, xl, 0, d) [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/rs6000/ |
| ibm-ldouble.c | 124 double xh, xl, z, q, zz; local 135 xh = z; /* Will always be DBL_MAX. */ 151 xh = z + zz; 152 if (nonfinite (xh)) 153 return xh; 155 xl = z - xh + zz; 157 return pack_ldouble (xh, xl); 179 double xh, xl, t, tau, u, v, w; local 203 xh = u; 205 return pack_ldouble (xh, xl) 211 double xh, xl, s, sigma, t, tau, u, v, w; local [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/ |
| ibm-ldouble.c | 124 double xh, xl, z, q, zz; local 135 xh = z; /* Will always be DBL_MAX. */ 151 xh = z + zz; 152 if (nonfinite (xh)) 153 return xh; 155 xl = z - xh + zz; 157 return pack_ldouble (xh, xl); 179 double xh, xl, t, tau, u, v, w; local 203 xh = u; 205 return pack_ldouble (xh, xl) 211 double xh, xl, s, sigma, t, tau, u, v, w; local [all...] |
| /src/external/gpl3/gcc/dist/libobjc/ |
| exception.c | 244 struct ObjcException *xh = (struct ObjcException *) ue_header; 308 handler_switch_value = xh->handlerSwitchValue; 309 landing_pad = xh->landingPad; 437 if ((*__objc_exception_matcher) (catch_type, xh->value)) 474 xh->handlerSwitchValue = handler_switch_value; 475 xh->landingPad = landing_pad; 484 return_object = xh->value; 486 _Unwind_DeleteException(&xh->base); 490 __builtin_extend_pointer (saw_cleanup ? xh : return_object)); 242 struct ObjcException *xh = (struct ObjcException *) ue_header; local
|
| /src/external/gpl3/gcc.old/dist/libobjc/ |
| exception.c | 244 struct ObjcException *xh = (struct ObjcException *) ue_header; 308 handler_switch_value = xh->handlerSwitchValue; 309 landing_pad = xh->landingPad; 437 if ((*__objc_exception_matcher) (catch_type, xh->value)) 474 xh->handlerSwitchValue = handler_switch_value; 475 xh->landingPad = landing_pad; 484 return_object = xh->value; 486 _Unwind_DeleteException(&xh->base); 490 __builtin_extend_pointer (saw_cleanup ? xh : return_object)); 242 struct ObjcException *xh = (struct ObjcException *) ue_header; local
|
| /src/games/larn/ |
| movem.c | 133 static int tmpitem, xl, xh, yl, yh; variable 169 xh = tmp4 + 2; 172 vxy(&xh, &yh); 174 for (m = xl; m < xh; m++) { 202 xh = tmp4 + 1; 205 vxy(&xh, &yh); 209 for (m = xl; m < xh; m++) 231 xh = i + 2; 236 --xh; 244 for (k = xl; k < xh; k++ [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/csky/ |
| lib1funcs.S | 34 #define xh r1 define 38 #define xh r0 define 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, 1 [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/csky/ |
| lib1funcs.S | 34 #define xh r1 define 38 #define xh r0 define 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, 1 [all...] |
| /src/external/gpl3/gcc/dist/libgcc/soft-fp/ |
| op-2.h | 155 #define __FP_CLZ_2(R, xh, xl) \ 158 if (xh) \ 159 __FP_CLZ ((R), xh); \ 171 # define __FP_FRAC_ADDI_2(xh, xl, i) \ 172 (xh += ((xl += i) < i)) 175 # define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \ 176 (rh = xh + yh + ((rl = xl + yl) < xl)) 179 # define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \ 180 (rh = xh - yh - ((rl = xl - yl) > xl)) 183 # define __FP_FRAC_DEC_2(xh, xl, yh, yl) [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/soft-fp/ |
| op-2.h | 159 #define __FP_CLZ_2(R, xh, xl) \ 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...] |
| /src/external/lgpl3/gmp/dist/ |
| longlong.h | 395 #define umul_ppmm(xh, xl, m0, m1) \ 402 : "=r" (xh) \ 515 #define umul_ppmm(xh, xl, a, b) \ 531 : "=&r" ((USItype) (xh)), "=r" ((USItype) (xl)), \ 544 #define umul_ppmm(xh, xl, a, b) \ 545 __asm__ ("umull %0,%1,%2,%3" : "=&r" (xl), "=&r" (xh) : "r" (a), "r" (b)) 546 #define smul_ppmm(xh, xl, a, b) \ 547 __asm__ ("smull %0,%1,%2,%3" : "=&r" (xl), "=&r" (xh) : "r" (a), "r" (b)) 762 #define umul_ppmm(xh, xl, m0, m1) \ 768 (xh) = __x.__i.__h; (xl) = __x.__i.__l; [all...] |
| /src/external/lgpl3/mpfr/dist/src/ |
| mpfr-longlong.h | 401 #define umul_ppmm(xh, xl, m0, m1) \ 408 : "=r" (xh) \ 513 #define umul_ppmm(xh, xl, a, b) \ 529 : "=&r" ((USItype) (xh)), "=r" ((USItype) (xl)), \ 542 #define umul_ppmm(xh, xl, a, b) \ 543 __asm__ ("umull %0,%1,%2,%3" : "=&r" (xl), "=&r" (xh) : "r" (a), "r" (b)) 544 #define smul_ppmm(xh, xl, a, b) \ 545 __asm__ ("smull %0,%1,%2,%3" : "=&r" (xl), "=&r" (xh) : "r" (a), "r" (b)) 760 #define umul_ppmm(xh, xl, m0, m1) \ 766 (xh) = __x.__i.__h; (xl) = __x.__i.__l; [all...] |