Home
last modified time | relevance | path

Searched refs:fetch_byte_imm (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Dops.c1092 imm = fetch_byte_imm(); in x86emuOp_imul_byte_IMM()
1113 imm = fetch_byte_imm(); in x86emuOp_imul_byte_IMM()
1326 imm = fetch_byte_imm(); in x86emuOp_opc80_byte_RM_IMM()
1335 imm = fetch_byte_imm(); in x86emuOp_opc80_byte_RM_IMM()
1518 imm = fetch_byte_imm(); in x86emuOp_opc82_byte_RM_IMM()
1526 imm = fetch_byte_imm(); in x86emuOp_opc82_byte_RM_IMM()
2708 imm = fetch_byte_imm(); in x86emuOp_test_AL_IMM()
3126 amt = fetch_byte_imm(); in x86emuOp_opcC0_byte_RM_MEM()
3134 amt = fetch_byte_imm(); in x86emuOp_opcC0_byte_RM_MEM()
3356 imm = fetch_byte_imm(); in x86emuOp_mov_byte_RM_IMM()
[all …]
H A Ddecode.c176 u8 fetch_byte_imm(void) in fetch_byte_imm() function
789 int sib = fetch_byte_imm(); in decode_sib_address()
825 displacement = (s8)fetch_byte_imm(); in decode_sib_address()
964 displacement = (s8)fetch_byte_imm(); in decode_rm01_address()
983 displacement = (s8)fetch_byte_imm(); in decode_rm01_address()
999 displacement = (s8)fetch_byte_imm(); in decode_rm01_address()
H A Dops2.c372 shift = fetch_byte_imm(); in x86emuOp2_shld_IMM()
385 shift = fetch_byte_imm(); in x86emuOp2_shld_IMM()
400 shift = fetch_byte_imm(); in x86emuOp2_shld_IMM()
411 shift = fetch_byte_imm(); in x86emuOp2_shld_IMM()
606 shift = fetch_byte_imm(); in x86emuOp2_shrd_IMM()
619 shift = fetch_byte_imm(); in x86emuOp2_shrd_IMM()
634 shift = fetch_byte_imm(); in x86emuOp2_shrd_IMM()
645 shift = fetch_byte_imm(); in x86emuOp2_shrd_IMM()
1101 shift = fetch_byte_imm(); in x86emuOp2_btX_I()
1152 shift = fetch_byte_imm(); in x86emuOp2_btX_I()
[all …]
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Ddecode.h60 u8 fetch_byte_imm (void);
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch914 -u8 fetch_byte_imm(void)
916 +fetch_byte_imm(void)
1754 - sib = fetch_byte_imm();
1892 - sib = fetch_byte_imm();
2037 - sib = fetch_byte_imm();
8614 imm = fetch_byte_imm();
9891 a = fetch_byte_imm();
10000 - port = (u8) fetch_byte_imm();
10021 - port = (u8) fetch_byte_imm();
10054 - port = (u8) fetch_byte_imm();
[all …]