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 825 am->Mam.IR.base = base;
826 am->Mam.IR.index = idx;
835 am->Mam.RR.base = base;
836 am->Mam.RR.index = idx;
846 ret = MIPSAMode_IR(am->Mam.IR.index, am->Mam.IR.base);
849 ret = MIPSAMode_RR(am->Mam.RR.index, am->Mam.RR.base);
863 ret = MIPSAMode_IR(am->Mam.IR.index + 8, am->Mam.IR.base)
    [all...]
host_mips_isel.c 553 return toBool(hregClass(am->Mam.IR.base) == HRcGPR(mode64) &&
554 hregIsVirtual(am->Mam.IR.base) &&
555 uInt_fits_in_16_bits(am->Mam.IR.index));
557 return toBool(hregClass(am->Mam.RR.base) == HRcGPR(mode64) &&
558 hregIsVirtual(am->Mam.RR.base) &&
559 hregClass(am->Mam.RR.index) == HRcGPR(mode64) &&
560 hregIsVirtual(am->Mam.IR.index));
    [all...]
host_mips_defs.h 198 } Mam;

Completed in 521 milliseconds