Searched refs:shld_long (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/x86emu/
H A Dprim_ops.h101 u32 shld_long (u32 d, u32 fill, u8 s);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/x86emu/
H A Dprim_ops.h101 u32 shld_long(u32 d, u32 fill, u8 s);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/
H A Dops2.c498 destval = shld_long(destval,*shiftreg,shift);
529 destval = shld_long(destval,*shiftreg,shift);
560 destval = shld_long(destval,*shiftreg,shift);
589 *destreg = shld_long(*destreg,*shiftreg,shift);
632 destval = shld_long(destval,*shiftreg,M.x86.R_CL);
659 destval = shld_long(destval,*shiftreg,M.x86.R_CL);
686 destval = shld_long(destval,*shiftreg,M.x86.R_CL);
711 *destreg = shld_long(*destreg,*shiftreg,M.x86.R_CL);
H A Dvalidate.c727 VAL_LONG_ROTATE_DBL(shld_long);
H A Dprim_ops.c1690 u32 shld_long (u32 d, u32 fill, u8 s) function in typeref:typename:u32
/xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/
H A Dops2.c510 destval = shld_long(destval, *shiftreg, shift);
542 destval = shld_long(destval, *shiftreg, shift);
574 destval = shld_long(destval, *shiftreg, shift);
604 *destreg = shld_long(*destreg, *shiftreg, shift);
649 destval = shld_long(destval, *shiftreg, M.x86.R_CL);
677 destval = shld_long(destval, *shiftreg, M.x86.R_CL);
705 destval = shld_long(destval, *shiftreg, M.x86.R_CL);
731 *destreg = shld_long(*destreg, *shiftreg, M.x86.R_CL);
H A Dvalidate.c731 VAL_LONG_ROTATE_DBL(shld_long);
H A Dprim_ops.c1774 shld_long(u32 d, u32 fill, u8 s) function in typeref:typename:u32

Completed in 20 milliseconds