Searched refs:Iop_Left8 (Results 1 – 10 of 10) sorted by relevance
/external/valgrind/main/memcheck/tests/vbit-test/ |
D | util.c | 386 case Iop_Left8: UNARY(Ity_I8, Ity_I8); in typeof_primop()
|
D | irops.c | 102 { DEFOP(Iop_Left8, UNDEF_UNKNOWN), }, // not supported by mc_translate
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 470 Iop_Left8, Iop_Left16, Iop_Left32, Iop_Left64, /* \x -> x | -x */ enumerator
|
/external/valgrind/main/VEX/priv/ |
D | ir_defs.c | 214 case Iop_Left8: vex_printf("Left8"); return; in ppIROp() 2565 case Iop_Left8: UNARY(Ity_I8, Ity_I8); in typeOfPrimop()
|
D | host_s390_isel.c | 1754 case Iop_Left8: in s390_isel_int_expr_wrk()
|
D | host_mips_isel.c | 1656 case Iop_Left8: in iselWordExpr_R_wrk()
|
D | host_x86_isel.c | 1345 case Iop_Left8: in iselIntExpr_R_wrk()
|
D | host_amd64_isel.c | 1591 case Iop_Left8: in iselIntExpr_R_wrk()
|
D | host_ppc_isel.c | 2022 case Iop_Left8: in iselWordExpr_R_wrk()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 597 return assignNew('V', mce, Ity_I8, unop(Iop_Left8, a1)); in mkLeft8()
|