Searched refs:UShort (Results 1 - 25 of 103) sorted by relevance

12345

/external/valgrind/none/tests/
H A Dshortpush.c2 typedef unsigned short UShort; typedef
4 UShort mul16 ( UShort a, UShort b );
8 UShort x = mul16 ( 10, 20 );
12 UShort mul16 ( UShort a, UShort b )
/external/valgrind/VEX/pub/
H A Dlibvex_guest_x86.h189 UShort guest_CS;
190 UShort guest_DS;
191 UShort guest_ES;
192 UShort guest_FS;
193 UShort guest_GS;
194 UShort guest_SS;
244 UShort LimitLow;
245 UShort BaseLow;
H A Dlibvex_basictypes.h51 typedef unsigned short UShort; typedef
78 UShort w16[8];
88 UShort w16[16];
118 static inline UShort toUShort ( Int x ) {
120 return (UShort)x;
H A Dlibvex.h604 UShort len[3];
605 UShort n_used;
/external/valgrind/coregrind/
H A Dpub_core_libcfile.h67 extern UShort VG_(htons) ( UShort x );
68 extern UShort VG_(ntohs) ( UShort x );
H A Dpub_core_transtab.h94 typedef UShort SECno; // SECno type identifies a sector
95 typedef UShort TTEno; // TTEno type identifies a TT entry in a sector.
/external/valgrind/VEX/priv/
H A Dguest_generic_x87.h81 UShort env[14];
101 UShort env[7];
H A Dhost_generic_simd64.c64 static inline ULong mk16x4 ( UShort w3, UShort w2,
65 UShort w1, UShort w0 ) {
71 static inline UShort sel16x4_3 ( ULong w64 ) {
75 static inline UShort sel16x4_2 ( ULong w64 ) {
79 static inline UShort sel16x4_1 ( ULong w64 ) {
83 static inline UShort sel16x4_0 ( ULong w64 ) {
169 static inline UShort qadd16U ( UShort x
[all...]
H A Dguest_generic_x87.c1070 UShort* argL = (UShort*)argLV;
1071 UShort* argR = (UShort*)argRV;
1074 UShort cL = argL[i];
1075 UShort cR = argR[i];
1105 UShort* argL = (UShort*)argLV;
1106 UShort* argR = (UShort*)argR
[all...]
H A Dhost_generic_simd128.c71 static inline UShort max16U ( UShort xx, UShort yy )
76 static inline UShort min16U ( UShort xx, UShort yy )
113 static inline UShort qnarrow32Sto16U ( UInt xx0 )
118 return (UShort)xx;
121 static inline UShort narrow32to16 ( UInt xx )
123 return (UShort)x
[all...]
H A Dguest_x86_helpers.c506 case X86G_CC_OP_ADDW: ACTIONS_ADD( 16, UShort );
510 case X86G_CC_OP_ADCW: ACTIONS_ADC( 16, UShort );
514 case X86G_CC_OP_SUBW: ACTIONS_SUB( 16, UShort );
518 case X86G_CC_OP_SBBW: ACTIONS_SBB( 16, UShort );
522 case X86G_CC_OP_LOGICW: ACTIONS_LOGIC( 16, UShort );
526 case X86G_CC_OP_INCW: ACTIONS_INC( 16, UShort );
530 case X86G_CC_OP_DECW: ACTIONS_DEC( 16, UShort );
534 case X86G_CC_OP_SHLW: ACTIONS_SHL( 16, UShort );
538 case X86G_CC_OP_SHRW: ACTIONS_SHR( 16, UShort );
542 case X86G_CC_OP_ROLW: ACTIONS_ROL( 16, UShort );
[all...]
H A Dhost_s390_defs.c1243 emit_RI(UChar *p, UInt op, UChar r1, UShort i2)
1358 emit_RS(UChar *p, UInt op, UChar r1, UChar r3, UChar b2, UShort d2)
1372 emit_RSY(UChar *p, ULong op, UChar r1, UChar r3, UChar b2, UShort dl2, UChar dh2)
1387 emit_RX(UChar *p, UInt op, UChar r1, UChar x2, UChar b2, UShort d2)
1401 emit_RXF(UChar *p, ULong op, UChar r3, UChar x2, UChar b2, UShort d2, UChar r1)
1416 emit_RXY(UChar *p, ULong op, UChar r1, UChar x2, UChar b2, UShort dl2, UChar dh2)
1431 emit_S(UChar *p, UInt op, UChar b2, UShort d2)
1443 emit_SI(UChar *p, UInt op, UChar i2, UChar b1, UShort d1)
1456 emit_SIL(UChar *p, ULong op, UChar b1, UShort d1, UShort i
[all...]
/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_misc.h97 DEF_READ(UShort); variable
104 UChar* ML_(write_UShort)( UChar* ptr, UShort val );
107 DEF_WRITE(UShort); variable
H A Dpriv_image.h118 UShort ML_(img_get_UShort)(DiImage* img, DiOffT offset);
298 static inline UShort ML_(cur_read_UShort) ( DiCursor c ) {
299 UShort r = ML_(img_get_UShort)( c.img, c.ioff );
302 static inline UShort ML_(cur_step_UShort) ( DiCursor* c ) {
303 UShort r = ML_(img_get_UShort)( c->img, c->ioff );
304 c->ioff += sizeof(UShort);
H A Dmisc.c135 UShort ML_(readUAS_UShort) ( const UChar* data ) {
147 UChar *ML_(writeUAS_UShort) ( UChar* ptr, UShort val ) {
155 return ptr + sizeof(UShort);
H A Dpriv_storage.h123 UShort size:LOC_SIZE_BITS; /* # bytes; we catch overflows of this */
148 UShort level:LEVEL_BITS; /* level of inlining */
473 UShort cdwParams; /* # bytes/4 in params */
865 The void* is an UChar* or UShort* or UInt*
899 by ((UShort*)cfsi_m_ix)[i] if sizeof_cfsi_m_ix == 2
930 The void* is an UChar* or UShort* or UInt*
1055 Int lineno, UShort level);
/external/valgrind/none/tests/amd64/
H A Dcrc32.c8 typedef unsigned short int UShort; typedef
21 UInt do_s_crc32w ( UInt crcIn, UShort w )
52 UInt do_h_crc32w ( UInt crcIn, UShort w )
90 UInt do_h_crc32w_mem ( UInt crcIn, UShort* a )
126 UShort w = 0xed78;;
160 crc = do_h_crc32w_mem( crc, (UShort*)&b[i+al] );
H A Dpcmpstr64w.c13 typedef unsigned short UShort; typedef
23 UShort uShort[8];
232 UShort* argL = (UShort*)argLV;
233 UShort* argR = (UShort*)argRV;
236 UShort cL = argL[i];
237 UShort cR = argR[i];
267 UShort* argL = (UShort*)argL
[all...]
H A Dx87trigOOR.c10 typedef unsigned short int UShort; typedef
15 typedef struct { Double arg; Double st0; Double st1; UShort fpusw; } Res;
/external/valgrind/none/tests/ppc32/
H A Dldstrev.c5 typedef unsigned short UShort; typedef
/external/valgrind/VEX/useful/
H A Dshow_fp_state.c9 typedef unsigned short UShort; typedef
20 UShort env[14];
/external/valgrind/none/tests/x86/
H A Dx87trigOOR.c10 typedef unsigned short int UShort; typedef
15 typedef struct { Double arg; Double st0; Double st1; UShort fpusw; } Res;
/external/valgrind/exp-sgcheck/
H A Dh_intercepts.c261 { *(UShort*)d = *(UShort*)s; s += 2; d += 2; n -= 2; } \
288 { s -= 2; d -= 2; *(UShort*)d = *(UShort*)s; n -= 2; } \
/external/valgrind/helgrind/
H A Dlibhb_core.c227 to a UShort. Regardless of endianness of the underlying machine,
245 UShort u16s[FI_LINE_SZB / 8]; /* each UShort covers 8 bytes */
447 UShort descrs[N_LINE_TREES];
1127 static UChar descr_to_validbits ( UShort descr )
1132 ( (UShort) ( ( (b8_7) << 14) | ( (b8_6) << 13) | \
1243 static Bool is_sane_Descr ( UShort descr ) {
1247 static void sprintf_Descr ( /*OUT*/HChar* dst, UShort descr ) {
1280 static Bool is_sane_Descr_and_Tree ( UShort descr, SVal* tree ) {
1315 UShort desc
[all...]
/external/valgrind/coregrind/m_aspacemgr/
H A Daspacemgr-segnames.c122 refcount_size = sizeof(UShort),
123 slotsize_size = sizeof(UShort),

Completed in 513 milliseconds

12345