Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_tilegx_isel.c1070 case Ico_U16: in iselWordExpr_R_wrk()
1162 case Ico_U16: in iselWordExpr_RH_wrk()
Dhost_s390_isel.c454 case Ico_U16: value = expr->Iex.Const.con->Ico.U16; break; in s390_expr_is_const_zero()
476 case Ico_U16: value = con->Ico.U16; return ((Long)(value << 48) >> 48); in get_const_value_as_ulong()
1848 case Ico_U16: value = con->Ico.U16; break; in s390_isel_int_expr_wrk()
1927 case Ico_U16: value = expr->Iex.Const.con->Ico.U16; break; in s390_isel_int_expr_RMI()
Dir_defs.c78 case Ico_U16: vex_printf( "0x%x:I16", (UInt)(con->Ico.U16)); break; in ppIRConst()
1694 c->tag = Ico_U16; in IRConst_U16()
2251 case Ico_U16: return IRConst_U16(c->Ico.U16); in deepCopyIRConst()
3513 case Ico_U16: return Ity_I16; in typeOfIRConst()
4611 case Ico_U16: return toBool( c1->Ico.U16 == c2->Ico.U16 ); in eqIRConst()
Dhost_ppc_isel.c2428 case Ico_U16: l = (Long)(Int)(Short)con->Ico.U16; break; in iselWordExpr_R_wrk()
2651 case Ico_U16: u = 0x0000FFFF & con->Ico.U16; break; in iselWordExpr_RH_wrk()
2709 case Ico_U16: l = (Long)(Int)(Short)con->Ico.U16; break; in iselWordExpr_RI_wrk()
Dir_opt.c1100 case Ico_U16: return toBool( c1->Ico.U16 == c2->Ico.U16 ); in sameIRExprs_aux2()
1223 case Ico_U16: return toBool( e->Iex.Const.con->Ico.U16 == 0); in isZeroU()
1236 case Ico_U16: return toBool( e->Iex.Const.con->Ico.U16 == 0xFFFF); in isOnesU()
Dhost_mips_isel.c1824 case Ico_U16: in iselWordExpr_R_wrk()
1925 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.c971 case Ico_U16: u = 0xFFFF & (e->Iex.Const.con->Ico.U16); break; in iselIntExpr_RI84_wrk()
1025 case Ico_U16: u = 0xFFFF & (e->Iex.Const.con->Ico.U16); break; in iselIntExpr_RI5_wrk()
1871 case Ico_U16: u = 0xFFFF & (e->Iex.Const.con->Ico.U16); break; in iselIntExpr_R_wrk()
Dhost_amd64_isel.c2062 case Ico_U16: in iselIntExpr_RMI_wrk()
2131 case Ico_U16: in iselIntExpr_RI_wrk()
Dhost_arm64_isel.c2026 case Ico_U16: u = e->Iex.Const.con->Ico.U16; break; in iselIntExpr_R_wrk()
/external/valgrind/VEX/pub/
Dlibvex_ir.h271 Ico_U16, enumerator
/external/valgrind/VEX/useful/
Dtest_main.c2556 case Ico_U16: n = (ULong)con->Ico.U16; break; in isBogusAtom()
/external/valgrind/memcheck/
Dmc_translate.c6119 case Ico_U16: n = (ULong)con->Ico.U16; break; in isBogusAtom()