Add 128 bit transfers to sim core.

This commit is contained in:
Andrew Cagney
1997-10-27 03:00:12 +00:00
parent 635ae9cb7c
commit f45dd42b32
7 changed files with 180 additions and 66 deletions

View File

@@ -760,7 +760,7 @@ sim_core_xor_write_buffer (SIM_DESC sd,
/* define the read/write 1/2/4/8/word functions */
/* define the read/write 1/2/4/8/16/word functions */
#define N 1
#include "sim-n-core.h"
@@ -778,6 +778,10 @@ sim_core_xor_write_buffer (SIM_DESC sd,
#include "sim-n-core.h"
#undef N
#define N 16
#include "sim-n-core.h"
#undef N
#define N word
#include "sim-n-core.h"
#undef N