Home | History | Annotate | Download | only in priv

Lines Matching refs:toUShort

640                                                   UShort, toUShort );
641 case AMD64G_CC_OP_UMULW: ACTIONS_UMUL( 16, UShort, toUShort,
649 Short, toUShort );
650 case AMD64G_CC_OP_SMULW: ACTIONS_SMUL( 16, Short, toUShort,
1610 = toUShort(((ftop & 7) << 11) | (c3210 & 0x4700));
1612 = toUShort(amd64g_create_fpucw( vex_state->guest_FPROUND ));
1630 x87->env[FP_ENV_TAG] = toUShort(tagw);
1696 addrS[12] = toUShort(mxcsr); /* MXCSR */
1697 addrS[13] = toUShort(mxcsr >> 16);
1980 = toUShort(toUInt( ((ftop & 7) << 11) | (c3210 & 0x4700) ));
1982 = toUShort(toUInt( amd64g_create_fpucw( vex_state->guest_FPROUND ) ));
1996 x87->env[FP_ENV_TAG] = toUShort(tagw);
2032 = toUShort(((ftop & 7) << 11) | (c3210 & 0x4700));
2034 = toUShort(amd64g_create_fpucw( vex_state->guest_FPROUND ));
2052 x87->env[FPS_ENV_TAG] = toUShort(tagw);
2939 return toUShort(hi32 >> 16);
2943 return toUShort(hi32);
2947 return toUShort(lo32 >> 16);
2951 return toUShort(lo32);