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

  /src/external/gpl3/gdb.old/dist/gdb/
xtensa-tdep.c 925 #define C0_CONST -1 /* fr_reg value if register contains a constant. */
926 #define C0_INEXP -2 /* fr_reg value if inexpressible as reg + offset. */
933 int fr_reg; /* original register from which register content member in struct:xtensa_c0reg
1003 cache->c0.c0_rt[i].fr_reg = i;
2187 dst[odv[0]].fr_reg = src[odv[1]].fr_reg;
2193 if (src[odv[1]].fr_reg == C0_CONST)
2195 dst[odv[0]].fr_reg = src[odv[2]].fr_reg;
2198 else if (src[odv[2]].fr_reg == C0_CONST
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
xtensa-tdep.c 925 #define C0_CONST -1 /* fr_reg value if register contains a constant. */
926 #define C0_INEXP -2 /* fr_reg value if inexpressible as reg + offset. */
933 int fr_reg; /* original register from which register content member in struct:xtensa_c0reg
1003 cache->c0.c0_rt[i].fr_reg = i;
2186 dst[odv[0]].fr_reg = src[odv[1]].fr_reg;
2192 if (src[odv[1]].fr_reg == C0_CONST)
2194 dst[odv[0]].fr_reg = src[odv[2]].fr_reg;
2197 else if (src[odv[2]].fr_reg == C0_CONST
    [all...]

Completed in 18 milliseconds