Home | History | Annotate | Download | only in Disassembler

Lines Matching refs:readVVVV

1695  * readVVVV - Consumes vvvv from an instruction if it has a VEX prefix.
1701 static int readVVVV(struct InternalInstruction* insn) {
1702 dbgprintf(insn, "readVVVV()");
1757 hasVVVV = !readVVVV(insn);