Searched refs:xh (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dieee754-df.S48 #define xh r1 define
52 #define xh r0 define
65 eor xh, xh, #0x80000000
77 eor xh, xh, #0x80000000 @ flip sign bit of first arg
94 mov r4, xh, lsl #1
105 @ corresponding arg in xh-xl, and positive exponent difference in r5.
112 eor yh, xh, yh
114 eor xh, y
[all...]
/freebsd-9.3-release/contrib/libstdc++/libsupc++/
H A Deh_call.cc56 __cxa_exception* xh; local
58 xh = __get_exception_header_from_ue(ue_header);
59 __terminate(xh->terminateHandler);
82 __cxa_exception* xh; local
86 xh = __get_exception_header_from_ue(exc_obj);
87 unexpectedHandler = xh->unexpectedHandler;
88 terminateHandler = xh->terminateHandler;
H A Deh_personality.cc287 __cxa_exception* xh = __get_exception_header_from_ue(ue_header);
289 xh->handlerSwitchValue = handler_switch_value;
290 xh->actionRecord = action_record;
291 xh->languageSpecificData = language_specific_data;
292 xh->adjustedPtr = thrown_ptr;
296 xh->catchTemp = landing_pad;
308 __cxa_exception* xh = __get_exception_header_from_ue(ue_header);
309 handler_switch_value = xh->handlerSwitchValue;
310 language_specific_data = xh->languageSpecificData;
311 landing_pad = (_Unwind_Ptr) xh
286 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); local
307 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); local
409 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); local
714 __cxa_exception *xh = __get_exception_header_from_ue (exc_obj); local
[all...]
H A Deh_arm.cc52 __cxa_exception* xh = __get_exception_header_from_ue(ue_header);
53 const std::type_info* throw_type = xh->exceptionType;
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Ddarwin-ldouble.c107 double z, q, zz, xh; local
132 xh = z + zz;
133 if (nonfinite (xh))
134 return xh;
136 x.dval[0] = xh;
137 x.dval[1] = z - xh + zz;
/freebsd-9.3-release/contrib/gcc/config/soft-fp/
H A Dop-2.h154 #define __FP_CLZ_2(R, xh, xl) \
156 if (xh) \
157 __FP_CLZ(R,xh); \
168 #define __FP_FRAC_ADDI_2(xh, xl, i) \
169 (xh += ((xl += i) < i))
172 #define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \
173 (rh = xh + yh + ((rl = xl + yl) < xl))
176 #define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \
177 (rh = xh - yh - ((rl = xl - yl) > xl))
180 #define __FP_FRAC_DEC_2(xh, x
[all...]
/freebsd-9.3-release/usr.sbin/apm/
H A Dapm.c37 #define xh(a) (((a) & 0xff00) >> 8) macro
39 #define APMERR(a) xh(a)
265 * xh(SI) - month (1-12)
273 tm.tm_sec = bcd2int(xh(args.ecx));
275 tm.tm_hour = bcd2int(xh(args.edx));
277 tm.tm_mon = bcd2int(xh(args.esi)) - 1;
/freebsd-9.3-release/contrib/gcc/
H A Dlonglong.h206 #define umul_ppmm(xh, xl, a, b) \
221 : "=&r" ((USItype) (xh)), \
291 #define smul_ppmm(xh, xl, m0, m1) \
299 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \
444 #define umul_ppmm(xh, xl, a, b) \
471 : "=g" ((USItype) (xh)), \
480 #define umul_ppmm(xh, xl, a, b) \
507 : "=g" ((USItype) (xh)), \
703 #define smul_ppmm(xh, xl, m0, m1) \
704 __asm__ ("mul %0,%2,%3" : "=r" (xh), "
[all...]
H A Dsimplify-rtx.c1298 HOST_WIDE_INT xh, xl, th, tl;
1322 xh = th;
1341 xh = th;
1345 REAL_VALUE_TO_INT (&xl, &xh, x);
1372 xh = th;
1377 REAL_VALUE_TO_INT (&xl, &xh, x);
1383 return immed_double_const (xl, xh, mode);
1292 HOST_WIDE_INT xh, xl, th, tl; local
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dlang.h54 xh, enumerator in enum:__anon4252
H A Dlang.c545 { xh, "xh", "Xhosa" },
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delfxx-ia64.c1917 elfNN_ia64_hash_hide_symbol (info, xh, force_local)
1919 struct elf_link_hash_entry *xh;
1926 h = (struct elfNN_ia64_link_hash_entry *)xh;

Completed in 229 milliseconds