Searched refs:TRCCONFIGR_COND_S (Results 1 – 1 of 1) sorted by relevance
51 #define TRCCONFIGR_COND_S 8 /* Conditional instruction tracing bit. */ macro52 #define TRCCONFIGR_COND_M (0x7 << TRCCONFIGR_COND_S)54 #define TRCCONFIGR_COND_LDR (1 << TRCCONFIGR_COND_S) /* Conditional load instructions are traced. …55 #define TRCCONFIGR_COND_STR (2 << TRCCONFIGR_COND_S) /* Conditional store instructions are traced.…56 #define TRCCONFIGR_COND_LDRSTR (3 << TRCCONFIGR_COND_S) /* Conditional load and store instructions…57 #define TRCCONFIGR_COND_ALL (7 << TRCCONFIGR_COND_S) /* All conditional instructions are traced. */