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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/h8300/
H A Dcompile.c4665 int shortval; local
4668 shortval = (value[0] << 8) | (value[1]);
4669 intval = h8300hmode ? longval : shortval;
4676 h8_set_pc (sd, shortval); /* PC for Normal mode is 2 bytes */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/h8300/
H A Dcompile.c4665 int shortval; local
4668 shortval = (value[0] << 8) | (value[1]);
4669 intval = h8300hmode ? longval : shortval;
4676 h8_set_pc (sd, shortval); /* PC for Normal mode is 2 bytes */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/h8300/
H A Dcompile.c4665 int shortval; local
4668 shortval = (value[0] << 8) | (value[1]);
4669 intval = h8300hmode ? longval : shortval;
4676 h8_set_pc (sd, shortval); /* PC for Normal mode is 2 bytes */

Completed in 166 milliseconds