Home
last modified time | relevance | path

Searched refs:dec_word (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Dprim_ops.h65 u16 dec_word (u16 d);
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Dprim_ops.h65 u16 dec_word(u16 d);
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Dops.c3827 M.x86.R_AX = dec_word(M.x86.R_AX); in x86emuOp_dec_AX()
3852 M.x86.R_CX = dec_word(M.x86.R_CX); in x86emuOp_dec_CX()
3877 M.x86.R_DX = dec_word(M.x86.R_DX); in x86emuOp_dec_DX()
3902 M.x86.R_BX = dec_word(M.x86.R_BX); in x86emuOp_dec_BX()
3927 M.x86.R_SP = dec_word(M.x86.R_SP); in x86emuOp_dec_SP()
3952 M.x86.R_BP = dec_word(M.x86.R_BP); in x86emuOp_dec_BP()
3977 M.x86.R_SI = dec_word(M.x86.R_SI); in x86emuOp_dec_SI()
4002 M.x86.R_DI = dec_word(M.x86.R_DI); in x86emuOp_dec_DI()
11771 destval16 = dec_word(destval16); in x86emuOp_opcFF_word_RM()
11873 destval16 = dec_word(destval16); in x86emuOp_opcFF_word_RM()
[all …]
H A Dvalidate.c683 VAL_WORD_UNARY(dec_word); in main()
H A Dprim_ops.c595 dec_word(u16 d) in dec_word() function
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Dops.c721 *reg = dec_word(*reg); in x86emuOp_dec_register()
5004 destval = dec_word(destval); in x86emuOp_opcFF_word_RM()
5084 *destreg = dec_word(*destreg); in x86emuOp_opcFF_word_RM()
H A Dprim_ops.c533 u16 dec_word(u16 d) in dec_word() function
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch5294 M.x86.R_AX = dec_word(M.x86.R_AX);
5319 M.x86.R_CX = dec_word(M.x86.R_CX);
5344 M.x86.R_DX = dec_word(M.x86.R_DX);
5369 M.x86.R_BX = dec_word(M.x86.R_BX);
5394 M.x86.R_SP = dec_word(M.x86.R_SP);
5419 M.x86.R_BP = dec_word(M.x86.R_BP);
5444 M.x86.R_SI = dec_word(M.x86.R_SI);
5469 M.x86.R_DI = dec_word(M.x86.R_DI);
11159 *destreg = dec_word(*destreg);
15413 -u16 dec_word(u16 d)
[all …]