Searched refs:UShort (Results 76 - 100 of 103) sorted by relevance

12345

/external/valgrind/VEX/priv/
H A Dhost_mips_isel.c1384 UShort amt;
1517 UShort mask = (op_unop == Iop_64to1) ? 0x1 : 0xFF;
1543 UShort mask = 0;
1629 UShort mask = (op_unop == Iop_CmpNEZ8) ? 0xFF : 0xFFFF;
H A Dhost_x86_defs.c824 X86Instr* X86Instr_SseConst ( UShort con, HReg dst ) {
2091 static UChar* push_word_from_tags ( UChar* p, UShort tags )
3040 UShort con = i->Xin.SseConst.con;
H A Dhost_ppc_isel.c1890 UShort mask = toUShort(op_unop==Iop_16Uto64 ? 0xFFFF :
1913 UShort amt = toUShort(op_unop==Iop_16Sto32 ? 16 : 24);
1926 UShort amt = toUShort(op_unop==Iop_8Sto64 ? 56 : 48);
1991 UShort shift = toUShort(op_unop == Iop_16HIto8 ? 8 : 16);
H A Dmain_main.c248 vassert(2 == sizeof(UShort));
H A Dguest_arm_toIR.c205 static inline UShort getUShortLittleEndianly ( const UChar* p )
207 UShort w = 0;
2602 UShort i0s, UShort i1s )
17436 UShort insn0; /* first 16 bits of the insn */
17437 UShort insn1; /* second 16 bits of the insn */
17615 UShort* hwp = (UShort*)(HWord)pc;
17633 UShort hwp_i = hwp[i];
H A Dguest_amd64_toIR.c272 return IRExpr_Const(IRConst_U16( (UShort)i ));
480 static ULong extend_s_16to64 ( UShort x )
555 return extend_s_16to64( (UShort)v );
1575 static IRExpr* mkV128 ( UShort mask )
9143 UShort mask = 0;
10954 UShort imm8_mask_16;
10992 UShort imm8_perms[16] = { 0x0000, 0x000F, 0x00F0, 0x00FF, 0x0F00,
11028 UShort imm16 = 0;
11513 UShort mask = ~(3 << (imm8 * 2));
18316 UShort mas
[all...]
H A Dhost_arm_isel.c976 return ARMRI84_I84( (UShort)u8, (UShort)u4 );
981 return ARMRI84_I84( (UShort)u8, (UShort)u4 );
H A Dhost_mips_defs.c583 MIPSRH *MIPSRH_Imm(Bool syned, UShort imm16)
613 vex_printf("%u", (UInt) (UShort) op->Mrh.Imm.imm16);
H A Dir_defs.c1687 IRConst* IRConst_U16 ( UShort u16 )
1736 IRConst* IRConst_V128 ( UShort con )
H A Dhost_ppc_defs.c316 PPCRH* PPCRH_Imm ( Bool syned, UShort imm16 ) {
341 vex_printf("%u", (UInt)(UShort)op->Prh.Imm.imm16);
1188 UShort conversion = 0;
H A Dhost_arm_defs.c423 ARMRI84* ARMRI84_I84 ( UShort imm8, UShort imm4 ) {
H A Dguest_x86_toIR.c672 return IRExpr_Const(IRConst_U16( (UShort)i ));
695 static IRExpr* mkV128 ( UShort mask )
7352 UShort mask = 0;
11743 //-- Lit16, (((UShort)insn[0]) << 8) | (UShort)insn[1],
11744 //-- Lit16, (UShort)insn[2],
H A Dguest_mips_toIR.c959 static UShort extend_s_10to16(UInt x)
961 return (UShort) ((((Int) x) << 22) >> 22);
3161 UShort immediate = extend_s_10to16(dsp_imm);
H A Dhost_amd64_isel.c868 static ULong bitmask8_to_bytemask64 ( UShort w8 )
/external/valgrind/VEX/useful/
H A Dhd_fpu.c862 m_fpu_state.env[FP_ENV_CTRL] = (UShort)getIMem2(a_addr);
/external/valgrind/memcheck/
H A Dmc_machine.c58 return 0x1122 == *(UShort*)(&x);
64 return 0x3344 == *(UShort*)(&x);
/external/clang/lib/AST/
H A DASTContext.cpp958 InitBuiltinType(UnsignedShortTy, BuiltinType::UShort);
1550 case BuiltinType::UShort:
4486 case BuiltinType::UShort:
5232 case BuiltinType::UShort: return 'S';
H A DMicrosoftMangle.cpp1513 case BuiltinType::UShort: Out << 'G'; break;
/external/valgrind/coregrind/m_debuginfo/
H A Dreadpdb.c97 typedef UShort WORD;
/external/clang/lib/Sema/
H A DSemaType.cpp4789 BTy->getKind() == BuiltinType::UShort ||
4810 BTy->getKind() == BuiltinType::UShort ||
/external/valgrind/none/tests/arm64/
H A Dfp_and_simd.c9 typedef unsigned short int UShort; typedef
31 UShort u16[8];
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp479 case BuiltinType::UShort:
H A DItaniumCXXABI.cpp2324 case BuiltinType::UShort:
H A DCGExprScalar.cpp2811 case BuiltinType::UShort:
H A DTargetInfo.cpp6798 case BuiltinType::UShort:

Completed in 1853 milliseconds

12345