HomeSort by: relevance | last modified time | path
    Searched defs:regx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
mips-tdep.c 2155 unsigned int regx; /* Function in i8 type. */ member in struct:upk_mips16
2202 int regx; local
2220 regx = -1;
2241 regx = (inst >> 8) & 0x07; /* i8 funct */
2255 regx = -1;
2263 upk->regx = regx;
2309 reg = regcache_raw_get_signed (regcache, mips_reg3_to_reg[upk.regx]);
2321 reg = regcache_raw_get_signed (regcache, mips_reg3_to_reg[upk.regx]);
2333 /* upk.regx contains the opcode *
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
mips-tdep.c 2163 unsigned int regx; /* Function in i8 type. */ member in struct:upk_mips16
2209 int regx; local
2227 regx = -1;
2248 regx = (inst >> 8) & 0x07; /* i8 funct */
2262 regx = -1;
2270 upk->regx = regx;
2315 reg = regcache_raw_get_signed (regcache, mips_reg3_to_reg[upk.regx]);
2327 reg = regcache_raw_get_signed (regcache, mips_reg3_to_reg[upk.regx]);
2339 /* upk.regx contains the opcode *
    [all...]

Completed in 26 milliseconds