Searched defs:instrument_detail (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/lackey/
H A Dlk_main.c367 static void instrument_detail(IRSB* sb, Op op, IRType type, IRAtom* guard) function
788 instrument_detail( sbOut, OpLoad, type, NULL/*guard*/ );
795 instrument_detail( sbOut, OpAlu, type, NULL/*guard*/ );
813 instrument_detail( sbOut, OpStore, type, NULL/*guard*/ );
829 instrument_detail( sbOut, OpStore, type, sg->guard );
846 instrument_detail( sbOut, OpLoad, type, lg->guard );
894 instrument_detail( sbOut, OpLoad, dataTy, NULL/*guard*/ );
896 instrument_detail( sbOut, OpLoad, dataTy, NULL/*guard*/ );
897 instrument_detail( sbOut, OpStore, dataTy, NULL/*guard*/ );
899 instrument_detail( sbOu
[all...]

Completed in 479 milliseconds