/external/valgrind/main/VEX/priv/ |
D | ir_opt.c | 1093 case Ico_U32: return toBool( c1->Ico.U32 == c2->Ico.U32 ); in sameIRExprs_aux2() 1178 && e->Iex.Const.con->Ico.U32 == 0); in isZeroU32() 1213 case Ico_U32: return toBool( e->Iex.Const.con->Ico.U32 == 0); in isZeroU() 1226 case Ico_U32: return toBool( e->Iex.Const.con->Ico.U32 in isOnesU() 1438 0xFFFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U32))); in fold_Expr() 1442 0xFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U32))); in fold_Expr() 1446 1 == (1 & e->Iex.Unop.arg->Iex.Const.con->Ico.U32) in fold_Expr() 1465 ~ (e->Iex.Unop.arg->Iex.Const.con->Ico.U32))); in fold_Expr() 1508 & e->Iex.Unop.arg->Iex.Const.con->Ico.U32)); in fold_Expr() 1518 /* signed */ Long s64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32; in fold_Expr() [all …]
|
D | host_x86_isel.c | 117 && e->Iex.Const.con->Ico.U32 == 0; in isZeroU32() 1577 UInt imm32 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U32; in iselIntExpr_AMode_wrk() 1607 return X86AMode_IR(e->Iex.Binop.arg2->Iex.Const.con->Ico.U32, r1); in iselIntExpr_AMode_wrk() 1653 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_RMI_wrk() 1713 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_RI_wrk() 2006 X86RMI_Imm(con->Iex.Const.con->Ico.U32), in iselCondCode_wrk() 4261 = ((Addr32)stmt->Ist.Exit.dst->Ico.U32) > env->max_ga; in iselStmt() 4263 addInstr(env, X86Instr_XDirect(stmt->Ist.Exit.dst->Ico.U32, in iselStmt() 4340 = ((Addr64)cdst->Ico.U32) > env->max_ga; in iselNext() 4342 addInstr(env, X86Instr_XDirect(cdst->Ico.U32, in iselNext()
|
D | host_mips_isel.c | 745 && uInt_fits_in_16_bits(e->Iex.Binop.arg2->Iex.Const.con-> Ico.U32)) { in iselWordExpr_AMode_wrk() 746 return MIPSAMode_IR((Int) e->Iex.Binop.arg2->Iex.Const.con->Ico.U32, in iselWordExpr_AMode_wrk() 1817 l = (Long) (Int) con->Ico.U32; in iselWordExpr_R_wrk() 1918 u = 0xFFFFFFFF & con->Ico.U32; in iselWordExpr_RH_wrk() 3975 : (((Addr32)stmt->Ist.Exit.dst->Ico.U32) > (Addr32)env->max_ga); in iselStmt() 3979 : (Addr64)stmt->Ist.Exit.dst->Ico.U32, in iselStmt() 4058 : (((Addr32)cdst->Ico.U32) > (Addr32)env->max_ga); in iselNext() 4062 : (Addr64)cdst->Ico.U32, in iselNext()
|
D | host_s390_isel.c | 417 case Ico_U32: value = expr->Iex.Const.con->Ico.U32; break; in s390_expr_is_const_zero() 439 case Ico_U32: value = con->Ico.U32; return (ULong) ((value << 32) >> 32); in get_const_value_as_ulong() 697 IRRoundingMode mode = irrm->Iex.Const.con->Ico.U32; in get_bfp_rounding_mode() 807 IRRoundingMode mode = irrm->Iex.Const.con->Ico.U32; in get_dfp_rounding_mode() 1844 case Ico_U32: value = con->Ico.U32; break; in s390_isel_int_expr_wrk() 1925 case Ico_U32: value = expr->Iex.Const.con->Ico.U32; break; in s390_isel_int_expr_RMI()
|
D | host_arm_isel.c | 785 Int simm = (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32; in iselIntExpr_AMode1_wrk() 851 Int simm = (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32; in iselIntExpr_AMode2_wrk() 903 Int simm = (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32; in iselIntExpr_AModeV_wrk() 978 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_RI84_wrk() 1032 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_RI5_wrk() 1859 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_R_wrk() 6175 = ((Addr32)stmt->Ist.Exit.dst->Ico.U32) > env->max_ga; in iselStmt() 6177 addInstr(env, ARMInstr_XDirect(stmt->Ist.Exit.dst->Ico.U32, in iselStmt() 6247 = ((Addr64)cdst->Ico.U32) > env->max_ga; in iselNext() 6249 addInstr(env, ARMInstr_XDirect(cdst->Ico.U32, in iselNext()
|
D | host_ppc_isel.c | 2346 case Ico_U32: l = (Long)(Int) con->Ico.U32; break; in iselWordExpr_R_wrk() 2495 ->Iex.Const.con->Ico.U32)) { in iselWordExpr_AMode_wrk() 2496 return PPCAMode_IR( (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32, in iselWordExpr_AMode_wrk() 2561 case Ico_U32: u = 0xFFFFFFFF & con->Ico.U32; break; in iselWordExpr_RH_wrk() 2618 case Ico_U32: l = (Long)(Int) con->Ico.U32; break; in iselWordExpr_RI_wrk() 5738 : (((Addr32)stmt->Ist.Exit.dst->Ico.U32) > (Addr32)env->max_ga); in iselStmt() 5742 : (Addr64)stmt->Ist.Exit.dst->Ico.U32, in iselStmt() 5819 : (((Addr32)cdst->Ico.U32) > (Addr32)env->max_ga); in iselNext() 5823 : (Addr64)cdst->Ico.U32, in iselNext()
|
D | host_arm64_isel.c | 1109 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_RIA_wrk() 1377 UInt u32 = e->Iex.Const.con->Ico.U32; in iselIntExpr_RIL_wrk() 1843 UInt irrm = arg1con->Ico.U32; in iselIntExpr_R_wrk() 2342 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_R_wrk()
|
D | guest_arm_helpers.c | 551 && e->Iex.Const.con->Ico.U32 == n ); in isU32()
|
D | ir_defs.c | 78 case Ico_U32: vex_printf( "0x%x:I32", (UInt)(con->Ico.U32)); break; in ppIRConst() 1609 c->Ico.U32 = u32; in IRConst_U32() 2155 case Ico_U32: return IRConst_U32(c->Ico.U32); in deepCopyIRConst() 4455 case Ico_U32: return toBool( c1->Ico.U32 == c2->Ico.U32 ); in eqIRConst()
|
/external/llvm/unittests/ADT/ |
D | StringRefTest.cpp | 416 uint32_t U32; in TEST() local 434 bool U32Success = StringRef(Unsigned[i].Str).getAsInteger(0, U32); in TEST() 437 EXPECT_EQ(U32, Unsigned[i].Expected); in TEST()
|
/external/skia/src/views/ |
D | SkWidgets.cpp | 339 SkStaticTextView::SkStaticTextView(U32 flags) : SkView(flags) 500 SkBitmapView::SkBitmapView(U32 flags) : SkView(flags)
|
/external/chromium_org/third_party/skia/src/views/ |
D | SkWidgets.cpp | 339 SkStaticTextView::SkStaticTextView(U32 flags) : SkView(flags) 500 SkBitmapView::SkBitmapView(U32 flags) : SkView(flags)
|
/external/deqp/framework/common/ |
D | tcuTexture.cpp | 690 #define U32(OFFS, COUNT) ((*((const deUint32*)pixelPtr) >> (OFFS)) & ((1<<(COUNT))-1)) in getPixelInt() macro 698 …case TextureFormat::UNORM_INT_101010: return UVec4(U32(22, 10), U32(12, 10), U32( 2, 10), 1).cas… in getPixelInt() 699 …se TextureFormat::UNORM_INT_1010102_REV: return UVec4(U32( 0, 10), U32(10, 10), U32(20, 10), U32(… in getPixelInt() 700 … TextureFormat::UNSIGNED_INT_1010102_REV: return UVec4(U32( 0, 10), U32(10, 10), U32(20, 10), U32(… in getPixelInt() 705 case TextureFormat::D: return UVec4(U32(8, 24), 0, 0, 1).cast<int>(); in getPixelInt() 706 case TextureFormat::S: return UVec4(0, 0, 0, U32(8, 24)).cast<int>(); in getPixelInt() 707 case TextureFormat::DS: return UVec4(U32(8, 24), 0, 0, U32(0, 8)).cast<int>(); in getPixelInt() 726 #undef U32 in getPixelInt()
|
/external/llvm/test/CodeGen/R600/ |
D | 32-bit-local-address-space.ll | 9 ; Instructions with B32, U32, and I32 in their name take 32-bit operands, while
|
/external/valgrind/main/coregrind/m_gdbserver/ |
D | m_gdbserver.c | 1190 : sb_in->next->Iex.Const.con->Ico.U32); in VG_() 1225 st->Ist.Exit.dst->Ico.U32); in VG_()
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvmuxerutil.cpp | 167 union U32 { in SerializeFloat() union
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/ |
D | mkvmuxerutil.cpp | 187 union U32 { in SerializeFloat() union
|
/external/iptables/extensions/ |
D | libxt_u32.man | 1 U32 tests whether quantities of up to 4 bytes extracted from a packet have
|
/external/valgrind/main/lackey/ |
D | lk_main.c | 930 dst = (sizeof(Addr) == 4) ? st->Ist.Exit.dst->Ico.U32 : in lk_instrument()
|
/external/chromium_org/v8/src/arm/ |
D | assembler-arm.cc | 2580 enum VFPType { S32, U32, F32, F64 }; enumerator 2587 case U32: in IsSignedVFPType() 2599 case U32: in IsIntegerVFPType() 2711 emit(EncodeVCVT(F64, dst.code(), U32, src.code(), mode, cond)); in vcvt_f64_u32() 2727 emit(EncodeVCVT(U32, dst.code(), F64, src.code(), mode, cond)); in vcvt_u32_f64()
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 297 UInt U32; member
|
/external/llvm/lib/Target/ |
D | README.txt | 337 typedef unsigned U32; 339 int test (U32 *inst, U64 *regs) { 341 U32 temp = *inst; 358 when it is declared U32.
|
/external/valgrind/main/coregrind/ |
D | m_translate.c | 305 (sizeof_SP==4 ? (Long)(Int)(con->Ico.U32) \ in vg_SP_update_pass()
|
/external/valgrind/main/cachegrind/ |
D | cg_main.c | 1276 sea = (Addr64)(UInt)dst->Ico.U32; in cg_instrument()
|
/external/valgrind/main/callgrind/ |
D | main.c | 843 addr = con->Ico.U32; in IRConst2Addr()
|