Lines Matching refs:vex_prefix
191 insn->vex_prefix.bytes[0] = b;
192 insn->vex_prefix.bytes[1] = b2;
195 insn->vex_prefix.bytes[2] = b2;
197 insn->vex_prefix.bytes[3] = b2;
198 insn->vex_prefix.nbytes = 4;
205 insn->vex_prefix.bytes[2] = b2;
206 insn->vex_prefix.nbytes = 3;
217 insn->vex_prefix.bytes[2] = b2 & 0x7f;
218 insn->vex_prefix.nbytes = 2;
223 insn->vex_prefix.got = 1;