blob: 416016a2c87903f8094d475f58e5a7e84c2cbff2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
.set mips64r5
.set xpa
.set virt
.text
foo:
mfc0 $2, $1
mfhc0 $2, $1
mfgc0 $2, $1
mfhgc0 $2, $1
# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
.align 4, 0
.space 16
|