Home
last modified time | relevance | path

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

/external/valgrind/lackey/
Dlk_main.c371 const UInt typeIx = type2index(type); in instrument_detail() local
374 tl_assert(typeIx < N_TYPES); in instrument_detail()
376 argv = mkIRExprVec_1( mkIRExpr_HWord( (HWord)&detailCounts[op][typeIx] ) ); in instrument_detail()
387 Int typeIx; in print_details() local
390 for (typeIx = 0; typeIx < N_TYPES; typeIx++) { in print_details()
392 nameOfTypeIndex( typeIx ), in print_details()
393 detailCounts[OpLoad ][typeIx], in print_details()
394 detailCounts[OpStore][typeIx], in print_details()
395 detailCounts[OpAlu ][typeIx] in print_details()