Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Dprim_ops.h66 u32 dec_long (u32 d);
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Dprim_ops.h66 u32 dec_long(u32 d);
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Dops.c3824 M.x86.R_EAX = dec_long(M.x86.R_EAX); in x86emuOp_dec_AX()
3849 M.x86.R_ECX = dec_long(M.x86.R_ECX); in x86emuOp_dec_CX()
3874 M.x86.R_EDX = dec_long(M.x86.R_EDX); in x86emuOp_dec_DX()
3899 M.x86.R_EBX = dec_long(M.x86.R_EBX); in x86emuOp_dec_BX()
3924 M.x86.R_ESP = dec_long(M.x86.R_ESP); in x86emuOp_dec_SP()
3949 M.x86.R_EBP = dec_long(M.x86.R_EBP); in x86emuOp_dec_BP()
3974 M.x86.R_ESI = dec_long(M.x86.R_ESI); in x86emuOp_dec_SI()
3999 M.x86.R_EDI = dec_long(M.x86.R_EDI); in x86emuOp_dec_DI()
11763 destval32 = dec_long(destval32); in x86emuOp_opcFF_word_RM()
11865 destval32 = dec_long(destval32); in x86emuOp_opcFF_word_RM()
[all …]
H A Dvalidate.c684 VAL_LONG_UNARY(dec_long); in main()
H A Dprim_ops.c619 dec_long(u32 d) in dec_long() function
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Dops.c715 *reg = dec_long(*reg); in x86emuOp_dec_register()
4997 destval = dec_long(destval); in x86emuOp_opcFF_word_RM()
5077 *destreg = dec_long(*destreg); in x86emuOp_opcFF_word_RM()
H A Dprim_ops.c548 u32 dec_long(u32 d) in dec_long() function
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch5290 M.x86.R_EAX = dec_long(M.x86.R_EAX);
5315 M.x86.R_ECX = dec_long(M.x86.R_ECX);
5340 M.x86.R_EDX = dec_long(M.x86.R_EDX);
5365 M.x86.R_EBX = dec_long(M.x86.R_EBX);
5390 M.x86.R_ESP = dec_long(M.x86.R_ESP);
5415 M.x86.R_EBP = dec_long(M.x86.R_EBP);
5440 M.x86.R_ESI = dec_long(M.x86.R_ESI);
5465 M.x86.R_EDI = dec_long(M.x86.R_EDI);
10946 destval = dec_long(destval);
11014 destval = dec_long(destval);
[all …]