Home | History | Annotate | Download | only in priv

Lines Matching refs:toUShort

549                                                 UShort, toUShort );
550 case X86G_CC_OP_UMULW: ACTIONS_UMUL( 16, UShort, toUShort,
556 Short, toUShort );
557 case X86G_CC_OP_SMULW: ACTIONS_SMUL( 16, Short, toUShort,
1640 = toUShort(((ftop & 7) << 11) | (c3210 & 0x4700));
1642 = toUShort(x86g_create_fpucw( vex_state->guest_FPROUND ));
1660 x87->env[FP_ENV_TAG] = toUShort(tagw);
1712 addrS[12] = toUShort(mxcsr); /* MXCSR */
1713 addrS[13] = toUShort(mxcsr >> 16);
2455 return toUShort(hi32 >> 16);
2459 return toUShort(hi32);
2463 return toUShort(lo32 >> 16);
2467 return toUShort(lo32);