Home
last modified time | relevance | path

Searched refs:VEXdouble (Results 1 – 1 of 1) sorted by relevance

/dports/devel/objconv/objconv-2.52/source/
H A Ddisasm2.cpp4201 …uint32_t VEXdouble = 0; // Number of instructions that have both VEX and n… in CountInstructions() local
4234 … if (opcode->Options & 2) VEXdouble += n; // Instructions that have both VEX and non-VEX version in CountInstructions()
4301 printf("\n%5i instructions have both VEX and non-VEX versions", VEXdouble); in CountInstructions()