Searched defs:V256 (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h300 UInt V256; /* 32-bit value; see Ico_V256 comment above */ member in union:_IRConst::__anon27014
1435 Iop_V256to64_0, // V256 -> I64, extract least significant lane
1438 Iop_V256to64_3, // V256 -> I64, extract most significant lane
1440 Iop_64x4toV256, // (I64,I64,I64,I64)->V256
1443 Iop_V256toV128_0, // V256 -> V128, less significant lane
1444 Iop_V256toV128_1, // V256 -> V128, more significant lane
1445 Iop_V128HLtoV256, // (V128,V128)->V256, first arg is most signif

Completed in 126 milliseconds