Commit | Line | Data |
---|---|---|
9785fc2a | 1 | #objdump: -dr --prefix-addresses --show-raw-insn -M cp0-names=mips32r2 |
7d64c587 | 2 | #name: XPA instructions |
9785fc2a | 3 | #as: -32 -mxpa -mvirt |
7d64c587 AB |
4 | |
5 | .*: +file format .*mips.* | |
6 | ||
7 | Disassembly of section \.text: | |
8 | [0-9a-f]+ <[^>]*> 40420800 mfhc0 v0,c0_random | |
9 | [0-9a-f]+ <[^>]*> 40428000 mfhc0 v0,c0_config | |
10 | [0-9a-f]+ <[^>]*> 40420002 mfhc0 v0,c0_mvpconf0 | |
11 | [0-9a-f]+ <[^>]*> 40420007 mfhc0 v0,\$0,7 | |
12 | [0-9a-f]+ <[^>]*> 40c20800 mthc0 v0,c0_random | |
13 | [0-9a-f]+ <[^>]*> 40c28000 mthc0 v0,c0_config | |
14 | [0-9a-f]+ <[^>]*> 40c20002 mthc0 v0,c0_mvpconf0 | |
15 | [0-9a-f]+ <[^>]*> 40c20007 mthc0 v0,\$0,7 | |
16 | [0-9a-f]+ <[^>]*> 40620c00 mfhgc0 v0,c0_random | |
17 | [0-9a-f]+ <[^>]*> 40628400 mfhgc0 v0,c0_config | |
18 | [0-9a-f]+ <[^>]*> 40620402 mfhgc0 v0,c0_mvpconf0 | |
19 | [0-9a-f]+ <[^>]*> 40620407 mfhgc0 v0,\$0,7 | |
20 | [0-9a-f]+ <[^>]*> 40620e00 mthgc0 v0,c0_random | |
21 | [0-9a-f]+ <[^>]*> 40628600 mthgc0 v0,c0_config | |
22 | [0-9a-f]+ <[^>]*> 40620602 mthgc0 v0,c0_mvpconf0 | |
23 | [0-9a-f]+ <[^>]*> 40620607 mthgc0 v0,\$0,7 | |
24 | ... |