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

/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h112 static inline UShort toUShort ( Int x ) { function
/external/valgrind/main/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,
1641 = toUShort(((ftop & 7) << 11) | (c3210 & 0x4700));
1643 = toUShort(x86g_create_fpucw( vex_state->guest_FPROUND ));
1661 x87->env[FP_ENV_TAG] = toUShort(tagw);
1713 addrS[12] = toUShort(mxcsr); /* MXCSR */
1714 addrS[13] = toUShort(mxcsr >> 16);
2513 return toUShort(hi3
[all...]
H A Dguest_amd64_helpers.c707 UShort, toUShort );
708 case AMD64G_CC_OP_UMULW: ACTIONS_UMUL( 16, UShort, toUShort,
716 Short, toUShort );
717 case AMD64G_CC_OP_SMULW: ACTIONS_SMUL( 16, Short, toUShort,
1699 = toUShort(((ftop & 7) << 11) | (c3210 & 0x4700));
1701 = toUShort(amd64g_create_fpucw( vex_state->guest_FPROUND ));
1719 x87->env[FP_ENV_TAG] = toUShort(tagw);
1785 addrS[12] = toUShort(mxcsr); /* MXCSR */
1786 addrS[13] = toUShort(mxcsr >> 16);
2069 = 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_ppc_isel.c495 PPCRH_Imm(True,toUShort(n)) ));
503 PPCRH_Imm(True,toUShort(n)) ));
519 PPCRH_Imm(True,toUShort(16)) ));
636 PPCRH_Imm(True/*signed*/, toUShort(bias))));
640 PPCRH_Imm(False/*unsigned*/, toUShort(nElems-1))));
645 PPCRH_Imm(False/*unsigned*/, toUShort(shift))));
649 PPCRH_Imm(True/*signed*/, toUShort(descr->base))));
1469 toUShort(ty == Ity_I8 ? 24 : 16));
1849 UShort mask = toUShort(op_unop==Iop_16Uto64 ? 0xFFFF :
1872 UShort amt = toUShort(op_uno
[all...]
H A Dhost_mips_isel.c198 toUShort(n))));
201 toUShort(n))));
210 MIPSRH_Imm(True, toUShort(n))));
213 MIPSRH_Imm(True, toUShort(n))));
1544 mask = toUShort(0x1);
1550 mask = toUShort(0xFF);
1555 mask = toUShort(0xFFFF);
1932 return MIPSRH_Imm(False /*unsigned */ , toUShort(u & 0xFFFF));
1935 return MIPSRH_Imm(True /*signed */ , toUShort(u & 0xFFFF));
H A Dir_opt.c1380 e2 = IRExpr_Const(IRConst_U16(toUShort(
1437 e2 = IRExpr_Const(IRConst_U16(toUShort(
1468 e2 = IRExpr_Const(IRConst_U16(toUShort(
1676 e2 = IRExpr_Const(IRConst_U16(toUShort(
1703 e2 = IRExpr_Const(IRConst_U16(toUShort(
1730 e2 = IRExpr_Const(IRConst_U16(toUShort(
H A Dhost_x86_defs.c3038 p = push_word_from_tags(p, toUShort((con >> 12) & 0xF));
3039 p = push_word_from_tags(p, toUShort((con >> 8) & 0xF));
3040 p = push_word_from_tags(p, toUShort((con >> 4) & 0xF));
3041 p = push_word_from_tags(p, toUShort(con & 0xF));
H A Dguest_generic_bb_to_IR.c425 = toUShort(toUInt( vge->len[vge->n_used-1] + dres.len ));
H A Dguest_x86_toIR.c7381 mask = toUShort( sz==4 ? 0x000F : 0x00FF );
H A Dguest_amd64_toIR.c9181 mask = toUShort(sz==4 ? 0x000F : 0x00FF);
[all...]

Completed in 6398 milliseconds