Home
last modified time | relevance | path

Searched refs:Ico_U16 (Results 1 – 12 of 12) sorted by relevance

/external/valgrind/main/VEX/priv/
Dhost_s390_isel.c416 case Ico_U16: value = expr->Iex.Const.con->Ico.U16; break; in s390_expr_is_const_zero()
438 case Ico_U16: value = con->Ico.U16; return (ULong) ((value << 48) >> 48); in get_const_value_as_ulong()
1845 case Ico_U16: value = con->Ico.U16; break; in s390_isel_int_expr_wrk()
1924 case Ico_U16: value = expr->Iex.Const.con->Ico.U16; break; in s390_isel_int_expr_RMI()
Dir_defs.c77 case Ico_U16: vex_printf( "0x%x:I16", (UInt)(con->Ico.U16)); break; in ppIRConst()
1601 c->tag = Ico_U16; in IRConst_U16()
2154 case Ico_U16: return IRConst_U16(c->Ico.U16); in deepCopyIRConst()
3363 case Ico_U16: return Ity_I16; in typeOfIRConst()
4454 case Ico_U16: return toBool( c1->Ico.U16 == c2->Ico.U16 ); in eqIRConst()
Dir_opt.c1092 case Ico_U16: return toBool( c1->Ico.U16 == c2->Ico.U16 ); in sameIRExprs_aux2()
1212 case Ico_U16: return toBool( e->Iex.Const.con->Ico.U16 == 0); in isZeroU()
1225 case Ico_U16: return toBool( e->Iex.Const.con->Ico.U16 == 0xFFFF); in isOnesU()
Dhost_ppc_isel.c2347 case Ico_U16: l = (Long)(Int)(Short)con->Ico.U16; break; in iselWordExpr_R_wrk()
2562 case Ico_U16: u = 0x0000FFFF & con->Ico.U16; break; in iselWordExpr_RH_wrk()
2619 case Ico_U16: l = (Long)(Int)(Short)con->Ico.U16; break; in iselWordExpr_RI_wrk()
Dhost_mips_isel.c1819 case Ico_U16: in iselWordExpr_R_wrk()
1920 case Ico_U16: in iselWordExpr_RH_wrk()
Dhost_x86_isel.c1654 case Ico_U16: u = 0xFFFF & (e->Iex.Const.con->Ico.U16); break; in iselIntExpr_RMI_wrk()
1714 case Ico_U16: u = 0xFFFF & (e->Iex.Const.con->Ico.U16); break; in iselIntExpr_RI_wrk()
Dhost_arm_isel.c979 case Ico_U16: u = 0xFFFF & (e->Iex.Const.con->Ico.U16); break; in iselIntExpr_RI84_wrk()
1033 case Ico_U16: u = 0xFFFF & (e->Iex.Const.con->Ico.U16); break; in iselIntExpr_RI5_wrk()
1860 case Ico_U16: u = 0xFFFF & (e->Iex.Const.con->Ico.U16); break; in iselIntExpr_R_wrk()
Dhost_amd64_isel.c2063 case Ico_U16: in iselIntExpr_RMI_wrk()
2132 case Ico_U16: in iselIntExpr_RI_wrk()
Dhost_arm64_isel.c2343 case Ico_U16: u = e->Iex.Const.con->Ico.U16; break; in iselIntExpr_R_wrk()
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h270 Ico_U16, enumerator
/external/valgrind/main/VEX/
Dtest_main.c2536 case Ico_U16: n = (ULong)con->Ico.U16; break; in isBogusAtom()
/external/valgrind/main/memcheck/
Dmc_translate.c5833 case Ico_U16: n = (ULong)con->Ico.U16; break; in isBogusAtom()