Searched refs:cur_mod (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/contrib/x86emu/
H A Dx86emu.h149 unsigned int cur_mod:2; member in struct:x86emu
H A Dx86emu.c305 emu->cur_mod = (fetched >> 6) & 0x03;
907 if (emu->cur_mod == 0) {
923 if (emu->cur_mod == 1)
925 else if (emu->cur_mod == 2)
954 if (emu->cur_mod == 0) {
967 if (emu->cur_mod == 1)
969 else if (emu->cur_mod == 2)
978 if (emu->cur_mod != 3) {
989 if (emu->cur_mod != 3) {
1003 if (emu->cur_mod !
[all...]

Completed in 105 milliseconds