Lines Matching refs:Ico
315 ULong value = arg2->Iex.Const.con->Ico.U64; in s390_isel_amode_wrk()
452 case Ico_U1: value = expr->Iex.Const.con->Ico.U1; break; in s390_expr_is_const_zero()
453 case Ico_U8: value = expr->Iex.Const.con->Ico.U8; break; in s390_expr_is_const_zero()
454 case Ico_U16: value = expr->Iex.Const.con->Ico.U16; break; in s390_expr_is_const_zero()
455 case Ico_U32: value = expr->Iex.Const.con->Ico.U32; break; in s390_expr_is_const_zero()
456 case Ico_U64: value = expr->Iex.Const.con->Ico.U64; break; in s390_expr_is_const_zero()
474 case Ico_U1: value = con->Ico.U1; return ((Long)(value << 63) >> 63); in get_const_value_as_ulong()
475 case Ico_U8: value = con->Ico.U8; return ((Long)(value << 56) >> 56); in get_const_value_as_ulong()
476 case Ico_U16: value = con->Ico.U16; return ((Long)(value << 48) >> 48); in get_const_value_as_ulong()
477 case Ico_U32: value = con->Ico.U32; return ((Long)(value << 32) >> 32); in get_const_value_as_ulong()
478 case Ico_U64: return con->Ico.U64; in get_const_value_as_ulong()
597 && guard->Iex.Const.con->Ico.U1 == True) { in doHelperCall()
700 IRRoundingMode mode = irrm->Iex.Const.con->Ico.U32; in get_bfp_rounding_mode()
810 IRRoundingMode mode = irrm->Iex.Const.con->Ico.U32; in get_dfp_rounding_mode()
1846 case Ico_U64: value = con->Ico.U64; break; in s390_isel_int_expr_wrk()
1847 case Ico_U32: value = con->Ico.U32; break; in s390_isel_int_expr_wrk()
1848 case Ico_U16: value = con->Ico.U16; break; in s390_isel_int_expr_wrk()
1849 case Ico_U8: value = con->Ico.U8; break; in s390_isel_int_expr_wrk()
1925 case Ico_U1: value = expr->Iex.Const.con->Ico.U1; break; in s390_isel_int_expr_RMI()
1926 case Ico_U8: value = expr->Iex.Const.con->Ico.U8; break; in s390_isel_int_expr_RMI()
1927 case Ico_U16: value = expr->Iex.Const.con->Ico.U16; break; in s390_isel_int_expr_RMI()
1928 case Ico_U32: value = expr->Iex.Const.con->Ico.U32; break; in s390_isel_int_expr_RMI()
1929 case Ico_U64: value = expr->Iex.Const.con->Ico.U64; break; in s390_isel_int_expr_RMI()
2328 case Ico_F32i: value = con->Ico.F32i; break; in s390_isel_float_expr_wrk()
2329 case Ico_F64i: value = con->Ico.F64i; break; in s390_isel_float_expr_wrk()
3309 vassert(cond->Iex.Const.con->Ico.U1 == True in s390_isel_cc()
3310 || cond->Iex.Const.con->Ico.U1 == False); in s390_isel_cc()
3312 return cond->Iex.Const.con->Ico.U1 == True ? S390_CC_ALWAYS : S390_CC_NEVER; in s390_isel_cc()
3617 new_value = stmt->Ist.Put.data->Iex.Const.con->Ico.U64; in s390_isel_stmt()
3932 = ((Addr64)stmt->Ist.Exit.dst->Ico.U64) > env->max_ga; in s390_isel_stmt()
3934 addInstr(env, s390_insn_xdirect(cond, stmt->Ist.Exit.dst->Ico.U64, in s390_isel_stmt()
4028 = ((Addr64)cdst->Ico.U64) > env->max_ga; in iselNext()
4030 addInstr(env, s390_insn_xdirect(S390_CC_ALWAYS, cdst->Ico.U64, in iselNext()