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

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h269 Ico_F64i, /* 64-bit unsigned int to be interpreted literally enumerator in enum:__anon14004
/external/valgrind/main/VEX/priv/
H A Dir_defs.c83 case Ico_F64i: vex_printf( "F64i{0x%llx}", con->Ico.F64i); break;
1344 c->tag = Ico_F64i;
1786 case Ico_F64i: return IRConst_F64i(c->Ico.F64i);
2680 case Ico_F64i: return Ity_F64;
3581 case Ico_F64i: return toBool( c1->Ico.F64i == c2->Ico.F64i );
H A Dir_opt.c353 if (ex->Iex.Const.con->tag == Ico_F64i) {
2103 && st2->Ist.WrTmp.data->Iex.Const.con->tag != Ico_F64i) {
2739 && e->Iex.Const.con->tag == Ico_F64i) {
H A Dhost_s390_isel.c1654 case Ico_F64i: value = con->Ico.F64i; break;
H A Dhost_amd64_isel.c2950 else if (e->Iex.Const.con->tag == Ico_F64i) {
H A Dhost_ppc_isel.c3177 else if (e->Iex.Const.con->tag == Ico_F64i) {
H A Dhost_x86_isel.c2901 else if (e->Iex.Const.con->tag == Ico_F64i) {
H A Dhost_arm_isel.c5312 if (con->tag == Ico_F64i && con->Ico.F64i == 0ULL) {
/external/valgrind/main/memcheck/
H A Dmc_translate.c4758 case Ico_F64i: return False;

Completed in 107 milliseconds