Searched refs:Ico_V256 (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h281 Ico_V256 /* 256-bit restricted vector constant, with 1 bit enumerator in enum:__anon32278
304 UInt V256; /* 32-bit value; see Ico_V256 comment above */
/external/valgrind/main/VEX/priv/
H A Dir_defs.c89 case Ico_V256: vex_printf( "V256{0x%08x}", con->Ico.V256); break;
1657 c->tag = Ico_V256;
3371 case Ico_V256: return Ity_V256;
4462 case Ico_V256: return toBool( c1->Ico.V256 == c2->Ico.V256 );
H A Dhost_amd64_isel.c3777 vassert(e->Iex.Const.con->tag == Ico_V256);
H A Dir_opt.c1201 && e->Iex.Const.con->tag == Ico_V256
/external/valgrind/main/memcheck/
H A Dmc_translate.c5840 case Ico_V256: return False;

Completed in 1147 milliseconds