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

/external/qemu/
H A Dgdbstub.c503 static const int gpr_map[16] = { variable
508 static const int gpr_map[8] = {0, 1, 2, 3, 4, 5, 6, 7}; variable
516 GET_REGL(env->regs[gpr_map[n]]);
565 env->regs[gpr_map[i]] = ldtul_p(mem_buf);

Completed in 63 milliseconds