Home
last modified time | relevance | path

Searched refs:Ico (Results 1 – 20 of 20) sorted by relevance

/external/valgrind/main/VEX/priv/
Dir_opt.c1044 case Ico_U1: return toBool( c1->Ico.U1 == c2->Ico.U1 ); in sameIRExprs_aux2()
1045 case Ico_U8: return toBool( c1->Ico.U8 == c2->Ico.U8 ); in sameIRExprs_aux2()
1046 case Ico_U16: return toBool( c1->Ico.U16 == c2->Ico.U16 ); in sameIRExprs_aux2()
1047 case Ico_U32: return toBool( c1->Ico.U32 == c2->Ico.U32 ); in sameIRExprs_aux2()
1048 case Ico_U64: return toBool( c1->Ico.U64 == c2->Ico.U64 ); in sameIRExprs_aux2()
1132 && e->Iex.Const.con->Ico.U32 == 0); in isZeroU32()
1140 && e->Iex.Const.con->Ico.U32 == 0xFFFFFFFF ); in isOnesU32()
1148 && e->Iex.Const.con->Ico.U64 == 0); in isZeroU64()
1156 case Ico_U1: return toBool( e->Iex.Const.con->Ico.U1 == 0); in isZeroU()
1157 case Ico_U8: return toBool( e->Iex.Const.con->Ico.U8 == 0); in isZeroU()
[all …]
Dir_defs.c75 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 …]
Dhost_s390_isel.c304 ULong value = arg2->Iex.Const.con->Ico.U64; in s390_isel_amode_wrk()
411 case Ico_U1: value = expr->Iex.Const.con->Ico.U1; break; in s390_expr_is_const_zero()
412 case Ico_U8: value = expr->Iex.Const.con->Ico.U8; break; in s390_expr_is_const_zero()
413 case Ico_U16: value = expr->Iex.Const.con->Ico.U16; break; in s390_expr_is_const_zero()
414 case Ico_U32: value = expr->Iex.Const.con->Ico.U32; break; in s390_expr_is_const_zero()
415 case Ico_U64: value = expr->Iex.Const.con->Ico.U64; break; in s390_expr_is_const_zero()
508 && guard->Iex.Const.con->Ico.U1 == True) { in doHelperCall()
540 IRRoundingMode mode = rounding_expr->Iex.Const.con->Ico.U32; in decode_rounding_mode()
1369 case Ico_U64: value = con->Ico.U64; break; in s390_isel_int_expr_wrk()
1370 case Ico_U32: value = con->Ico.U32; break; in s390_isel_int_expr_wrk()
[all …]
Dhost_amd64_isel.c290 && e->Iex.Const.con->Ico.U64 == 0ULL; in isZeroU64()
297 && e->Iex.Const.con->Ico.U32 == 0; in isZeroU32()
364 if (fitsIn32Bits(e->Iex.Const.con->Ico.U64)) { in iselIntExpr_single_instruction()
367 AMD64RMI_Imm(toUInt(e->Iex.Const.con->Ico.U64)), in iselIntExpr_single_instruction()
371 return AMD64Instr_Imm64(e->Iex.Const.con->Ico.U64, dst); in iselIntExpr_single_instruction()
495 && guard->Iex.Const.con->Ico.U1 == True) { in doHelperCall()
570 && guard->Iex.Const.con->Ico.U1 == True) { in doHelperCall()
965 nshift = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselIntExpr_R_wrk()
1690 addInstr(env, AMD64Instr_Imm64(e->Iex.Const.con->Ico.U64, r)); in iselIntExpr_R_wrk()
1812 && imm8->Iex.Const.con->Ico.U8 < 4 in iselIntExpr_AMode_wrk()
[all …]
Dhost_mips_isel.c410 && guard->Iex.Const.con->Ico.U1 == True) { in doHelperCall()
493 && guard->Iex.Const.con->Ico.U1 == True) { in doHelperCall()
586 && uInt_fits_in_16_bits(e->Iex.Binop.arg2->Iex.Const.con-> Ico.U32)) { in iselWordExpr_AMode_wrk()
587 return MIPSAMode_IR((Int) e->Iex.Binop.arg2->Iex.Const.con->Ico.U32, in iselWordExpr_AMode_wrk()
1452 l = (Long) con->Ico.U64; in iselWordExpr_R_wrk()
1455 l = (Long) (Int) con->Ico.U32; in iselWordExpr_R_wrk()
1458 l = (Long) (Int) (Short) con->Ico.U16; in iselWordExpr_R_wrk()
1461 l = (Long) (Int) (Char) con->Ico.U8; in iselWordExpr_R_wrk()
1545 u = con->Ico.U64; in iselWordExpr_RH_wrk()
1548 u = 0xFFFFFFFF & con->Ico.U32; in iselWordExpr_RH_wrk()
[all …]
Dhost_ppc_isel.c773 && guard->Iex.Const.con->Ico.U1 == True) { in doHelperCall()
882 && guard->Iex.Const.con->Ico.U1 == True) { in doHelperCall()
2123 l = (Long) con->Ico.U64; break; in iselWordExpr_R_wrk()
2124 case Ico_U32: l = (Long)(Int) con->Ico.U32; break; in iselWordExpr_R_wrk()
2125 case Ico_U16: l = (Long)(Int)(Short)con->Ico.U16; break; in iselWordExpr_R_wrk()
2126 case Ico_U8: l = (Long)(Int)(Char )con->Ico.U8; break; in iselWordExpr_R_wrk()
2253 ->Iex.Const.con->Ico.U64) in iselWordExpr_AMode_wrk()
2256 ->Iex.Const.con->Ico.U64)) { in iselWordExpr_AMode_wrk()
2257 return PPCAMode_IR( (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U64, in iselWordExpr_AMode_wrk()
2279 ->Iex.Const.con->Ico.U32)) { in iselWordExpr_AMode_wrk()
[all …]
Dhost_x86_isel.c110 && e->Iex.Const.con->Ico.U8 == 0; in isZeroU8()
117 && e->Iex.Const.con->Ico.U32 == 0; in isZeroU32()
124 && e->Iex.Const.con->Ico.U64 == 0ULL; in isZeroU64()
578 && guard->Iex.Const.con->Ico.U1 == True) { in doHelperCall()
923 nshift = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselIntExpr_R_wrk()
1453 ->Iex.Binop.arg2->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselIntExpr_AMode_wrk()
1454 UInt imm32 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U32; in iselIntExpr_AMode_wrk()
1470 UInt shift = e->Iex.Binop.arg2->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselIntExpr_AMode_wrk()
1484 return X86AMode_IR(e->Iex.Binop.arg2->Iex.Const.con->Ico.U32, r1); in iselIntExpr_AMode_wrk()
1530 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_RMI_wrk()
[all …]
Dhost_arm_isel.c463 && guard->Iex.Const.con->Ico.U1 == True) { in doHelperCall()
574 && guard->Iex.Const.con->Ico.U1 == True) { in doHelperCall()
691 Int simm = (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32; in iselIntExpr_AMode1_wrk()
757 Int simm = (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32; in iselIntExpr_AMode2_wrk()
809 Int simm = (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32; in iselIntExpr_AModeV_wrk()
884 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_RI84_wrk()
885 case Ico_U16: u = 0xFFFF & (e->Iex.Const.con->Ico.U16); break; in iselIntExpr_RI84_wrk()
886 case Ico_U8: u = 0xFF & (e->Iex.Const.con->Ico.U8); break; in iselIntExpr_RI84_wrk()
938 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_RI5_wrk()
939 case Ico_U16: u = 0xFFFF & (e->Iex.Const.con->Ico.U16); break; in iselIntExpr_RI5_wrk()
[all …]
Dguest_s390_helpers.c1237 cond = cond_expr->Iex.Const.con->Ico.U64; in guest_s390x_spechelper()
1238 cc_op = cc_op_expr->Iex.Const.con->Ico.U64; in guest_s390x_spechelper()
1398 mask = cc_dep2->Iex.Const.con->Ico.U64; in guest_s390x_spechelper()
1472 mask16 = cc_dep2->Iex.Const.con->Ico.U64; in guest_s390x_spechelper()
1514 mask16 = cc_dep2->Iex.Const.con->Ico.U64; in guest_s390x_spechelper()
Dguest_arm_helpers.c550 && e->Iex.Const.con->Ico.U32 == n ); in isU32()
Dguest_x86_helpers.c772 && e->Iex.Const.con->Ico.U32 == n ); in isU32()
Dguest_amd64_helpers.c869 && e->Iex.Const.con->Ico.U64 == n ); in isU64()
/external/valgrind/main/coregrind/m_gdbserver/
Dm_gdbserver.c1121 sb_in->next->Iex.Const.con->Ico.U64 in VG_()
1122 : sb_in->next->Iex.Const.con->Ico.U32); in VG_()
1156 st->Ist.Exit.dst->Ico.U64 : in VG_()
1157 st->Ist.Exit.dst->Ico.U32); in VG_()
/external/valgrind/main/lackey/
Dlk_main.c848 dst = (sizeof(Addr) == 4) ? st->Ist.Exit.dst->Ico.U32 : in lk_instrument()
849 st->Ist.Exit.dst->Ico.U64; in lk_instrument()
/external/valgrind/main/VEX/
Dtest_main.c2512 case Ico_U8: n = (ULong)con->Ico.U8; break; in isBogusAtom()
2513 case Ico_U16: n = (ULong)con->Ico.U16; break; in isBogusAtom()
2514 case Ico_U32: n = (ULong)con->Ico.U32; break; in isBogusAtom()
2515 case Ico_U64: n = (ULong)con->Ico.U64; break; in isBogusAtom()
/external/valgrind/main/coregrind/
Dm_translate.c300 (sizeof_SP==4 ? (Long)(Int)(con->Ico.U32) \ in vg_SP_update_pass()
301 : (Long)(con->Ico.U64)) in vg_SP_update_pass()
/external/valgrind/main/cachegrind/
Dcg_main.c1150 sea = (Addr64)(UInt)dst->Ico.U32; in cg_instrument()
1154 sea = dst->Ico.U64; in cg_instrument()
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h301 } Ico; member
/external/valgrind/main/callgrind/
Dmain.c799 addr = con->Ico.U32; in IRConst2Addr()
803 addr = con->Ico.U64; in IRConst2Addr()
/external/valgrind/main/memcheck/
Dmc_translate.c974 && e->Iex.Const.con->Ico.U32 == 0 ); in isZeroU32()
982 && e->Iex.Const.con->Ico.U64 == 0 ); in isZeroU64()
5175 case Ico_U8: n = (ULong)con->Ico.U8; break; in isBogusAtom()
5176 case Ico_U16: n = (ULong)con->Ico.U16; break; in isBogusAtom()
5177 case Ico_U32: n = (ULong)con->Ico.U32; break; in isBogusAtom()
5178 case Ico_U64: n = (ULong)con->Ico.U64; break; in isBogusAtom()