Lines Matching refs:toUShort
550 UShort, toUShort ); in x86g_calculate_eflags_all_WRK()
551 case X86G_CC_OP_UMULW: ACTIONS_UMUL( 16, UShort, toUShort, in x86g_calculate_eflags_all_WRK()
557 Short, toUShort ); in x86g_calculate_eflags_all_WRK()
558 case X86G_CC_OP_SMULW: ACTIONS_SMUL( 16, Short, toUShort, in x86g_calculate_eflags_all_WRK()
1678 = toUShort(((ftop & 7) << 11) | (c3210 & 0x4700)); in do_get_x87()
1680 = toUShort(x86g_create_fpucw( vex_state->guest_FPROUND )); in do_get_x87()
1698 x87->env[FP_ENV_TAG] = toUShort(tagw); in do_get_x87()
1750 addrS[12] = toUShort(mxcsr); /* MXCSR */ in x86g_dirtyhelper_FXSAVE()
1751 addrS[13] = toUShort(mxcsr >> 16); in x86g_dirtyhelper_FXSAVE()
2627 return toUShort(hi32 >> 16); in sel16x4_3()
2631 return toUShort(hi32); in sel16x4_2()
2635 return toUShort(lo32 >> 16); in sel16x4_1()
2639 return toUShort(lo32); in sel16x4_0()