Home
last modified time | relevance | path

Searched refs:Iop_1Sto16 (Results 1 – 11 of 11) sorted by relevance

/external/valgrind/VEX/pub/
Dlibvex_ir.h546 Iop_1Sto16, /* :: Ity_Bit -> Ity_I16, signed widen */ enumerator
/external/valgrind/VEX/priv/
Dir_defs.c179 case Iop_1Sto16: vex_printf("1Sto16"); return; in ppIROp()
2792 case Iop_1Sto16: UNARY(Ity_I1, Ity_I16); in typeOfPrimop()
Dhost_mips_isel.c1367 case Iop_1Sto16: in iselWordExpr_R_wrk()
1384 case Iop_1Sto16: in iselWordExpr_R_wrk()
Dhost_s390_isel.c1647 case Iop_1Sto16: in s390_isel_int_expr_wrk()
Dhost_arm64_isel.c1881 case Iop_1Sto16: in iselIntExpr_R_wrk()
Dhost_x86_isel.c1303 case Iop_1Sto16: in iselIntExpr_R_wrk()
Dhost_amd64_isel.c1532 case Iop_1Sto16: in iselIntExpr_R_wrk()
Dir_opt.c1402 case Iop_1Sto16: in fold_Expr()
Dhost_ppc_isel.c2041 case Iop_1Sto16: in iselWordExpr_R_wrk()
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c186 { DEFOP(Iop_1Sto16, UNDEF_ALL), }, // not handled by mc_translate
/external/valgrind/memcheck/
Dmc_translate.c878 return assignNew('V', mce, Ity_I16, unop(Iop_1Sto16, tmp1)); in mkPCastTo()