HomeSort by: relevance | last modified time | path
    Searched defs:stos (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libnvmm/
libnvmm_x86.c 1049 bool stos:1; member in struct:x86_opcode
1483 * STOS
1488 .stos = true,
1496 .stos = true,
1920 * Special node, for STOS and LODS. Fake a displacement of zero on the
1933 if (opcode->stos) {
1945 if (opcode->stos) {
2515 } else if (opcode->stos || opcode->lods) {
libnvmm_x86.c 1049 bool stos:1; member in struct:x86_opcode
1483 * STOS
1488 .stos = true,
1496 .stos = true,
1920 * Special node, for STOS and LODS. Fake a displacement of zero on the
1933 if (opcode->stos) {
1945 if (opcode->stos) {
2515 } else if (opcode->stos || opcode->lods) {

Completed in 24 milliseconds