Home
last modified time | relevance | path

Searched refs:test_word (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Dprim_ops.h111 void test_word (u16 d, u16 s);
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Dops.c1711 test_word(destval, *srcreg); in x86emuOp_test_word_RM_R()
1731 test_word(*destreg, *srcreg); in x86emuOp_test_word_RM_R()
2737 test_word(M.x86.R_AX, (u16)srcval); in x86emuOp_test_AX_IMM()
4611 test_word(destval, srcval); in x86emuOp_opcF7_word_RM()
4715 test_word(*destreg, srcval); in x86emuOp_opcF7_word_RM()
H A Dprim_ops.c1803 void test_word(u16 d, u16 s) in test_word() function
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch7370 test_word(destval, *srcreg);
8647 - test_word(M.x86.R_AX, (u16)srcval);
8650 + test_word(M.x86.R_AX, (u16) srcval);
17601 -void test_word(u16 d, u16 s)
17603 +test_word(u16 d, u16 s)
21238 -void test_word (u16 d, u16 s);
21328 + void test_word(u16 d, u16 s);