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

  /external/valgrind/main/VEX/priv/
host_mips_defs.h 35 #define MIPS_N_REGPARMS 4
host_mips_isel.c 368 HReg argregs[MIPS_N_REGPARMS];
369 HReg tmpregs[MIPS_N_REGPARMS];
391 if (MIPS_N_REGPARMS < n_args + (passBBP ? 1 : 0)) {
445 vassert(argreg < MIPS_N_REGPARMS);
474 vassert(argreg < MIPS_N_REGPARMS);
    [all...]

Completed in 121 milliseconds