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

  /external/valgrind/main/VEX/priv/
host_ppc_defs.c 316 am->Pam.IR.base = base;
317 am->Pam.IR.index = idx;
323 am->Pam.RR.base = base;
324 am->Pam.RR.index = idx;
331 return PPCAMode_IR( am->Pam.IR.index, am->Pam.IR.base );
333 return PPCAMode_RR( am->Pam.RR.index, am->Pam.RR.base );
342 if (am->Pam.IR.index == 0)
345 vex_printf("%d(", (Int)am->Pam.IR.index)
    [all...]
host_ppc_isel.c 527 && am4->Pam.IR.index + 4 <= 32767) {
528 am4->Pam.IR.index += 4;
    [all...]
host_ppc_defs.h 216 } Pam;