Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/
H A Dprim_ops.h111 void test_word (u16 d, u16 s);
/rk3399_rockchip-uboot/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