Home
last modified time | relevance | path

Searched refs:howPP (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
Dreadexidx.c638 void maybeFindExprForRegno( /*OUT*/UChar** howPP, /*OUT*/Int** offPP, in maybeFindExprForRegno() argument
642 case 15: *howPP = &cfsi_m->ra_how; *offPP = &cfsi_m->ra_off; return; in maybeFindExprForRegno()
643 case 14: *howPP = &cfsi_m->r14_how; *offPP = &cfsi_m->r14_off; return; in maybeFindExprForRegno()
644 case 13: *howPP = &cfsi_m->r13_how; *offPP = &cfsi_m->r13_off; return; in maybeFindExprForRegno()
645 case 12: *howPP = &cfsi_m->r12_how; *offPP = &cfsi_m->r12_off; return; in maybeFindExprForRegno()
646 case 11: *howPP = &cfsi_m->r11_how; *offPP = &cfsi_m->r11_off; return; in maybeFindExprForRegno()
647 case 7: *howPP = &cfsi_m->r7_how; *offPP = &cfsi_m->r7_off; return; in maybeFindExprForRegno()
650 *howPP = NULL; *offPP = NULL; in maybeFindExprForRegno()