Searched refs:ULong (Results 1 - 25 of 224) sorted by last modified time

123456789

/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_runtime.cpp279 case QMetaType::ULong:
301 case QMetaType::ULong:
835 type == QMetaType::ULong ||
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c274 static IRExpr* mkU64 ( ULong i )
357 static IRExpr* mkU128 ( ULong i )
2877 ULong imm;
3036 ULong imm = 0;
3176 ULong one = 1;
3448 ULong imm = 0;
3688 ULong esize;
3817 ULong imm;
3954 ULong esize, imm;
4485 ULong im
[all...]
H A Dguest_generic_bb_to_IR.c73 static ULong genericg_compute_checksum_8al ( HWord first_w64, HWord n_w64s );
75 static ULong genericg_compute_checksum_8al_1 ( HWord first_w64 );
77 static ULong genericg_compute_checksum_8al_2 ( HWord first_w64 );
79 static ULong genericg_compute_checksum_8al_3 ( HWord first_w64 );
81 static ULong genericg_compute_checksum_8al_4 ( HWord first_w64 );
83 static ULong genericg_compute_checksum_8al_5 ( HWord first_w64 );
85 static ULong genericg_compute_checksum_8al_6 ( HWord first_w64 );
87 static ULong genericg_compute_checksum_8al_7 ( HWord first_w64 );
89 static ULong genericg_compute_checksum_8al_8 ( HWord first_w64 );
91 static ULong genericg_compute_checksum_8al_
[all...]
H A Dguest_generic_x87.c434 ULong x86amd64g_calculate_FXTRACT ( ULong arg, HWord getExp )
436 ULong uSig, uExp;
446 const ULong posInf = 0x7FF0000000000000ULL;
447 const ULong negInf = 0xFFF0000000000000ULL;
448 const ULong nanMask = 0x7FF0000000000000ULL;
449 const ULong qNan = 0x7FF8000000000000ULL;
450 const ULong posZero = 0x0000000000000000ULL;
451 const ULong negZero = 0x8000000000000000ULL;
452 const ULong bit5
[all...]
H A Dguest_generic_x87.h99 extern ULong x86amd64g_calculate_FXTRACT ( ULong arg, HWord getExp );
H A Dguest_ppc_defs.h147 extern ULong ppcg_dirtyhelper_MFTB ( void );
H A Dguest_ppc_helpers.c68 ULong ppcg_dirtyhelper_MFTB ( void )
71 ULong res;
82 res = ((ULong)hi1) << 32;
83 res |= (ULong)lo;
158 ULong i;
H A Dguest_ppc_toIR.c419 static ULong MASK64( UInt begin, UInt end )
421 ULong m1, m2, mask;
424 m1 = ((ULong)(-1)) << begin;
425 m2 = ((ULong)(-1)) << end << 1;
472 static ULong extend_s_16to64 ( UInt x )
474 return (ULong)((((Long)x) << 48) >> 48);
477 static ULong extend_s_26to64 ( UInt x )
479 return (ULong)((((Long)x) << 38) >> 38);
482 static ULong extend_s_32to64 ( UInt x )
484 return (ULong)((((Lon
[all...]
H A Dguest_s390_defs.h78 void s390x_dirtyhelper_EX(ULong torun);
79 ULong s390x_dirtyhelper_STCK(ULong *addr);
80 ULong s390x_dirtyhelper_STCKF(ULong *addr);
81 ULong s390x_dirtyhelper_STCKE(ULong *addr);
82 ULong s390x_dirtyhelper_STFLE(VexGuestS390XState *guest_state, HWord addr);
180 UInt s390_calculate_cc(ULong cc_op, ULong cc_dep
[all...]
H A Dguest_s390_helpers.c250 s390x_dirtyhelper_EX(ULong torun)
260 ULong s390x_dirtyhelper_STCK(ULong *addr)
271 ULong s390x_dirtyhelper_STCKE(ULong *addr)
282 ULong s390x_dirtyhelper_STCKF(ULong *addr)
293 ULong s390x_dirtyhelper_STCK(ULong *addr) {return 3;}
294 ULong s390x_dirtyhelper_STCK
[all...]
H A Dguest_s390_toIR.c77 ULong last_execute_target;
197 mkU64(ULong value)
213 mkF64i(ULong value)
1736 assign(d2, mkU64(((ULong)(Long)(Char)dh2 << 12) | ((ULong)dl2)));
1754 assign(d2, mkU64(((ULong)(Long)(Char)dh2 << 12) | ((ULong)dl2)));
1772 assign(d2, mkU64(((ULong)(Long)(Char)dh2 << 12) | ((ULong)dl2)));
1792 assign(d2, mkU64(((ULong)(Lon
[all...]
H A Dguest_x86_defs.h100 extern UInt x86g_calculate_FXAM ( UInt tag, ULong dbl );
102 extern ULong x86g_calculate_RCR (
105 extern ULong x86g_calculate_RCL (
113 extern ULong x86g_check_fldcw ( UInt fpucw );
117 extern ULong x86g_check_ldmxcsr ( UInt mxcsr );
129 ULong x86g_use_seg_selector ( HWord ldt, HWord gdt,
132 extern ULong x86g_calculate_mmx_pmaddwd ( ULong, ULong );
133 extern ULong x86g_calculate_mmx_psadb
[all...]
H A Dguest_x86_helpers.c120 /* identity on ULong */
121 static inline ULong idULong ( ULong x )
553 ULong, idULong );
1367 UInt x86g_calculate_FXAM ( UInt tag, ULong dbl )
1439 ULong x86g_dirtyhelper_loadF80le ( UInt addrU )
1441 ULong f64;
1448 void x86g_dirtyhelper_storeF80le ( UInt addrU, ULong f64 )
1468 ULong x86g_check_fldcw ( UInt fpucw )
1487 return (((ULong)e
[all...]
H A Dguest_x86_toIR.c683 static IRExpr* mkU64 ( ULong i )
1430 ULong x86g_use_seg_selector ( HWord ldt, HWord gdt,
3978 /* ULong x86h_check_fldcw ( UInt ); */
4129 value (as a double, actually a ULong) to a helper
4595 ULong x86g_loadF80le ( UInt )
4623 /* Uses dirty helper: void x86g_storeF80le ( UInt, ULong ) */
4722 d->fxState[1].size = 8 * sizeof(ULong);
4926 d->fxState[1].size = 8 * sizeof(ULong);
4983 d->fxState[1].size = 8 * sizeof(ULong);
8129 d->fxState[1].size = 8 * sizeof(ULong);
[all...]
H A Dhost_amd64_defs.c638 AMD64Instr* AMD64Instr_Imm64 ( ULong imm64, HReg dst ) {
2067 static UChar* emit64 ( UChar* p, ULong w64 )
2084 static Bool fitsIn32Bits ( ULong x )
2917 vassert(sizeof(ULong) == sizeof(void*));
H A Dhost_amd64_defs.h422 ULong imm64;
682 extern AMD64Instr* AMD64Instr_Imm64 ( ULong imm64, HReg dst );
H A Dhost_amd64_isel.c261 static Bool fitsIn32Bits ( ULong x )
323 static void push_uimm64( ISelEnv* env, ULong uimm64 )
793 static ULong bitmask8_to_bytemask64 ( UShort w8 )
796 ULong w64 = 0;
1162 ULong fn ( ULong, ULong ), and they are
1172 addInstr(env, AMD64Instr_Call( Acc_ALWAYS, (ULong)fn, 2 ));
1696 ULong fn ( ULong ), an
[all...]
H A Dhost_arm_defs.c554 ULong ARMNImm_to_Imm64 ( ARMNImm* imm ) {
556 ULong y, x = imm->imm8;
583 y = ((ULong)imm->imm8 >> i) & 1;
605 ARMNImm* Imm64_to_ARMNImm ( ULong x ) {
652 ULong x = ARMNImm_to_Imm64(i);
H A Dhost_arm_defs.h314 extern ULong ARMNImm_to_Imm64 ( ARMNImm* );
315 extern ARMNImm* Imm64_to_ARMNImm ( ULong );
H A Dhost_arm_isel.c376 ULong target;
1807 ULong w64 = e->Iex.Const.con->Ico.U64;
4186 ULong imm64 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U64;
4288 ULong one = (1LL << 32) | 1LL;
H A Dhost_generic_simd128.c91 static inline ULong cmpEQ64 ( Long xx, Long yy )
97 static inline ULong cmpGT64S ( Long xx, Long yy )
103 static inline ULong sar64 ( ULong v, UInt n )
H A Dhost_generic_simd64.c48 static inline ULong mk32x2 ( UInt w1, UInt w0 ) {
49 return (((ULong)w1) << 32) | ((ULong)w0);
52 static inline UInt sel32x2_1 ( ULong w64 ) {
55 static inline UInt sel32x2_0 ( ULong w64 ) {
63 static inline ULong mk16x4 ( UShort w3, UShort w2,
70 static inline UShort sel16x4_3 ( ULong w64 ) {
74 static inline UShort sel16x4_2 ( ULong w64 ) {
78 static inline UShort sel16x4_1 ( ULong w64 ) {
82 static inline UShort sel16x4_0 ( ULong w6
[all...]
H A Dhost_generic_simd64.h56 extern ULong h_generic_calc_Add32x2 ( ULong, ULong );
57 extern ULong h_generic_calc_Add16x4 ( ULong, ULong );
58 extern ULong h_generic_calc_Add8x8 ( ULong, ULong );
60 extern ULong h_generic_calc_QAdd16Sx
[all...]
H A Dhost_ppc_defs.c461 PPCRI* PPCRI_Imm ( ULong imm64 ) {
732 PPCInstr* PPCInstr_LI ( HReg dst, ULong imm64, Bool mode64 )
1198 static void ppLoadImm ( HReg dst, ULong imm, Bool mode64 ) {
2547 static UChar* mkLoadImm ( UChar* p, UInt r_dst, ULong imm, Bool mode64 )
2558 imm = (ULong)s64;
3075 ULong imm_dst;
3146 ULong imm_src;
H A Dhost_ppc_defs.h273 ULong Imm;
280 extern PPCRI* PPCRI_Imm ( ULong );
502 ULong imm64;
790 extern PPCInstr* PPCInstr_LI ( HReg, ULong, Bool );

Completed in 238 milliseconds

123456789