Searched refs:fetch_decode_modrm (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/ |
H A D | decode.h | 46 #define FETCH_DECODE_MODRM(mod,rh,rl) fetch_decode_modrm(&mod,&rh,&rl) 59 void fetch_decode_modrm (int *mod,int *regh,int *regl);
|
/openbmc/u-boot/drivers/bios_emulator/x86emu/ |
H A D | decode.c | 150 void fetch_decode_modrm( in fetch_decode_modrm() function
|
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
H A D | Update-x86emu-from-X.org.patch | 884 -void fetch_decode_modrm( 889 +fetch_decode_modrm(int *mod, int *regh, int *regl) 20130 -void fetch_decode_modrm (int *mod,int *regh,int *regl); 20155 + void fetch_decode_modrm(int *mod, int *regh, int *regl);
|