Home
last modified time | relevance | path

Searched refs:Iop_GetMSBs8x16 (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/VEX/pub/
Dlibvex_ir.h1799 Iop_GetMSBs8x16, /* V128 -> I16 */ enumerator
/external/valgrind/VEX/priv/
Dir_defs.c620 case Iop_GetMSBs8x16: vex_printf("GetMSBs8x16"); return; in ppIROp()
2737 case Iop_GetMSBs8x16: UNARY(Ity_V128, Ity_I16); in typeOfPrimop()
Dguest_amd64_toIR.c10986 assign(t1, unop(Iop_16Uto32, unop(Iop_GetMSBs8x16, mkexpr(t0)))); in dis_PMOVMSKB_128()
11008 assign(t2, unop(Iop_GetMSBs8x16, mkexpr(t0))); in dis_PMOVMSKB_256()
11009 assign(t3, unop(Iop_GetMSBs8x16, mkexpr(t1))); in dis_PMOVMSKB_256()
18629 unop(Iop_GetMSBs8x16, in dis_PCMPISTRI_3A()
18633 unop(Iop_GetMSBs8x16, in dis_PCMPISTRI_3A()
18673 unop(Iop_GetMSBs8x16, in dis_PCMPISTRI_3A()
Dhost_amd64_isel.c1711 case Iop_GetMSBs8x16: { in iselIntExpr_R_wrk()
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c1002 { DEFOP(Iop_GetMSBs8x16, UNDEF_UNKNOWN), },
/external/valgrind/memcheck/
Dmc_translate.c4531 case Iop_GetMSBs8x16: in expr2vbits_Unop()
6256 || e->Iex.Unop.op == Iop_GetMSBs8x16; in checkForBogusLiterals()