repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git]
/
gnu
/
dist
/
gdb6
/
sim
/
v850
/
v850_sim.h
blob
bf597279c33aefa12212a085a981679314176118
1
struct
simops
2
{
3
unsigned long
opcode
;
4
unsigned long
mask
;
5
int
(*
func
)
PARAMS
((
void
));
6
int
numops
;
7
int
operands
[
12
];
8
};