Home | History | Annotate | Download | only in priv

Lines Matching refs:Ico

726           && guard->Iex.Const.con->Ico.U1 == True) {
835 && guard->Iex.Const.con->Ico.U1 == True) {
1951 l = (Long) con->Ico.U64; break;
1952 case Ico_U32: l = (Long)(Int) con->Ico.U32; break;
1953 case Ico_U16: l = (Long)(Int)(Short)con->Ico.U16; break;
1954 case Ico_U8: l = (Long)(Int)(Char )con->Ico.U8; break;
2081 ->Iex.Const.con->Ico.U64)
2084 ->Iex.Const.con->Ico.U64)) {
2085 return PPCAMode_IR( (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U64,
2107 ->Iex.Const.con->Ico.U32)) {
2108 return PPCAMode_IR( (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32,
2172 u = con->Ico.U64; break;
2173 case Ico_U32: u = 0xFFFFFFFF & con->Ico.U32; break;
2174 case Ico_U16: u = 0x0000FFFF & con->Ico.U16; break;
2175 case Ico_U8: u = 0x000000FF & con->Ico.U8; break;
2229 l = (Long) con->Ico.U64; break;
2230 case Ico_U32: l = (Long)(Int) con->Ico
2231 case Ico_U16: l = (Long)(Int)(Short)con->Ico.U16; break;
2232 case Ico_U8: l = (Long)(Int)(Char )con->Ico.U8; break;
2278 && e->Iex.Const.con->Ico.U8 >= 1
2279 && e->Iex.Const.con->Ico.U8 <= 31) {
2280 return PPCRH_Imm(False/*unsigned*/, e->Iex.Const.con->Ico.U8);
2323 && e->Iex.Const.con->Ico.U8 >= 1
2324 && e->Iex.Const.con->Ico.U8 <= 63) {
2325 return PPCRH_Imm(False/*unsigned*/, e->Iex.Const.con->Ico.U8);
2352 if (e->tag == Iex_Const && e->Iex.Const.con->Ico.U1 == True) {
2640 ULong w64 = e->Iex.Const.con->Ico.U64;
3175 u.f64 = e->Iex.Const.con->Ico.F64;
3178 u.u64 = e->Iex.Const.con->Ico.F64i;
3848 if (e->Iex.Const.con->Ico.V128 == 0x0000) {
3851 else if (e->Iex.Const.con->Ico.V128 == 0xffff) {