HomeSort by relevance Sort by last modified time
    Searched refs:Ity_I128 (Results 1 - 15 of 15) sorted by null

  /external/valgrind/VEX/priv/
ir_inject.c 100 case Ity_I128: concat = Iop_64HLto128; type = Ity_I64; goto load128;
165 case Ity_I128: high = Iop_128HIto64; low = Iop_128to64; goto store128;
ir_defs.c 56 case Ity_I128: vex_printf( "I128"); break;
    [all...]
host_mips_isel.c 800 || (ty == Ity_I128 && mode64));
    [all...]
host_s390_isel.c 64 in 32 bit mode or Ity_I128 temps in 64-bit mode.
910 vassert(ty == Ity_I128);
    [all...]
host_ppc_isel.c 236 in 32 bit mode or Ity_I128 temps in 64-bit mode.
237 - vregmapMedHi is only for dealing with Ity_I128 temps in
240 - vregmapHi is also only for dealing with Ity_I128 temps
    [all...]
guest_s390_toIR.c     [all...]
host_amd64_isel.c     [all...]