Searched refs:vex (Results 1 - 3 of 3) sorted by relevance

/gem5/src/arch/x86/
H A Ddecoder.cc52 emi.vex = 0;
226 emi.vex.present = 1;
231 emi.vex.present = 1;
248 Vex2Of2 vex = nextByte; local
250 emi.rex.r = !vex.r;
252 emi.vex.l = vex.l;
253 emi.vex.v = ~vex.v;
255 switch (vex
287 Vex2Of3 vex = nextByte; local
328 Vex3Of3 vex = nextByte; local
[all...]
H A Dtypes.hh209 VexInfo vex; member in struct:X86ISA::ExtMachInst
242 "vex/xop = %#x,\n\t"
248 (uint8_t)emi.vex,
262 if (emi1.vex != emi2.vex)
361 ((uint64_t)emi.vex << 32) |
H A Dtypes.cc45 paramOut(cp, name + ".vex", (uint32_t)machInst.vex);
81 paramIn(cp, name + ".vex", temp32);
82 machInst.vex = temp32;

Completed in 12 milliseconds