Home
last modified time | relevance | path

Searched refs:toUInt (Results 1 – 20 of 20) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_generic_simd128.c48 return toUInt(t); in mul32()
53 return toUInt((xx > yy) ? xx : yy); in max32S()
58 return toUInt((xx < yy) ? xx : yy); in min32S()
63 return toUInt((xx > yy) ? xx : yy); in max32U()
68 return toUInt((xx < yy) ? xx : yy); in min32U()
Dguest_x86_helpers.c552 UInt, toUInt ); in x86g_calculate_eflags_all_WRK()
553 case X86G_CC_OP_UMULL: ACTIONS_UMUL( 32, UInt, toUInt, in x86g_calculate_eflags_all_WRK()
559 Int, toUInt ); in x86g_calculate_eflags_all_WRK()
560 case X86G_CC_OP_SMULL: ACTIONS_SMUL( 32, Int, toUInt, in x86g_calculate_eflags_all_WRK()
2512 UInt hi32 = toUInt(w64 >> 32); in sel16x4_3()
2516 UInt hi32 = toUInt(w64 >> 32); in sel16x4_2()
2520 UInt lo32 = toUInt(w64); in sel16x4_1()
2524 UInt lo32 = toUInt(w64); in sel16x4_0()
2529 UInt hi32 = toUInt(w64 >> 32); in sel8x8_7()
2533 UInt hi32 = toUInt(w64 >> 32); in sel8x8_6()
[all …]
Dguest_amd64_helpers.c709 UInt, toUInt ); in amd64g_calculate_rflags_all_WRK()
710 case AMD64G_CC_OP_UMULL: ACTIONS_UMUL( 32, UInt, toUInt, in amd64g_calculate_rflags_all_WRK()
718 Int, toUInt ); in amd64g_calculate_rflags_all_WRK()
719 case AMD64G_CC_OP_SMULL: ACTIONS_SMUL( 32, Int, toUInt, in amd64g_calculate_rflags_all_WRK()
2207 = toUShort(toUInt( ((ftop & 7) << 11) | (c3210 & 0x4700) )); in amd64g_dirtyhelper_FSTENV()
2209 = toUShort(toUInt( amd64g_create_fpucw( vex_state->guest_FPROUND ) )); in amd64g_dirtyhelper_FSTENV()
3184 UInt hi32 = toUInt(w64 >> 32); in sel16x4_3()
3188 UInt hi32 = toUInt(w64 >> 32); in sel16x4_2()
3192 UInt lo32 = toUInt(w64); in sel16x4_1()
3196 UInt lo32 = toUInt(w64); in sel16x4_0()
[all …]
Dhost_generic_simd64.c54 return 0xFFFFFFFF & toUInt(w64 >> 32); in sel32x2_1()
57 return 0xFFFFFFFF & toUInt(w64); in sel32x2_0()
72 UInt hi32 = toUInt(w64 >> 32); in sel16x4_3()
76 UInt hi32 = toUInt(w64 >> 32); in sel16x4_2()
103 UInt hi32 = toUInt(w64 >> 32); in sel8x8_7()
107 UInt hi32 = toUInt(w64 >> 32); in sel8x8_6()
111 UInt hi32 = toUInt(w64 >> 32); in sel8x8_5()
115 UInt hi32 = toUInt(w64 >> 32); in sel8x8_4()
Dmain_util.c296 buf[bufi++] = toHChar('0' + toUInt(u0 % base)); in convert_int()
Dguest_generic_bb_to_IR.c259 ? IRConst_U32(toUInt(guest_IP_bbstart)) in bb_to_IR()
428 = toUShort(toUInt( vge->len[vge->n_used-1] + dres.len )); in bb_to_IR()
676 = guest_word_type==Ity_I32 ? IRConst_U32(toUInt(base2check)) in bb_to_IR()
Dhost_amd64_isel.c384 AMD64RMI_Imm(toUInt(e->Iex.Const.con->Ico.U64)), in iselIntExpr_single_instruction()
1976 UInt offset = toUInt(simm32->Iex.Const.con->Ico.U64); in iselIntExpr_AMode_wrk()
2007 toUInt(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64), in iselIntExpr_AMode_wrk()
2057 return AMD64RMI_Imm(toUInt(e->Iex.Const.con->Ico.U64)); in iselIntExpr_RMI_wrk()
2126 return AMD64RI_Imm(toUInt(e->Iex.Const.con->Ico.U64)); in iselIntExpr_RI_wrk()
Dhost_x86_isel.c2095 UInt wHi = toUInt(w64 >> 32); in iselInt64Expr_wrk()
2096 UInt wLo = toUInt(w64); in iselInt64Expr_wrk()
2254 UInt wHi = toUInt(w64 >> 32); in iselInt64Expr_wrk()
2255 UInt wLo = toUInt(w64); in iselInt64Expr_wrk()
Dhost_mips_isel.c645 toUInt((Addr)cee->addr); in doHelperCall()
2312 UInt wHi = toUInt(w64 >> 32); in iselInt64Expr_wrk()
2313 UInt wLo = toUInt(w64); in iselInt64Expr_wrk()
Dhost_amd64_defs.c2014 p = emit32(p, toUInt(w64 & 0xFFFFFFFF)); in emit64()
2015 p = emit32(p, toUInt((w64 >> 32) & 0xFFFFFFFF)); in emit64()
Dguest_tilegx_toIR.c2502 guest_PC_bbstart = (Addr64) toUInt(guest_IP - delta); in disInstr_TILEGX()
Dhost_ppc_isel.c1063 : toUInt((Addr)(cee->addr)); in doHelperCall()
3682 toUInt( (Addr)h_calc_BCDtoDPB ); in iselInt64Expr_wrk()
3730 toUInt( (Addr)h_calc_DPBtoBCD ); in iselInt64Expr_wrk()
Dhost_arm_isel.c1934 UInt wHi = toUInt(w64 >> 32); in iselInt64Expr_wrk()
1935 UInt wLo = toUInt(w64); in iselInt64Expr_wrk()
Dguest_arm_toIR.c1407 IRConst_U32(toUInt(guest_R15_curr_instr_notENC + 4)), in mk_skip_over_A32_if_cond_is_false()
1424 IRConst_U32(toUInt((guest_R15_curr_instr_notENC + 2) | 1)), in mk_skip_over_T16_if_cond_is_false()
1442 IRConst_U32(toUInt((guest_R15_curr_instr_notENC + 4) | 1)), in mk_skip_over_T32_if_cond_is_false()
1460 IRConst_U32(toUInt(guest_R15_curr_instr_notENC | 1)), in gen_SIGILL_T_if_nonzero()
18430 IRConst_U32(toUInt(dst)), in disInstr_THUMB_WRK()
Dguest_x86_toIR.c15442 guest_EIP_bbstart = (Addr32)toUInt(guest_IP - delta); in disInstr_X86()
Dguest_mips_toIR.c1531 (Addr64) extend_s_32to64(toUInt(addr))); in mkSzAddr()
Dguest_ppc_toIR.c1022 (Addr64)extend_s_32to64( toUInt(addr) ) ); in mkSzAddr()
Dguest_amd64_toIR.c31863 dres.len = toUInt(delta - delta_start);
/external/skia/debugger/QT/
DSkSettingsWidget.h56 *filterQuality = (SkFilterQuality)fFilterCombo.itemData(index).toUInt(); in getFilterOverride()
/external/valgrind/VEX/pub/
Dlibvex_basictypes.h126 static inline UInt toUInt ( Long x ) { in toUInt() function