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 D | prim_ops.h | 101 u32 shld_long (u32 d, u32 fill, u8 s);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/x86emu/ |
| H A D | prim_ops.h | 101 u32 shld_long(u32 d, u32 fill, u8 s);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/ |
| H A D | ops2.c | 498 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 D | validate.c | 727 VAL_LONG_ROTATE_DBL(shld_long);
|
| H A D | prim_ops.c | 1690 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 D | ops2.c | 510 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 D | validate.c | 731 VAL_LONG_ROTATE_DBL(shld_long);
|
| H A D | prim_ops.c | 1774 shld_long(u32 d, u32 fill, u8 s) function in typeref:typename:u32
|
Completed in 20 milliseconds