Lines Matching refs:toUShort
709 UShort, toUShort ); in amd64g_calculate_rflags_all_WRK()
710 case AMD64G_CC_OP_UMULW: ACTIONS_UMUL( 16, UShort, toUShort, in amd64g_calculate_rflags_all_WRK()
718 Short, toUShort ); in amd64g_calculate_rflags_all_WRK()
719 case AMD64G_CC_OP_SMULW: ACTIONS_SMUL( 16, Short, toUShort, in amd64g_calculate_rflags_all_WRK()
1922 = toUShort(((ftop & 7) << 11) | (c3210 & 0x4700)); in do_get_x87()
1924 = toUShort(amd64g_create_fpucw( vex_state->guest_FPROUND )); in do_get_x87()
1942 x87->env[FP_ENV_TAG] = toUShort(tagw); in do_get_x87()
2042 addrS[12] = toUShort(mxcsr); /* MXCSR */ in amd64g_dirtyhelper_XSAVE_COMPONENT_1_EXCLUDING_XMMREGS()
2043 addrS[13] = toUShort(mxcsr >> 16); in amd64g_dirtyhelper_XSAVE_COMPONENT_1_EXCLUDING_XMMREGS()
2370 = toUShort(toUInt( ((ftop & 7) << 11) | (c3210 & 0x4700) )); in amd64g_dirtyhelper_FSTENV()
2372 = toUShort(toUInt( amd64g_create_fpucw( vex_state->guest_FPROUND ) )); in amd64g_dirtyhelper_FSTENV()
2386 x87->env[FP_ENV_TAG] = toUShort(tagw); in amd64g_dirtyhelper_FSTENV()
2422 = toUShort(((ftop & 7) << 11) | (c3210 & 0x4700)); in amd64g_dirtyhelper_FNSAVES()
2424 = toUShort(amd64g_create_fpucw( vex_state->guest_FPROUND )); in amd64g_dirtyhelper_FNSAVES()
2442 x87->env[FPS_ENV_TAG] = toUShort(tagw); in amd64g_dirtyhelper_FNSAVES()
3527 return toUShort(hi32 >> 16); in sel16x4_3()
3531 return toUShort(hi32); in sel16x4_2()
3535 return toUShort(lo32 >> 16); in sel16x4_1()
3539 return toUShort(lo32); in sel16x4_0()