/external/valgrind/main/VEX/priv/ |
D | ir_opt.c | 1090 case Ico_U1: return toBool( c1->Ico.U1 == c2->Ico.U1 ); in sameIRExprs_aux2() 1091 case Ico_U8: return toBool( c1->Ico.U8 == c2->Ico.U8 ); in sameIRExprs_aux2() 1092 case Ico_U16: return toBool( c1->Ico.U16 == c2->Ico.U16 ); in sameIRExprs_aux2() 1093 case Ico_U32: return toBool( c1->Ico.U32 == c2->Ico.U32 ); in sameIRExprs_aux2() 1094 case Ico_U64: return toBool( c1->Ico.U64 == c2->Ico.U64 ); in sameIRExprs_aux2() 1178 && e->Iex.Const.con->Ico.U32 == 0); in isZeroU32() 1186 && e->Iex.Const.con->Ico.U64 == 0); in isZeroU64() 1194 && e->Iex.Const.con->Ico.V128 == 0x0000); in isZeroV128() 1202 && e->Iex.Const.con->Ico.V256 == 0x00000000); in isZeroV256() 1210 case Ico_U1: return toBool( e->Iex.Const.con->Ico.U1 == 0); in isZeroU() [all …]
|
D | ir_defs.c | 75 case Ico_U1: vex_printf( "%d:I1", con->Ico.U1 ? 1 : 0); break; in ppIRConst() 76 case Ico_U8: vex_printf( "0x%x:I8", (UInt)(con->Ico.U8)); break; in ppIRConst() 77 case Ico_U16: vex_printf( "0x%x:I16", (UInt)(con->Ico.U16)); break; in ppIRConst() 78 case Ico_U32: vex_printf( "0x%x:I32", (UInt)(con->Ico.U32)); break; in ppIRConst() 79 case Ico_U64: vex_printf( "0x%llx:I64", (ULong)(con->Ico.U64)); break; in ppIRConst() 80 case Ico_F32: u.f32 = con->Ico.F32; in ppIRConst() 83 case Ico_F32i: vex_printf( "F32i{0x%x}", con->Ico.F32i); break; in ppIRConst() 84 case Ico_F64: u.f64 = con->Ico.F64; in ppIRConst() 87 case Ico_F64i: vex_printf( "F64i{0x%llx}", con->Ico.F64i); break; in ppIRConst() 88 case Ico_V128: vex_printf( "V128{0x%04x}", (UInt)(con->Ico.V128)); break; in ppIRConst() [all …]
|
D | host_s390_isel.c | 307 ULong value = arg2->Iex.Const.con->Ico.U64; in s390_isel_amode_wrk() 414 case Ico_U1: value = expr->Iex.Const.con->Ico.U1; break; in s390_expr_is_const_zero() 415 case Ico_U8: value = expr->Iex.Const.con->Ico.U8; break; in s390_expr_is_const_zero() 416 case Ico_U16: value = expr->Iex.Const.con->Ico.U16; break; in s390_expr_is_const_zero() 417 case Ico_U32: value = expr->Iex.Const.con->Ico.U32; break; in s390_expr_is_const_zero() 418 case Ico_U64: value = expr->Iex.Const.con->Ico.U64; break; in s390_expr_is_const_zero() 436 case Ico_U1: value = con->Ico.U1; return (ULong) ((value << 63) >> 63); in get_const_value_as_ulong() 437 case Ico_U8: value = con->Ico.U8; return (ULong) ((value << 56) >> 56); in get_const_value_as_ulong() 438 case Ico_U16: value = con->Ico.U16; return (ULong) ((value << 48) >> 48); in get_const_value_as_ulong() 439 case Ico_U32: value = con->Ico.U32; return (ULong) ((value << 32) >> 32); in get_const_value_as_ulong() [all …]
|
D | host_arm64_isel.c | 375 return con->Ico.U64 == 0; in isZeroU64() 639 && guard->Iex.Const.con->Ico.U1 == True) { in doHelperCall() 745 && guard->Iex.Const.con->Ico.U1 == True) { in doHelperCall() 904 Long simm = (Long)e->Iex.Binop.arg2->Iex.Const.con->Ico.U64; in iselIntExpr_AMode_wrk() 922 ULong uimm = e->Iex.Binop.arg2->Iex.Const.con->Ico.U64; in iselIntExpr_AMode_wrk() 1108 case Ico_U64: u = e->Iex.Const.con->Ico.U64; break; in iselIntExpr_RIA_wrk() 1109 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_RIA_wrk() 1373 maybe = mb_mkARM64RIL_I(e->Iex.Const.con->Ico.U64); in iselIntExpr_RIL_wrk() 1377 UInt u32 = e->Iex.Const.con->Ico.U32; in iselIntExpr_RIL_wrk() 1431 UInt u = e->Iex.Const.con->Ico.U8; in iselIntExpr_RI6_wrk() [all …]
|
D | host_amd64_isel.c | 98 && e->Iex.Const.con->Ico.U8 == 0; in isZeroU8() 299 && e->Iex.Const.con->Ico.U64 == 0ULL; in isZeroU64() 306 && e->Iex.Const.con->Ico.U32 == 0; in isZeroU32() 382 if (fitsIn32Bits(e->Iex.Const.con->Ico.U64)) { in iselIntExpr_single_instruction() 385 AMD64RMI_Imm(toUInt(e->Iex.Const.con->Ico.U64)), in iselIntExpr_single_instruction() 389 return AMD64Instr_Imm64(e->Iex.Const.con->Ico.U64, dst); in iselIntExpr_single_instruction() 543 && guard->Iex.Const.con->Ico.U1 == True) { in doHelperCall() 640 && guard->Iex.Const.con->Ico.U1 == True) { in doHelperCall() 1067 nshift = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselIntExpr_R_wrk() 1851 addInstr(env, AMD64Instr_Imm64(e->Iex.Const.con->Ico.U64, r)); in iselIntExpr_R_wrk() [all …]
|
D | host_arm_isel.c | 498 && guard->Iex.Const.con->Ico.U1 == True) { in doHelperCall() 634 && guard->Iex.Const.con->Ico.U1 == True) { in doHelperCall() 785 Int simm = (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32; in iselIntExpr_AMode1_wrk() 851 Int simm = (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32; in iselIntExpr_AMode2_wrk() 903 Int simm = (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32; in iselIntExpr_AModeV_wrk() 978 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_RI84_wrk() 979 case Ico_U16: u = 0xFFFF & (e->Iex.Const.con->Ico.U16); break; in iselIntExpr_RI84_wrk() 980 case Ico_U8: u = 0xFF & (e->Iex.Const.con->Ico.U8); break; in iselIntExpr_RI84_wrk() 1032 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_RI5_wrk() 1033 case Ico_U16: u = 0xFFFF & (e->Iex.Const.con->Ico.U16); break; in iselIntExpr_RI5_wrk() [all …]
|
D | host_mips_isel.c | 489 && guard->Iex.Const.con->Ico.U1 == True) { in doHelperCall() 592 && guard->Iex.Const.con->Ico.U1 == True) { in doHelperCall() 725 uLong_is_4_aligned(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64) : True) in iselWordExpr_AMode_wrk() 726 && uLong_fits_in_16_bits(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)) { in iselWordExpr_AMode_wrk() 727 return MIPSAMode_IR((Int) e->Iex.Binop.arg2->Iex.Const.con->Ico.U64, in iselWordExpr_AMode_wrk() 745 && uInt_fits_in_16_bits(e->Iex.Binop.arg2->Iex.Const.con-> Ico.U32)) { in iselWordExpr_AMode_wrk() 746 return MIPSAMode_IR((Int) e->Iex.Binop.arg2->Iex.Const.con->Ico.U32, in iselWordExpr_AMode_wrk() 1814 l = (Long) con->Ico.U64; in iselWordExpr_R_wrk() 1817 l = (Long) (Int) con->Ico.U32; in iselWordExpr_R_wrk() 1820 l = (Long) (Int) (Short) con->Ico.U16; in iselWordExpr_R_wrk() [all …]
|
D | host_ppc_isel.c | 213 && e->Iex.Const.con->Ico.U8 == 0; in isZeroU8() 814 && guard->Iex.Const.con->Ico.U1 == True) { in doHelperCall() 969 && guard->Iex.Const.con->Ico.U1 == True) { in doHelperCall() 2345 l = (Long) con->Ico.U64; break; in iselWordExpr_R_wrk() 2346 case Ico_U32: l = (Long)(Int) con->Ico.U32; break; in iselWordExpr_R_wrk() 2347 case Ico_U16: l = (Long)(Int)(Short)con->Ico.U16; break; in iselWordExpr_R_wrk() 2348 case Ico_U8: l = (Long)(Int)(Char )con->Ico.U8; break; in iselWordExpr_R_wrk() 2469 ->Iex.Const.con->Ico.U64) in iselWordExpr_AMode_wrk() 2472 ->Iex.Const.con->Ico.U64)) { in iselWordExpr_AMode_wrk() 2473 return PPCAMode_IR( (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U64, in iselWordExpr_AMode_wrk() [all …]
|
D | host_x86_isel.c | 110 && e->Iex.Const.con->Ico.U8 == 0; in isZeroU8() 117 && e->Iex.Const.con->Ico.U32 == 0; in isZeroU32() 647 && guard->Iex.Const.con->Ico.U1 == True) { in doHelperCall() 1023 nshift = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselIntExpr_R_wrk() 1576 ->Iex.Binop.arg2->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselIntExpr_AMode_wrk() 1577 UInt imm32 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U32; in iselIntExpr_AMode_wrk() 1593 UInt shift = e->Iex.Binop.arg2->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselIntExpr_AMode_wrk() 1607 return X86AMode_IR(e->Iex.Binop.arg2->Iex.Const.con->Ico.U32, r1); in iselIntExpr_AMode_wrk() 1653 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_RMI_wrk() 1654 case Ico_U16: u = 0xFFFF & (e->Iex.Const.con->Ico.U16); break; in iselIntExpr_RMI_wrk() [all …]
|
D | guest_s390_helpers.c | 1858 cond = cond_expr->Iex.Const.con->Ico.U64; in guest_s390x_spechelper() 1859 cc_op = cc_op_expr->Iex.Const.con->Ico.U64; in guest_s390x_spechelper() 2024 mask = cc_dep2->Iex.Const.con->Ico.U64; in guest_s390x_spechelper() 2098 mask16 = cc_dep2->Iex.Const.con->Ico.U64; in guest_s390x_spechelper() 2140 mask16 = cc_dep2->Iex.Const.con->Ico.U64; in guest_s390x_spechelper() 2377 cc_op = cc_op_expr->Iex.Const.con->Ico.U64; in guest_s390x_spechelper()
|
D | guest_arm64_helpers.c | 694 && e->Iex.Const.con->Ico.U64 == n ); in isU64()
|
D | guest_arm_helpers.c | 551 && e->Iex.Const.con->Ico.U32 == n ); in isU32()
|
D | guest_x86_helpers.c | 773 && e->Iex.Const.con->Ico.U32 == n ); in isU32()
|
D | guest_amd64_helpers.c | 948 && e->Iex.Const.con->Ico.U64 == n ); in isU64()
|
/external/valgrind/main/coregrind/m_gdbserver/ |
D | m_gdbserver.c | 1189 sb_in->next->Iex.Const.con->Ico.U64 in VG_() 1190 : sb_in->next->Iex.Const.con->Ico.U32); in VG_() 1224 st->Ist.Exit.dst->Ico.U64 : in VG_() 1225 st->Ist.Exit.dst->Ico.U32); in VG_()
|
/external/valgrind/main/lackey/ |
D | lk_main.c | 930 dst = (sizeof(Addr) == 4) ? st->Ist.Exit.dst->Ico.U32 : in lk_instrument() 931 st->Ist.Exit.dst->Ico.U64; in lk_instrument()
|
/external/valgrind/main/VEX/ |
D | test_main.c | 2535 case Ico_U8: n = (ULong)con->Ico.U8; break; in isBogusAtom() 2536 case Ico_U16: n = (ULong)con->Ico.U16; break; in isBogusAtom() 2537 case Ico_U32: n = (ULong)con->Ico.U32; break; in isBogusAtom() 2538 case Ico_U64: n = (ULong)con->Ico.U64; break; in isBogusAtom()
|
/external/valgrind/main/coregrind/ |
D | m_translate.c | 305 (sizeof_SP==4 ? (Long)(Int)(con->Ico.U32) \ in vg_SP_update_pass() 306 : (Long)(con->Ico.U64)) in vg_SP_update_pass()
|
/external/valgrind/main/cachegrind/ |
D | cg_main.c | 1276 sea = (Addr64)(UInt)dst->Ico.U32; in cg_instrument() 1280 sea = dst->Ico.U64; in cg_instrument()
|
/external/valgrind/main/callgrind/ |
D | main.c | 843 addr = con->Ico.U32; in IRConst2Addr() 847 addr = con->Ico.U64; in IRConst2Addr()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 1013 && e->Iex.Const.con->Ico.U32 == 0 ); in isZeroU32() 1021 && e->Iex.Const.con->Ico.U64 == 0 ); in isZeroU64() 5832 case Ico_U8: n = (ULong)con->Ico.U8; break; in isBogusAtom() 5833 case Ico_U16: n = (ULong)con->Ico.U16; break; in isBogusAtom() 5834 case Ico_U32: n = (ULong)con->Ico.U32; break; in isBogusAtom() 5835 case Ico_U64: n = (ULong)con->Ico.U64; break; in isBogusAtom()
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 305 } Ico; member
|
/external/chromium_org/third_party/libaddressinput/src/testdata/ |
D | countryinfo.txt | 708 …e~Guaramiranga~Hidrolândia~Horizonte~Ibaretama~Ibiapina~Ibicuitinga~Icapuí~Ico~Iguatu~Independenci… 784 data/BR/CE/Ico={"id":"data/BR/CE/Ico","key":"Ico","lang":"pt"}
|