Home
last modified time | relevance | path

Searched refs:fetch_decode_modrm (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Ddecode.h46 #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 Ddecode.c150 void fetch_decode_modrm( in fetch_decode_modrm() function
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch884 -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);