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

  /external/valgrind/VEX/priv/
host_mips_defs.h 129 # define MIPS_N_REGPARMS 4
132 # define MIPS_N_REGPARMS 8
host_mips_isel.c 401 HReg argregs[MIPS_N_REGPARMS];
402 HReg tmpregs[MIPS_N_REGPARMS];
452 if (n_args > MIPS_N_REGPARMS) {
515 vassert(argreg < MIPS_N_REGPARMS);
555 vassert(argreg < MIPS_N_REGPARMS);
568 if (argreg + 1 >= MIPS_N_REGPARMS)
    [all...]

Completed in 332 milliseconds