Searched refs:Ico_U32 (Results 1 - 15 of 15) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_s390_isel.c414 case Ico_U32: value = expr->Iex.Const.con->Ico.U32; break;
539 rounding_expr->Iex.Const.con->tag == Ico_U32) {
1370 case Ico_U32: value = con->Ico.U32; break;
1472 case Ico_U32: value = expr->Iex.Const.con->Ico.U32; break;
H A Dhost_x86_isel.c116 && e->Iex.Const.con->tag == Ico_U32
1443 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32
1482 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32) {
1530 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break;
1590 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break;
1867 vassert(con->Iex.Const.con->tag == Ico_U32);
4062 if (stmt->Ist.Exit.dst->tag != Ico_U32)
4145 vassert(cdst->tag == Ico_U32);
H A Dir_opt.c1047 case Ico_U32: return toBool( c1->Ico.U32 == c2->Ico.U32 );
1131 && e->Iex.Const.con->tag == Ico_U32
1139 && e->Iex.Const.con->tag == Ico_U32
1159 case Ico_U32: return toBool( e->Iex.Const.con->Ico.U32 == 0);
1172 case Ico_U32: return toBool( e->Iex.Const.con->Ico.U32
4225 && (udst->Iex.Const.con->tag == Ico_U32
4271 vassert(con->tag == Ico_U32 || con->tag == Ico_U64);
4309 vassert(con->tag == Ico_U32 || con->tag == Ico_U64);
4313 vassert(udst->Iex.Const.con->tag == Ico_U32
H A Dhost_mips_isel.c585 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32
1454 case Ico_U32:
1547 case Ico_U32:
2980 if (!mode64 && dst->tag != Ico_U32)
3070 vassert(cdst->tag == (env->mode64 ? Ico_U64 :Ico_U32));
H A Dguest_arm_helpers.c549 && e->Iex.Const.con->tag == Ico_U32
H A Dir_defs.c78 case Ico_U32: vex_printf( "0x%x:I32", (UInt)(con->Ico.U32)); break;
1403 c->tag = Ico_U32;
1899 case Ico_U32: return IRConst_U32(c->Ico.U32);
2927 case Ico_U32: return Ity_I32;
3872 case Ico_U32: return toBool( c1->Ico.U32 == c2->Ico.U32 );
H A Dhost_ppc_isel.c2124 case Ico_U32: l = (Long)(Int) con->Ico.U32; break;
2277 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32
2345 case Ico_U32: u = 0xFFFFFFFF & con->Ico.U32; break;
2402 case Ico_U32: l = (Long)(Int) con->Ico.U32; break;
5038 if (!mode64 && dst->tag != Ico_U32)
5128 vassert(cdst->tag == (env->mode64 ? Ico_U64 :Ico_U32));
H A Dhost_arm_isel.c690 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32) {
756 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32) {
808 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32) {
884 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break;
938 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break;
1756 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break;
6007 if (stmt->Ist.Exit.dst->tag != Ico_U32)
6085 vassert(cdst->tag == Ico_U32);
H A Dhost_amd64_isel.c296 && e->Iex.Const.con->tag == Ico_U32
1902 case Ico_U32:
1971 case Ico_U32:
H A Dguest_x86_helpers.c771 && e->Iex.Const.con->tag == Ico_U32
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h267 Ico_U32, enumerator in enum:__anon27013
284 IRConst 'c' has c.tag equal to Ico_U32, then it's a 32-bit constant,
/external/valgrind/main/cachegrind/
H A Dcg_main.c1149 tl_assert(dst->tag == Ico_U32);
/external/valgrind/main/callgrind/
H A Dmain.c798 CLG_ASSERT( con->tag == Ico_U32 );
/external/valgrind/main/VEX/
H A Dtest_main.c2514 case Ico_U32: n = (ULong)con->Ico.U32; break;
/external/valgrind/main/memcheck/
H A Dmc_translate.c973 && e->Iex.Const.con->tag == Ico_U32
5177 case Ico_U32: n = (ULong)con->Ico.U32; break;

Completed in 229 milliseconds