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

  /src/common/include/x86emu/
x86emu.h 150 unsigned int cur_mod:2; member in struct:X86EMU
  /src/common/lib/libx86emu/
x86emu.c 310 emu->cur_mod = (fetched >> 6) & 0x03;
890 if (emu->cur_mod == 0) {
906 if (emu->cur_mod == 1)
908 else if (emu->cur_mod == 2)
937 if (emu->cur_mod == 0) {
950 if (emu->cur_mod == 1)
952 else if (emu->cur_mod == 2)
961 if (emu->cur_mod != 3) {
972 if (emu->cur_mod != 3) {
986 if (emu->cur_mod != 3)
    [all...]

Completed in 15 milliseconds