Searched refs:toUShort (Results 1 - 12 of 12) sorted by relevance

/external/valgrind/VEX/pub/
H A Dlibvex_basictypes.h118 static inline UShort toUShort ( Int x ) { function
/external/valgrind/VEX/priv/
H A Dhost_generic_simd64.c73 return toUShort(0xFFFF & (hi32 >> 16));
77 return toUShort(0xFFFF & hi32);
81 return toUShort(0xFFFF & (lo32 >> 16));
85 return toUShort(0xFFFF & lo32);
258 return toUShort(xx==yy ? 0xFFFF : 0);
273 return toUShort(xx>yy ? 0xFFFF : 0);
288 return toUShort(xx==0 ? 0 : 0xFFFF);
345 return toUShort(v << n);
350 return toUShort((((UShort)v) >> n));
355 return toUShort(((Shor
[all...]
H A Dguest_x86_helpers.c550 UShort, toUShort );
551 case X86G_CC_OP_UMULW: ACTIONS_UMUL( 16, UShort, toUShort,
557 Short, toUShort );
558 case X86G_CC_OP_SMULW: ACTIONS_SMUL( 16, Short, toUShort,
1677 = toUShort(((ftop & 7) << 11) | (c3210 & 0x4700));
1679 = toUShort(x86g_create_fpucw( vex_state->guest_FPROUND ));
1697 x87_state->env[FP_ENV_TAG] = toUShort(tagw);
1749 addrS[12] = toUShort(mxcsr); /* MXCSR */
1750 addrS[13] = toUShort(mxcsr >> 16);
2626 return toUShort(hi3
[all...]
H A Dguest_amd64_helpers.c729 UShort, toUShort );
730 case AMD64G_CC_OP_UMULW: ACTIONS_UMUL( 16, UShort, toUShort,
738 Short, toUShort );
739 case AMD64G_CC_OP_SMULW: ACTIONS_SMUL( 16, Short, toUShort,
2017 = toUShort(((ftop & 7) << 11) | (c3210 & 0x4700));
2019 = toUShort(amd64g_create_fpucw( vex_state->guest_FPROUND ));
2037 x87_state->env[FP_ENV_TAG] = toUShort(tagw);
2137 addrS[12] = toUShort(mxcsr); /* MXCSR */
2138 addrS[13] = toUShort(mxcsr >> 16);
2465 = toUShort(toUIn
[all...]
H A Dhost_generic_simd128.c73 return toUShort((xx > yy) ? xx : yy);
78 return toUShort((xx < yy) ? xx : yy);
H A Dhost_mips_isel.c193 toUShort(n))));
196 toUShort(n))));
205 MIPSRH_Imm(True, toUShort(n))));
208 MIPSRH_Imm(True, toUShort(n))));
1543 mask = toUShort(0x1);
1549 mask = toUShort(0xFF);
1554 mask = toUShort(0xFFFF);
1931 return MIPSRH_Imm(False /*unsigned */ , toUShort(u & 0xFFFF));
1934 return MIPSRH_Imm(True /*signed */ , toUShort(u & 0xFFFF));
H A Dhost_ppc_isel.c532 PPCRH_Imm(True,toUShort(n)) ));
540 PPCRH_Imm(True,toUShort(n)) ));
556 PPCRH_Imm(True,toUShort(16)) ));
673 PPCRH_Imm(True/*signed*/, toUShort(bias))));
677 PPCRH_Imm(False/*unsigned*/, toUShort(nElems-1))));
682 PPCRH_Imm(False/*unsigned*/, toUShort(shift))));
686 PPCRH_Imm(True/*signed*/, toUShort(descr->base))));
1522 toUShort(ty == Ity_I8 ? 24 : 16));
1909 UShort mask = toUShort(op_unop==Iop_16Uto64 ? 0xFFFF :
1932 UShort amt = toUShort(op_uno
[all...]
H A Dir_opt.c1403 e2 = IRExpr_Const(IRConst_U16(toUShort(
1460 e2 = IRExpr_Const(IRConst_U16(toUShort(
1491 e2 = IRExpr_Const(IRConst_U16(toUShort(
1711 e2 = IRExpr_Const(IRConst_U16(toUShort(
1738 e2 = IRExpr_Const(IRConst_U16(toUShort(
1765 e2 = IRExpr_Const(IRConst_U16(toUShort(
H A Dhost_x86_defs.c3043 p = push_word_from_tags(p, toUShort((con >> 12) & 0xF));
3044 p = push_word_from_tags(p, toUShort((con >> 8) & 0xF));
3045 p = push_word_from_tags(p, toUShort((con >> 4) & 0xF));
3046 p = push_word_from_tags(p, toUShort(con & 0xF));
H A Dguest_generic_bb_to_IR.c452 = toUShort(toUInt( vge->len[vge->n_used-1] + dres.len ));
H A Dguest_x86_toIR.c7392 mask = toUShort( sz==4 ? 0x000F : 0x00FF );
H A Dguest_amd64_toIR.c9403 mask = toUShort(sz==4 ? 0x000F : 0x00FF);
[all...]

Completed in 329 milliseconds