Home | History | Annotate | Download | only in h8300

Lines Matching defs:GET_MEMORY_L

1075 #define GET_MEMORY_L(X) \
1161 *val = GET_MEMORY_L ((t * 4 + abs) & h8_get_mask (cpu));
1205 r = GET_MEMORY_L (t & h8_get_mask (cpu));
1230 r = GET_MEMORY_L (t & h8_get_mask (cpu));
1255 *val = GET_MEMORY_L (t);
1276 *val = GET_MEMORY_L (t);
1294 *val =GET_MEMORY_L (t);
1298 t = GET_MEMORY_L (abs);
2144 rd = GET_MEMORY_L (GET_L_REG (5));
2735 mode = GET_MEMORY_L (h8_get_reg (cpu, SP_REGNUM) + 4);
3392 h8_set_exr (cpu, GET_MEMORY_L (tmp));
3397 h8_set_ccr (cpu, GET_MEMORY_L (tmp));
3399 pc = GET_MEMORY_L (tmp);
3420 pc = GET_MEMORY_L (tmp);
3495 pc = GET_MEMORY_L (0x10 + res * 2); /* Vector addresses are 0x10,0x12,0x14 and 0x16 */
3497 pc = GET_MEMORY_L (0x20 + res * 4);
4106 h8_set_reg (cpu, i, GET_MEMORY_L (h8_get_reg (cpu, SP_REGNUM)));