Searched refs:vector_unified (Results 1 – 2 of 2) sorted by relevance
387 context->vector_unified.W = instruction->raw.rex.W; in ZydisDecodeREX()388 context->vector_unified.R = instruction->raw.rex.R; in ZydisDecodeREX()389 context->vector_unified.X = instruction->raw.rex.X; in ZydisDecodeREX()390 context->vector_unified.B = instruction->raw.rex.B; in ZydisDecodeREX()434 context->vector_unified.W = instruction->raw.xop.W; in ZydisDecodeXOP()435 context->vector_unified.R = 0x01 & ~instruction->raw.xop.R; in ZydisDecodeXOP()436 context->vector_unified.X = 0x01 & ~instruction->raw.xop.X; in ZydisDecodeXOP()437 context->vector_unified.B = 0x01 & ~instruction->raw.xop.B; in ZydisDecodeXOP()438 context->vector_unified.L = instruction->raw.xop.L; in ZydisDecodeXOP()439 context->vector_unified.LL = instruction->raw.xop.L; in ZydisDecodeXOP()[all …]
1371 } vector_unified; member