Lines Matching refs:aux
31 access_regs(const char *regset, const char *aux)
81 if (strcmp(aux, "none") == 0) {
83 } else if (strcmp(aux, "pc") == 0) {
86 } else if (strstr(aux, "set_pc") != NULL) {
89 if (strstr(aux, "0x1") != NULL) {
91 } else if (strstr(aux, "0x3") != NULL) {
93 } else if (strstr(aux, "0x7") != NULL) {
98 if (strcmp(aux, "set_pc") != 0) {
102 } else if (strcmp(aux, "sp") == 0) {
105 } else if (strcmp(aux, "intrv") == 0) {
108 } else if (strcmp(aux, "setregs") == 0) {
121 if (strcmp(aux, "getfpregs") == 0) {
123 } else if (strcmp(aux, "setfpregs") == 0) {
135 if (strstr(aux, "unaligned") != NULL) {
161 #define ACCESS_REGS(test, regset, aux) \
166 "Verify " regset " with auxiliary operation: " aux); \
172 access_regs(regset, aux); \