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

/external/valgrind/main/VEX/priv/
H A Dhost_x86_isel.c116 && e->Iex.Const.con->tag == Ico_U32
1566 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32
1605 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32) {
1653 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break;
1713 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break;
1994 vassert(con->Iex.Const.con->tag == Ico_U32);
4247 if (stmt->Ist.Exit.dst->tag != Ico_U32)
4331 vassert(cdst->tag == Ico_U32);
H A Dhost_s390_isel.c417 case Ico_U32: value = expr->Iex.Const.con->Ico.U32; break;
439 case Ico_U32: value = con->Ico.U32; return (ULong) ((value << 32) >> 32);
696 vassert(irrm->Iex.Const.con->tag == Ico_U32);
806 vassert(irrm->Iex.Const.con->tag == Ico_U32);
1844 case Ico_U32: value = con->Ico.U32; break;
1925 case Ico_U32: value = expr->Iex.Const.con->Ico.U32; break;
H A Dir_opt.c1093 case Ico_U32: return toBool( c1->Ico.U32 == c2->Ico.U32 );
1177 && e->Iex.Const.con->tag == Ico_U32
1213 case Ico_U32: return toBool( e->Iex.Const.con->Ico.U32 == 0);
1226 case Ico_U32: return toBool( e->Iex.Const.con->Ico.U32
4641 && (udst->Iex.Const.con->tag == Ico_U32
4687 vassert(con->tag == Ico_U32 || con->tag == Ico_U64);
4725 vassert(con->tag == Ico_U32 || con->tag == Ico_U64);
4729 vassert(udst->Iex.Const.con->tag == Ico_U32
H A Dguest_arm_helpers.c550 && e->Iex.Const.con->tag == Ico_U32
H A Dhost_arm64_isel.c976 //ZZ && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32) {
1052 //ZZ case Ico_U32: u = e->Iex.Const.con->Ico.U32; break;
1109 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break;
1376 vassert(e->Iex.Const.con->tag == Ico_U32);
1842 vassert(arg1con->tag == Ico_U32); // else ill-typed IR
2342 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break;
H A Dhost_mips_isel.c744 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32
1816 case Ico_U32:
1917 case Ico_U32:
3955 if (!mode64 && dst->tag != Ico_U32)
4047 vassert(cdst->tag == (env->mode64 ? Ico_U64 :Ico_U32));
H A Dir_defs.c78 case Ico_U32: vex_printf( "0x%x:I32", (UInt)(con->Ico.U32)); break;
1608 c->tag = Ico_U32;
2155 case Ico_U32: return IRConst_U32(c->Ico.U32);
3364 case Ico_U32: return Ity_I32;
4455 case Ico_U32: return toBool( c1->Ico.U32 == c2->Ico.U32 );
H A Dhost_ppc_isel.c2346 case Ico_U32: l = (Long)(Int) con->Ico.U32; break;
2493 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32
2561 case Ico_U32: u = 0xFFFFFFFF & con->Ico.U32; break;
2618 case Ico_U32: l = (Long)(Int) con->Ico.U32; break;
5718 if (!mode64 && dst->tag != Ico_U32)
5808 vassert(cdst->tag == (env->mode64 ? Ico_U64 :Ico_U32));
H A Dhost_arm_isel.c784 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32) {
850 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32) {
902 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32) {
978 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break;
1032 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break;
1859 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break;
6159 if (stmt->Ist.Exit.dst->tag != Ico_U32)
6238 vassert(cdst->tag == Ico_U32);
H A Dhost_amd64_isel.c305 && e->Iex.Const.con->tag == Ico_U32
2061 case Ico_U32:
2130 case Ico_U32:
H A Dguest_x86_helpers.c772 && e->Iex.Const.con->tag == Ico_U32
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h271 Ico_U32, enumerator in enum:__anon32278
288 IRConst 'c' has c.tag equal to Ico_U32, then it's a 32-bit constant,
/external/valgrind/main/cachegrind/
H A Dcg_main.c1275 tl_assert(dst->tag == Ico_U32);
/external/valgrind/main/VEX/
H A Dtest_main.c2537 case Ico_U32: n = (ULong)con->Ico.U32; break;
/external/valgrind/main/callgrind/
H A Dmain.c842 CLG_ASSERT( con->tag == Ico_U32 );
/external/valgrind/main/memcheck/
H A Dmc_translate.c1012 && e->Iex.Const.con->tag == Ico_U32
5834 case Ico_U32: n = (ULong)con->Ico.U32; break;

Completed in 1521 milliseconds