Home | History | Annotate | Download | only in priv

Lines Matching full:ushort

585       case AMD64G_CC_OP_ADDW:   ACTIONS_ADD( 16, UShort );
590 case AMD64G_CC_OP_ADCW: ACTIONS_ADC( 16, UShort );
595 case AMD64G_CC_OP_SUBW: ACTIONS_SUB( 16, UShort );
600 case AMD64G_CC_OP_SBBW: ACTIONS_SBB( 16, UShort );
605 case AMD64G_CC_OP_LOGICW: ACTIONS_LOGIC( 16, UShort );
610 case AMD64G_CC_OP_INCW: ACTIONS_INC( 16, UShort );
615 case AMD64G_CC_OP_DECW: ACTIONS_DEC( 16, UShort );
620 case AMD64G_CC_OP_SHLW: ACTIONS_SHL( 16, UShort );
625 case AMD64G_CC_OP_SHRW: ACTIONS_SHR( 16, UShort );
630 case AMD64G_CC_OP_ROLW: ACTIONS_ROL( 16, UShort );
635 case AMD64G_CC_OP_RORW: ACTIONS_ROR( 16, UShort );
640 UShort, toUShort );
641 case AMD64G_CC_OP_UMULW: ACTIONS_UMUL( 16, UShort, toUShort,
1650 UShort* addrS = (UShort*)addr;
1654 UShort fp_tags;
1657 UShort *srcS, *dstS;
1704 srcS = (UShort*)(&tmp.reg[10*stno]);
1705 dstS = (UShort*)(&addrS[16 + 8*stno]);
1754 UShort* addrS = (UShort*)addr;
1757 UShort fp_tags;
1794 UShort* dstS = (UShort*)(&tmp.reg[10*stno]);
1795 UShort* srcS = (UShort*)(&addrS[16 + 8*stno]);
2937 static inline UShort sel16x4_3 ( ULong w64 ) {
2941 static inline UShort sel16x4_2 ( ULong w64 ) {
2945 static inline UShort sel16x4_1 ( ULong w64 ) {
2949 static inline UShort sel16x4_0 ( ULong w64 ) {
3041 UShort t, min;