Searched refs:fetch_word_imm (Results 1 - 4 of 4) sorted by relevance

/u-boot/drivers/bios_emulator/include/x86emu/
H A Ddecode.h61 u16 fetch_word_imm (void);
/u-boot/drivers/bios_emulator/x86emu/
H A Dops.c439 srcval = fetch_word_imm();
933 imm = fetch_word_imm();
991 imm = fetch_word_imm();
1035 imm = fetch_word_imm();
1421 imm = fetch_word_imm();
1447 imm = fetch_word_imm();
2312 faroff = fetch_word_imm();
2313 farseg = fetch_word_imm();
2440 offset = fetch_word_imm();
2457 offset = fetch_word_imm();
[all...]
H A Ddecode.c198 u16 fetch_word_imm(void) function
934 offset = fetch_word_imm();
1088 int displacement = (s16)fetch_word_imm();
H A Dops2.c154 target = (s16) fetch_word_imm();

Completed in 82 milliseconds