Searched refs:X86_DECODE_CMD_LOOP (Results 1 – 2 of 2) sorted by relevance
/qemu/target/i386/emulate/ |
H A D | x86_decode.h | 152 X86_DECODE_CMD_LOOP, enumerator
|
H A D | x86_decode.c | 1143 {0xe0, X86_DECODE_CMD_LOOP, 0, false, decode_imm8_signed, 1145 {0xe1, X86_DECODE_CMD_LOOP, 0, false, decode_imm8_signed, 1147 {0xe2, X86_DECODE_CMD_LOOP, 0, false, decode_imm8_signed,
|