Searched refs:OP_MOV (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/usr.sbin/vmd/ |
| D | x86_mmio.c | 78 [0x88] = OP_MOV, 79 [0x89] = OP_MOV, 80 [0x8A] = OP_MOV, 81 [0x8B] = OP_MOV, 82 [0x8C] = OP_MOV, 83 [0xA0] = OP_MOV, 84 [0xA1] = OP_MOV, 85 [0xA2] = OP_MOV, 86 [0xA3] = OP_MOV, 300 case OP_MOV: return "MOV"; in str_opcode() [all …]
|
| D | mmio.h | 70 OP_MOV, enumerator
|