Home
last modified time | relevance | path

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

/haiku/headers/libs/x86emu/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);
/haiku/src/libs/x86emu/
H A Ddecode.c156 fetch_decode_modrm(int *mod, int *regh, int *regl) in fetch_decode_modrm() function