Searched refs:GET_REGA (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dgdbstub.c731 #define GET_REGA(val) GET_REG32(val) macro
733 #define GET_REGA(val) GET_REGL(val) macro
740 GET_REGA(env->gregs[n]);
744 GET_REGA(env->regwptr[n - 8]);
753 case 64: GET_REGA(env->y);
754 case 65: GET_REGA(GET_PSR(env));
755 case 66: GET_REGA(env->wim);
756 case 67: GET_REGA(env->tbr);
757 case 68: GET_REGA(env->pc);
758 case 69: GET_REGA(en
[all...]

Completed in 726 milliseconds