Searched refs:Ico_V128 (Results 1 - 8 of 8) sorted by relevance

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h279 Ico_V128, /* 128-bit restricted vector constant, with 1 bit enumerator in enum:__anon32278
303 UShort V128; /* 16-bit value; see Ico_V128 comment above */
/external/valgrind/main/VEX/priv/
H A Dir_defs.c88 case Ico_V128: vex_printf( "V128{0x%04x}", (UInt)(con->Ico.V128)); break;
1650 c->tag = Ico_V128;
2161 case Ico_V128: return IRConst_V128(c->Ico.V128);
3370 case Ico_V128: return Ity_V128;
4461 case Ico_V128: return toBool( c1->Ico.V128 == c2->Ico.V128 );
H A Dhost_arm64_isel.c4347 vassert(e->Iex.Const.con->tag == Ico_V128);
H A Dhost_x86_isel.c3306 vassert(e->Iex.Const.con->tag == Ico_V128);
H A Dhost_amd64_isel.c3155 vassert(e->Iex.Const.con->tag == Ico_V128);
H A Dhost_ppc_isel.c5239 vassert(e->Iex.Const.con->tag == Ico_V128);
H A Dir_opt.c1193 && e->Iex.Const.con->tag == Ico_V128
/external/valgrind/main/memcheck/
H A Dmc_translate.c5839 case Ico_V128: return False;

Completed in 435 milliseconds