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