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

  /external/valgrind/main/VEX/priv/
host_mips_defs.c 876 am->Mam.IR.base = base;
877 am->Mam.IR.index = idx;
886 am->Mam.RR.base = base;
887 am->Mam.RR.index = idx;
897 ret = MIPSAMode_IR(am->Mam.IR.index, am->Mam.IR.base);
900 ret = MIPSAMode_RR(am->Mam.RR.index, am->Mam.RR.base);
914 ret = MIPSAMode_IR(am->Mam.IR.index + 4, am->Mam.IR.base)
    [all...]
host_mips_isel.c 691 return toBool(hregClass(am->Mam.IR.base) == HRcGPR(mode64) &&
692 hregIsVirtual(am->Mam.IR.base) &&
693 uInt_fits_in_16_bits(am->Mam.IR.index));
695 return toBool(hregClass(am->Mam.RR.base) == HRcGPR(mode64) &&
696 hregIsVirtual(am->Mam.RR.base) &&
697 hregClass(am->Mam.RR.index) == HRcGPR(mode64) &&
698 hregIsVirtual(am->Mam.RR.index));
    [all...]
host_mips_defs.h 212 } Mam;

Completed in 281 milliseconds