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 41 #define MIPS_N_REGPARMS 4
44 #define MIPS_N_REGPARMS 8
host_mips_isel.c 400 HReg argregs[MIPS_N_REGPARMS];
401 HReg tmpregs[MIPS_N_REGPARMS];
451 if (n_args > MIPS_N_REGPARMS) {
514 vassert(argreg < MIPS_N_REGPARMS);
554 vassert(argreg < MIPS_N_REGPARMS);
567 if (argreg + 1 >= MIPS_N_REGPARMS)
    [all...]

Completed in 32 milliseconds