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

/u-boot/drivers/bios_emulator/include/x86emu/
H A Ddecode.h60 u8 fetch_byte_imm (void);
/u-boot/drivers/bios_emulator/x86emu/
H A Dops.c413 srcval = fetch_byte_imm();
1062 imm = (s8)fetch_byte_imm();
1093 imm = fetch_byte_imm();
1114 imm = fetch_byte_imm();
1136 imm = fetch_byte_imm();
1156 imm = fetch_byte_imm();
1256 offset = (s8)fetch_byte_imm();
1327 imm = fetch_byte_imm();
1336 imm = fetch_byte_imm();
1519 imm = fetch_byte_imm();
[all...]
H A Ddecode.c177 u8 fetch_byte_imm(void) function
790 int sib = fetch_byte_imm();
826 displacement = (s8)fetch_byte_imm();
965 displacement = (s8)fetch_byte_imm();
984 displacement = (s8)fetch_byte_imm();
1000 displacement = (s8)fetch_byte_imm();
H A Dops2.c373 shift = fetch_byte_imm();
386 shift = fetch_byte_imm();
401 shift = fetch_byte_imm();
412 shift = fetch_byte_imm();
607 shift = fetch_byte_imm();
620 shift = fetch_byte_imm();
635 shift = fetch_byte_imm();
646 shift = fetch_byte_imm();
1102 shift = fetch_byte_imm();
1153 shift = fetch_byte_imm();
[all...]

Completed in 128 milliseconds