Searched refs:Ico_F64i (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h273 Ico_F64i, /* 64-bit unsigned int to be interpreted literally enumerator in enum:__anon27013
/external/valgrind/main/VEX/priv/
H A Dir_defs.c87 case Ico_F64i: vex_printf( "F64i{0x%llx}", con->Ico.F64i); break;
1438 c->tag = Ico_F64i;
1904 case Ico_F64i: return IRConst_F64i(c->Ico.F64i);
2932 case Ico_F64i: return Ity_F64;
3877 case Ico_F64i: return toBool( c1->Ico.F64i == c2->Ico.F64i );
H A Dir_opt.c369 if (ex->Iex.Const.con->tag == Ico_F64i) {
2234 && rhs->Iex.Const.con->tag != Ico_F64i)
2546 && st2->Ist.WrTmp.data->Iex.Const.con->tag != Ico_F64i) continue;
3299 && e->Iex.Const.con->tag == Ico_F64i) {
H A Dhost_s390_isel.c1773 case Ico_F64i: value = con->Ico.F64i; break;
H A Dhost_amd64_isel.c2526 else if (e->Iex.Const.con->tag == Ico_F64i) {
H A Dhost_x86_isel.c2919 else if (e->Iex.Const.con->tag == Ico_F64i) {
H A Dhost_ppc_isel.c3534 else if (e->Iex.Const.con->tag == Ico_F64i) {
H A Dhost_arm_isel.c5348 if (con->tag == Ico_F64i && con->Ico.F64i == 0ULL) {
/external/valgrind/main/memcheck/
H A Dmc_translate.c5181 case Ico_F64i: return False;

Completed in 122 milliseconds