Searched refs:USI (Results 1 - 25 of 181) sorted by relevance

12345678

/netbsd-current/external/gpl3/gdb.old/dist/sim/or1k/
H A Dcpu.c33 USI
42 or1k32bf_h_pc_set (SIM_CPU *current_cpu, USI newval)
49 USI
58 or1k32bf_h_spr_set (SIM_CPU *current_cpu, UINT regno, USI newval)
65 USI
74 or1k32bf_h_gpr_set (SIM_CPU *current_cpu, UINT regno, USI newval)
129 USI
138 or1k32bf_h_sys_vr_set (SIM_CPU *current_cpu, USI newval)
145 USI
154 or1k32bf_h_sys_upr_set (SIM_CPU *current_cpu, USI newva
[all...]
H A Dor1k-sim.h59 void or1k_cpu_init (SIM_DESC sd, sim_cpu *current_cpu, const USI or1k_vr,
60 const USI or1k_upr, const USI or1k_cpucfgr);
65 void or1k32bf_exception (sim_cpu *current_cpu, USI pc, USI exnum);
67 void or1k32bf_nop (sim_cpu *current_cpu, USI uimm16);
68 USI or1k32bf_mfspr (sim_cpu *current_cpu, USI addr);
69 void or1k32bf_mtspr (sim_cpu *current_cpu, USI addr, USI va
[all...]
H A Darch.h31 #define UWI USI
32 #define AI USI
34 #define IAI USI
H A Dcpu.h46 USI h_pc;
56 USI h_gpr[32];
3248 USI or1k32bf_h_pc_get (SIM_CPU *);
3249 void or1k32bf_h_pc_set (SIM_CPU *, USI);
3250 USI or1k32bf_h_spr_get (SIM_CPU *, UINT);
3251 void or1k32bf_h_spr_set (SIM_CPU *, UINT, USI);
3252 USI or1k32bf_h_gpr_get (SIM_CPU *, UINT);
3253 void or1k32bf_h_gpr_set (SIM_CPU *, UINT, USI);
3260 USI or1k32bf_h_sys_vr_get (SIM_CPU *);
3261 void or1k32bf_h_sys_vr_set (SIM_CPU *, USI);
[all...]
H A Dor1k.c102 USI
103 or1k32bf_h_spr_get_raw (sim_cpu *current_cpu, USI addr)
111 or1k32bf_h_spr_set_raw (sim_cpu *current_cpu, USI addr, USI val)
118 USI
119 or1k32bf_h_spr_field_get_raw (sim_cpu *current_cpu, USI addr, int msb, int lsb)
127 or1k32bf_h_spr_field_set_raw (sim_cpu *current_cpu, USI addr, int msb, int lsb,
128 USI val)
136 or1k_cpu_init (SIM_DESC sd, sim_cpu *current_cpu, const USI or1k_vr,
137 const USI or1k_up
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/or1k/
H A Dcpu.c33 USI
42 or1k32bf_h_pc_set (SIM_CPU *current_cpu, USI newval)
49 USI
58 or1k32bf_h_spr_set (SIM_CPU *current_cpu, UINT regno, USI newval)
65 USI
74 or1k32bf_h_gpr_set (SIM_CPU *current_cpu, UINT regno, USI newval)
129 USI
138 or1k32bf_h_sys_vr_set (SIM_CPU *current_cpu, USI newval)
145 USI
154 or1k32bf_h_sys_upr_set (SIM_CPU *current_cpu, USI newva
[all...]
H A Dor1k-sim.h59 void or1k_cpu_init (SIM_DESC sd, sim_cpu *current_cpu, const USI or1k_vr,
60 const USI or1k_upr, const USI or1k_cpucfgr);
65 void or1k32bf_exception (sim_cpu *current_cpu, USI pc, USI exnum);
67 void or1k32bf_nop (sim_cpu *current_cpu, USI uimm16);
68 USI or1k32bf_mfspr (sim_cpu *current_cpu, USI addr);
69 void or1k32bf_mtspr (sim_cpu *current_cpu, USI addr, USI va
[all...]
H A Darch.h31 #define UWI USI
32 #define AI USI
34 #define IAI USI
H A Dcpu.h46 USI h_pc;
56 USI h_gpr[32];
3248 USI or1k32bf_h_pc_get (SIM_CPU *);
3249 void or1k32bf_h_pc_set (SIM_CPU *, USI);
3250 USI or1k32bf_h_spr_get (SIM_CPU *, UINT);
3251 void or1k32bf_h_spr_set (SIM_CPU *, UINT, USI);
3252 USI or1k32bf_h_gpr_get (SIM_CPU *, UINT);
3253 void or1k32bf_h_gpr_set (SIM_CPU *, UINT, USI);
3260 USI or1k32bf_h_sys_vr_get (SIM_CPU *);
3261 void or1k32bf_h_sys_vr_set (SIM_CPU *, USI);
[all...]
H A Dor1k.c103 USI
104 or1k32bf_h_spr_get_raw (sim_cpu *current_cpu, USI addr)
112 or1k32bf_h_spr_set_raw (sim_cpu *current_cpu, USI addr, USI val)
119 USI
120 or1k32bf_h_spr_field_get_raw (sim_cpu *current_cpu, USI addr, int msb, int lsb)
128 or1k32bf_h_spr_field_set_raw (sim_cpu *current_cpu, USI addr, int msb, int lsb,
129 USI val)
137 or1k_cpu_init (SIM_DESC sd, sim_cpu *current_cpu, const USI or1k_vr,
138 const USI or1k_up
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/cris/
H A Dcris-sim.h30 USI branch_taken;
33 USI old_pc;
82 extern USI cris_bmod_handler (SIM_CPU *, UINT, USI);
83 extern void cris_flush_simulator_decode_cache (SIM_CPU *, USI);
84 extern USI crisv10f_break_handler (SIM_CPU *, USI, USI);
85 extern USI crisv32f_break_handler (SIM_CPU *, USI, US
[all...]
H A Dsim-main.h44 USI addr;
63 USI priority;
67 USI altstack;
68 USI options;
90 USI last_execution;
128 USI endmem;
129 USI endbrk;
130 USI stack_low;
138 USI syscalls;
159 USI sighandle
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/cris/
H A Dsim-main.h44 USI addr;
63 USI priority;
67 USI altstack;
68 USI options;
90 USI last_execution;
128 USI endmem;
129 USI endbrk;
130 USI stack_low;
138 USI syscalls;
159 USI sighandle
[all...]
H A Dcris-sim.h30 USI branch_taken;
33 USI old_pc;
82 extern void cris_flush_simulator_decode_cache (SIM_CPU *, USI);
83 extern USI crisv10f_break_handler (SIM_CPU *, USI, USI);
84 extern USI crisv32f_break_handler (SIM_CPU *, USI, USI);
85 extern USI cris_break_13_handle
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/frv/
H A Dregisters.h31 USI init_value; /* initial value */
32 USI reset_value; /* value for software reset */
33 USI reset_mask; /* bits which are reset */
34 USI read_only_mask; /* bits which are read-only */
H A Dmemory.c35 if ((USI)address >= 0xfe800000 && (USI)address <= 0xfeffffff)
50 if ((USI)address >= 0xfeff0600 && (USI)address <= 0xfeff7fff
51 || (USI)address >= 0xfe800000 && (USI)address <= 0xfefeffff)
60 if ((USI)address >= 0xfe800000 && (USI)address <= 0xfefeffff
62 && ((USI)address >= 0xfeff0000 && (USI)addres
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/frv/
H A Dregisters.h31 USI init_value; /* initial value */
32 USI reset_value; /* value for software reset */
33 USI reset_mask; /* bits which are reset */
34 USI read_only_mask; /* bits which are read-only */
/netbsd-current/external/gpl3/binutils/dist/include/cgen/
H A Dbasic-modes.h39 typedef uint32_t USI; typedef
48 #define MAKEDI(hi, lo) ((((DI) (SI) (hi)) << 32) | ((UDI) (USI) (lo)))
/netbsd-current/external/gpl3/gdb.old/dist/include/cgen/
H A Dbasic-modes.h41 typedef uint32_t USI; typedef
50 #define MAKEDI(hi, lo) ((((DI) (SI) (hi)) << 32) | ((UDI) (USI) (lo)))
/netbsd-current/external/gpl3/gdb/dist/include/cgen/
H A Dbasic-modes.h39 typedef uint32_t USI; typedef
48 #define MAKEDI(hi, lo) ((((DI) (SI) (hi)) << 32) | ((UDI) (USI) (lo)))
/netbsd-current/external/gpl3/binutils.old/dist/include/cgen/
H A Dbasic-modes.h39 typedef uint32_t USI; typedef
48 #define MAKEDI(hi, lo) ((((DI) (SI) (hi)) << 32) | ((UDI) (USI) (lo)))
/netbsd-current/external/gpl3/gdb.old/dist/sim/iq2000/
H A Dcpu.c32 USI
41 iq2000bf_h_pc_set (SIM_CPU *current_cpu, USI newval)
/netbsd-current/external/gpl3/gdb/dist/sim/iq2000/
H A Dcpu.c32 USI
41 iq2000bf_h_pc_set (SIM_CPU *current_cpu, USI newval)
/netbsd-current/external/gpl3/gdb.old/dist/sim/lm32/
H A Dtraps.c43 USI
44 lm32bf_divu_insn (SIM_CPU * current_cpu, IADDR pc, USI r0, USI r1, USI r2)
66 SET_H_GR (r2, (USI) GET_H_GR (r0) / (USI) GET_H_GR (r1));
71 USI
72 lm32bf_modu_insn (SIM_CPU * current_cpu, IADDR pc, USI r0, USI r1, USI r
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/lm32/
H A Dtraps.c47 USI
48 lm32bf_divu_insn (SIM_CPU * current_cpu, IADDR pc, USI r0, USI r1, USI r2)
70 SET_H_GR (r2, (USI) GET_H_GR (r0) / (USI) GET_H_GR (r1));
75 USI
76 lm32bf_modu_insn (SIM_CPU * current_cpu, IADDR pc, USI r0, USI r1, USI r
[all...]

Completed in 317 milliseconds

12345678