Searched refs:UShort (Results 51 - 75 of 103) sorted by relevance

12345

/external/valgrind/VEX/priv/
H A Dhost_arm64_defs.c305 ARM64RIA* ARM64RIA_I12 ( UShort imm12, UChar shift ) {
1273 ARM64Instr* ARM64Instr_VImmQ (HReg rQ, UShort imm) {
2963 UShort h[4];
2964 h[3] = (UShort)((imm64 >> 48) & 0xFFFF);
2965 h[2] = (UShort)((imm64 >> 32) & 0xFFFF);
2966 h[1] = (UShort)((imm64 >> 16) & 0xFFFF);
2967 h[0] = (UShort)((imm64 >> 0) & 0xFFFF);
2998 UShort h[4];
2999 h[3] = (UShort)((imm64 >> 48) & 0xFFFF);
3000 h[2] = (UShort)((imm6
[all...]
H A Dtilegx_disasm.c6423 static const UShort decode_X0_fsm[936] =
6716 static const UShort decode_X1_fsm[1266] =
7142 static const UShort decode_Y0_fsm[178] =
7217 static const UShort decode_Y1_fsm[167] =
7291 static const UShort decode_Y2_fsm[118] =
7356 const UShort * const
7551 const UShort *table = tilegx_bundle_decoder_fsms[pipe];
7556 UShort bitspec = table[index];
7560 UShort next = table[index + 1 + bitfield];
H A Dhost_mips_defs.h208 UShort imm16;
218 extern MIPSRH *MIPSRH_Imm(Bool, UShort);
H A Dir_opt.c1443 UShort u16 = e->Iex.Unop.arg->Iex.Const.con->Ico.U8;
1511 e2 = IRExpr_Const(IRConst_U16( (UShort)w64 ));
1547 UShort w16 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16;
1553 UShort w16 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16;
1638 UShort v128 = e->Iex.Unop.arg->Iex.Const.con->Ico.V128;
1647 UShort v128 = e->Iex.Unop.arg->Iex.Const.con->Ico.V128;
1680 UShort v128 = e->Iex.Unop.arg->Iex.Const.con->Ico.V128;
2068 UShort arg1 = e->Iex.Binop.arg1->Iex.Const.con->Ico.V128;
2069 UShort arg2 = e->Iex.Binop.arg2->Iex.Const.con->Ico.V128;
5075 /* Given uses :: array of UShort, indexe
[all...]
H A Dhost_generic_reg_alloc2.c199 vassert(0 == ((UShort)vreg->spill_offset % 16)); break;
201 vassert(0 == ((UShort)vreg->spill_offset % 8)); break;
H A Dhost_ppc_defs.h217 UShort imm16;
227 extern PPCRH* PPCRH_Imm ( Bool, UShort );
H A Dhost_arm64_isel.c952 return ARM64RIA_I12((UShort)((u >> 0) & 0xFFFULL), 0);
954 return ARM64RIA_I12((UShort)((u >> 12) & 0xFFFULL), 12);
2149 UShort con = e->Iex.Const.con->Ico.V128;
2210 UShort imm16 = 0;
3759 ARM64RIA_I12((UShort)rloc.spOff, 0),
H A Dhost_tilegx_defs.c613 TILEGXRH *TILEGXRH_Imm ( Bool syned, UShort imm16 )
643 vex_printf("%u", (UInt) (UShort) op->GXrh.Imm.imm16);
/external/valgrind/shared/
H A Dvg_replace_strmem.c884 { *(UShort*)d = *(UShort*)s; s += 2; d += 2; n -= 2; } \
911 { s -= 2; d -= 2; *(UShort*)d = *(UShort*)s; n -= 2; } \
/external/clang/tools/libclang/
H A DCXType.cpp37 BTCASE(UShort);
447 TKIND(UShort);
/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf.c90 UShort li_version;
844 UShort ver;
1067 UShort ver;
1312 UShort die_kind, at_kind;
1419 UShort col;
1422 col = ML_(read_UShort)(ptr); ptr += sizeof(UShort);
1426 len -= (sizeof(UInt) + sizeof(UShort) + sizeof(UInt));
2619 case DW_EH_PE_udata2: return sizeof(UShort);
H A Dimage.c913 UShort ML_(img_get_UShort)(DiImage* img, DiOffT offset)
915 UShort r;
/external/clang/lib/AST/
H A DNSAPI.cpp414 case BuiltinType::UShort:
H A DItaniumMangle.cpp1995 case BuiltinType::UShort: Out << 't'; break;
2222 case BuiltinType::UShort:
2235 case BuiltinType::UShort: EltName = "uint16_t"; break;
2273 case BuiltinType::UShort:
2310 case BuiltinType::UShort:
H A DType.cpp1314 case BuiltinType::UShort:
1517 case UShort: return "unsigned short";
/external/clang/lib/Analysis/
H A DFormatString.cpp318 case BuiltinType::UShort:
H A DPrintfFormatString.cpp579 case BuiltinType::UShort:
H A DScanfFormatString.cpp461 case BuiltinType::UShort:
/external/clang/lib/CodeGen/
H A DCodeGenTypes.cpp345 case BuiltinType::UShort:
/external/clang/lib/Index/
H A DUSRGeneration.cpp569 case BuiltinType::UShort:
/external/valgrind/coregrind/
H A Dm_transtab.c69 fits in a UShort, leaving room for 0xFFFF(EC2TTE_DELETED, HTT_DELETED)
81 typedef UShort HTTno;
103 typedef UShort EClassNo;
168 UShort weight;
204 UShort n_tte2ec; // # tte2ec pointers (1 to 3)
H A Dm_libcproc.c558 UShort list16[size];
/external/lldb/source/Symbol/
H A DClangASTType.cpp801 case BuiltinType::UShort:
1140 case clang::BuiltinType::UShort:
1322 case BuiltinType::UShort:
1793 case BuiltinType::UShort:
1920 case BuiltinType::UShort: return lldb::eFormatUnsigned;
2209 case clang::BuiltinType::UShort: return eBasicTypeUnsignedShort;
2823 case clang::BuiltinType::UShort:
/external/valgrind/none/tests/arm64/
H A Dmemory.c12 typedef unsigned short int UShort; typedef
/external/clang/include/clang/AST/
H A DTypeLoc.h507 return (bk >= BuiltinType::UShort && bk <= BuiltinType::UInt128)

Completed in 1842 milliseconds

12345