Lines Matching full:ulong
121 /* identity on ULong */
122 static inline ULong idULong ( ULong x )
554 ULong, idULong );
1405 UInt x86g_calculate_FXAM ( UInt tag, ULong dbl )
1477 ULong x86g_dirtyhelper_loadF80le ( Addr addrU )
1479 ULong f64;
1486 void x86g_dirtyhelper_storeF80le ( Addr addrU, ULong f64 )
1506 ULong x86g_check_fldcw ( UInt fpucw )
1525 return (((ULong)ew) << 32) | ((ULong)rmode);
1543 ULong x86g_check_ldmxcsr ( UInt mxcsr )
1567 return (((ULong)ew) << 32) | ((ULong)rmode);
1607 ULong* vexRegs = (ULong*)(&vex_state->guest_FPREG[0]);
1616 ULong pair;
1667 ULong* vexRegs = (ULong*)(&vex_state->guest_FPREG[0]);
1872 ULong w64 = x86g_check_ldmxcsr( w32 );
1953 ULong w64 = x86g_check_ldmxcsr( mxcsr );
1967 ULong x86g_calculate_RCR ( UInt arg, UInt rot_amt, UInt eflags_in, UInt sz )
2013 return (((ULong)eflags_in) << 32) | ((ULong)arg);
2022 ULong x86g_calculate_RCL ( UInt arg, UInt rot_amt, UInt eflags_in, UInt sz )
2068 return (((ULong)eflags_in) << 32) | ((ULong)arg);
2249 ULong x86g_dirtyhelper_RDTSC ( void )
2252 ULong res;
2621 static inline ULong mk32x2 ( UInt w1, UInt w0 ) {
2622 return (((ULong)w1) << 32) | ((ULong)w0);
2625 static inline UShort sel16x4_3 ( ULong w64 ) {
2629 static inline UShort sel16x4_2 ( ULong w64 ) {
2633 static inline UShort sel16x4_1 ( ULong w64 ) {
2637 static inline UShort sel16x4_0 ( ULong w64 ) {
2642 static inline UChar sel8x8_7 ( ULong w64 ) {
2646 static inline UChar sel8x8_6 ( ULong w64 ) {
2650 static inline UChar sel8x8_5 ( ULong w64 ) {
2654 static inline UChar sel8x8_4 ( ULong w64 ) {
2658 static inline UChar sel8x8_3 ( ULong w64 ) {
2662 static inline UChar sel8x8_2 ( ULong w64 ) {
2666 static inline UChar sel8x8_1 ( ULong w64 ) {
2670 static inline UChar sel8x8_0 ( ULong w64 ) {
2676 ULong x86g_calculate_mmx_pmaddwd ( ULong xx, ULong yy )
2688 ULong x86g_calculate_mmx_psadbw ( ULong xx, ULong yy )
2700 return (ULong)t;
2729 ULong x86g_use_seg_selector ( HWord ldt, HWord gdt,
2806 return (ULong)( ((UInt)virtual_addr) + base );