db_sparc_regop
static int db_sparc_regop(const struct db_variable *, db_expr_t *, int);
{ "psr", dbreg(psr), db_sparc_regop, NULL, },
{ "pc", dbreg(pc), db_sparc_regop, NULL, },
{ "npc", dbreg(npc), db_sparc_regop, NULL, },
{ "y", dbreg(y), db_sparc_regop, NULL, },
{ "wim", dbreg(global[0]), db_sparc_regop, NULL, }, /* see reg.h */
{ "g1", dbreg(global[1]), db_sparc_regop, NULL, },
{ "g2", dbreg(global[2]), db_sparc_regop, NULL, },
{ "g3", dbreg(global[3]), db_sparc_regop, NULL, },
{ "g4", dbreg(global[4]), db_sparc_regop, NULL, },
{ "g5", dbreg(global[5]), db_sparc_regop, NULL, },
{ "g6", dbreg(global[6]), db_sparc_regop, NULL, },
{ "g7", dbreg(global[7]), db_sparc_regop, NULL, },
{ "o0", dbreg(out[0]), db_sparc_regop, NULL, },
{ "o1", dbreg(out[1]), db_sparc_regop, NULL, },
{ "o2", dbreg(out[2]), db_sparc_regop, NULL, },
{ "o3", dbreg(out[3]), db_sparc_regop, NULL, },
{ "o4", dbreg(out[4]), db_sparc_regop, NULL, },
{ "o5", dbreg(out[5]), db_sparc_regop, NULL, },
{ "o6", dbreg(out[6]), db_sparc_regop, NULL, },
{ "o7", dbreg(out[7]), db_sparc_regop, NULL, },
{ "l0", dbregfr(local[0]), db_sparc_regop, NULL, },
{ "l1", dbregfr(local[1]), db_sparc_regop, NULL, },
{ "l2", dbregfr(local[2]), db_sparc_regop, NULL, },
{ "l3", dbregfr(local[3]), db_sparc_regop, NULL, },
{ "l4", dbregfr(local[4]), db_sparc_regop, NULL, },
{ "l5", dbregfr(local[5]), db_sparc_regop, NULL, },
{ "l6", dbregfr(local[6]), db_sparc_regop, NULL, },
{ "l7", dbregfr(local[7]), db_sparc_regop, NULL, },
{ "i0", dbregfr(arg[0]), db_sparc_regop, NULL, },
{ "i1", dbregfr(arg[1]), db_sparc_regop, NULL, },
{ "i2", dbregfr(arg[2]), db_sparc_regop, NULL, },
{ "i3", dbregfr(arg[3]), db_sparc_regop, NULL, },
{ "i4", dbregfr(arg[4]), db_sparc_regop, NULL, },
{ "i5", dbregfr(arg[5]), db_sparc_regop, NULL, },
{ "i6", dbregfr(fp), db_sparc_regop, NULL, },
{ "i7", dbregfr(pc), db_sparc_regop, NULL, },
{ "tstate", dbreg(tstate), db_sparc_regop, 0 },
{ "pc", dbreg(pc), db_sparc_regop, 0 },
{ "npc", dbreg(npc), db_sparc_regop, 0 },
{ "g1", dbreg(global[1]), db_sparc_regop, 0 },
{ "g2", dbreg(global[2]), db_sparc_regop, 0 },
{ "g3", dbreg(global[3]), db_sparc_regop, 0 },
{ "g4", dbreg(global[4]), db_sparc_regop, 0 },
{ "g5", dbreg(global[5]), db_sparc_regop, 0 },
{ "g6", dbreg(global[6]), db_sparc_regop, 0 },
{ "g7", dbreg(global[7]), db_sparc_regop, 0 },
{ "o0", dbreg(out[0]), db_sparc_regop, 0 },
{ "o1", dbreg(out[1]), db_sparc_regop, 0 },
{ "o2", dbreg(out[2]), db_sparc_regop, 0 },
{ "o3", dbreg(out[3]), db_sparc_regop, 0 },
{ "o4", dbreg(out[4]), db_sparc_regop, 0 },
{ "o5", dbreg(out[5]), db_sparc_regop, 0 },
{ "o6", dbreg(out[6]), db_sparc_regop, 0 },
{ "o7", dbreg(out[7]), db_sparc_regop, 0 },
{ "l0", dbregfr(local[0]), db_sparc_regop, 0 },
{ "l1", dbregfr(local[1]), db_sparc_regop, 0 },
{ "l2", dbregfr(local[2]), db_sparc_regop, 0 },
{ "l3", dbregfr(local[3]), db_sparc_regop, 0 },
{ "l4", dbregfr(local[4]), db_sparc_regop, 0 },
{ "l5", dbregfr(local[5]), db_sparc_regop, 0 },
{ "l6", dbregfr(local[6]), db_sparc_regop, 0 },
{ "l7", dbregfr(local[7]), db_sparc_regop, 0 },
{ "i0", dbregfr(arg[0]), db_sparc_regop, 0 },
{ "i1", dbregfr(arg[1]), db_sparc_regop, 0 },
{ "i2", dbregfr(arg[2]), db_sparc_regop, 0 },
{ "i3", dbregfr(arg[3]), db_sparc_regop, 0 },
{ "i4", dbregfr(arg[4]), db_sparc_regop, 0 },
{ "i5", dbregfr(arg[5]), db_sparc_regop, 0 },
{ "i6", dbregfr(fp), db_sparc_regop, 0 },
{ "i7", dbregfr(pc), db_sparc_regop, 0 },
{ "f0", dbregfp(regs[0]), db_sparc_regop, 0 },
{ "f2", dbregfp(regs[2]), db_sparc_regop, 0 },
{ "f4", dbregfp(regs[4]), db_sparc_regop, 0 },
{ "f6", dbregfp(regs[6]), db_sparc_regop, 0 },
{ "f8", dbregfp(regs[8]), db_sparc_regop, 0 },
{ "f10", dbregfp(regs[10]), db_sparc_regop, 0 },
{ "f12", dbregfp(regs[12]), db_sparc_regop, 0 },
{ "f14", dbregfp(regs[14]), db_sparc_regop, 0 },
{ "f16", dbregfp(regs[16]), db_sparc_regop, 0 },
{ "f18", dbregfp(regs[18]), db_sparc_regop, 0 },
{ "f20", dbregfp(regs[20]), db_sparc_regop, 0 },
{ "f22", dbregfp(regs[22]), db_sparc_regop, 0 },
{ "f24", dbregfp(regs[24]), db_sparc_regop, 0 },
{ "f26", dbregfp(regs[26]), db_sparc_regop, 0 },
{ "f28", dbregfp(regs[28]), db_sparc_regop, 0 },
{ "f30", dbregfp(regs[30]), db_sparc_regop, 0 },
{ "f32", dbregfp(regs[32]), db_sparc_regop, 0 },
{ "f34", dbregfp(regs[34]), db_sparc_regop, 0 },
{ "f36", dbregfp(regs[36]), db_sparc_regop, 0 },
{ "f38", dbregfp(regs[38]), db_sparc_regop, 0 },
{ "f40", dbregfp(regs[40]), db_sparc_regop, 0 },
{ "f42", dbregfp(regs[42]), db_sparc_regop, 0 },
{ "f44", dbregfp(regs[44]), db_sparc_regop, 0 },
{ "f46", dbregfp(regs[46]), db_sparc_regop, 0 },
{ "f48", dbregfp(regs[48]), db_sparc_regop, 0 },
{ "f50", dbregfp(regs[50]), db_sparc_regop, 0 },
{ "f52", dbregfp(regs[52]), db_sparc_regop, 0 },
{ "f54", dbregfp(regs[54]), db_sparc_regop, 0 },
{ "f56", dbregfp(regs[56]), db_sparc_regop, 0 },
{ "f58", dbregfp(regs[58]), db_sparc_regop, 0 },
{ "f60", dbregfp(regs[60]), db_sparc_regop, 0 },
{ "f62", dbregfp(regs[62]), db_sparc_regop, 0 },
{ "fsr", dbregfp(fsr), db_sparc_regop, 0 },