Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Dprim_ops.h50 u8 adc_byte (u8 d, u8 s);
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Dprim_ops.h50 u8 adc_byte(u8 d, u8 s);
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Dops.c1004 destval = adc_byte(destval, *srcreg); in x86emuOp_adc_byte_RM_R()
1014 destval = adc_byte(destval, *srcreg); in x86emuOp_adc_byte_RM_R()
1024 destval = adc_byte(destval, *srcreg); in x86emuOp_adc_byte_RM_R()
1033 *destreg = adc_byte(*destreg, *srcreg); in x86emuOp_adc_byte_RM_R()
1188 *destreg = adc_byte(*destreg, srcval); in x86emuOp_adc_byte_R_RM()
1197 *destreg = adc_byte(*destreg, srcval); in x86emuOp_adc_byte_R_RM()
1206 *destreg = adc_byte(*destreg, srcval); in x86emuOp_adc_byte_R_RM()
1214 *destreg = adc_byte(*destreg, *srcreg); in x86emuOp_adc_byte_R_RM()
1354 M.x86.R_AL = adc_byte(M.x86.R_AL, srcval); in x86emuOp_adc_byte_AL_IMM()
5501 adc_byte, /* 02 */
[all …]
H A Dvalidate.c663 VAL_BYTE_BYTE_BINARY(adc_byte); in main()
H A Dprim_ops.c231 adc_byte(u8 d, u8 s) in adc_byte() function
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c285 u8 adc_byte(u8 d, u8 s) in adc_byte() function
H A Dops.c92 adc_byte, /* 02 */
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch3715 destval = adc_byte(destval, *srcreg);
3799 *destreg = adc_byte(*destreg, srcval);
6931 - adc_byte, /* 02 */
6940 + adc_byte, /* 02 */
7120 - adc_byte, /*02 */
7129 + adc_byte, /*02 */
14847 -u8 adc_byte(u8 d, u8 s)
14849 +adc_byte(u8 d, u8 s)
21177 -u8 adc_byte (u8 d, u8 s);
21267 + u8 adc_byte(u8 d, u8 s);