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

  /external/valgrind/VEX/priv/
host_tilegx_isel.c 47 #define HRcGPR() HRcInt64
137 HReg reg = mkHReg(True /*virtual R*/, HRcGPR(), 0, env->vreg_ctr);
383 return toBool(hregClass(am->GXam.IR.base) == HRcGPR() &&
445 vassert(hregClass(r) == HRcGPR());
    [all...]
host_mips_isel.c 59 #define HRcGPR(_mode64) ((_mode64) ? HRcInt64 : HRcInt32)
172 HRcGPR(env->mode64), 0/*enc*/, env->vreg_ctr);
692 return toBool(hregClass(am->Mam.IR.base) == HRcGPR(mode64) &&
696 return toBool(hregClass(am->Mam.RR.base) == HRcGPR(mode64) &&
698 hregClass(am->Mam.RR.index) == HRcGPR(mode64) &&
788 vassert(hregClass(r) == HRcGPR(env->mode64));
    [all...]
host_ppc_isel.c 48 #define HRcGPR(_mode64) ((_mode64) ? HRcInt64 : HRcInt32)
345 = mkHReg(True/*vreg*/, HRcGPR(env->mode64), 0/*enc*/, env->vreg_ctr);
    [all...]

Completed in 65 milliseconds