Lines Matching full:u16
77 case Ico_U16: vex_printf( "0x%x:I16", (UInt)(con->Ico.U16)); break;1393 IRConst* IRConst_U16 ( UShort u16 )1397 c->Ico.U16 = u16;1898 case Ico_U16: return IRConst_U16(c->Ico.U16);3871 case Ico_U16: return toBool( c1->Ico.U16 == c2->Ico.U16 );