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

  /src/external/gpl3/gdb/dist/sim/h8300/
compile.c 1071 #define SET_W_REG(X, Y) (*(wreg[X])) = (Y)
1422 SET_W_REG (rn, n);
2118 SET_W_REG (4, ea);
2133 SET_W_REG (4, ea);
2148 SET_W_REG (4, ea);
2169 SET_W_REG (4, ea);
2265 SET_W_REG (code->dst.reg, res);
2295 SET_W_REG (code->dst.reg, res);
  /src/external/gpl3/gdb.old/dist/sim/h8300/
compile.c 1071 #define SET_W_REG(X, Y) (*(wreg[X])) = (Y)
1422 SET_W_REG (rn, n);
2118 SET_W_REG (4, ea);
2133 SET_W_REG (4, ea);
2148 SET_W_REG (4, ea);
2169 SET_W_REG (4, ea);
2265 SET_W_REG (code->dst.reg, res);
2295 SET_W_REG (code->dst.reg, res);

Completed in 19 milliseconds