Searched defs:OpStore (Results 1 - 1 of 1) sorted by relevance
/external/valgrind/lackey/ |
H A D | lk_main.c | 301 typedef enum { OpLoad=0, OpStore=1, OpAlu=2 } Op; enumerator in enum:__anon20575 394 detailCounts[OpStore][typeIx], 813 instrument_detail( sbOut, OpStore, type, NULL/*guard*/ ); 829 instrument_detail( sbOut, OpStore, type, sg->guard ); 897 instrument_detail( sbOut, OpStore, dataTy, NULL/*guard*/ ); 899 instrument_detail( sbOut, OpStore, dataTy, NULL/*guard*/ ); 925 instrument_detail( sbOut, OpStore, dataTy, NULL/*guard*/ );
|
Completed in 42 milliseconds