Home | History | Annotate | Download | only in topics

Lines Matching full:disasm

13 [src/a64/disasm-a64.h](/src/a64/disasm-a64.h) for details. These include
40 VIXL disasm 0x7fff04cb05e0: add x10, x16, x17
41 custom disasm -0x8: add x10, ip0, ip1 // add/sub to x10
43 VIXL disasm 0x7fff04cb05e4: cbz x10, #+0x28 (addr 0x7fff04cb060c)
44 custom disasm -0x4: cbz x10, #+0x28 (addr 0x24 ; label: somewhere)
46 VIXL disasm 0x7fff04cb05e8: add x11, x16, x17
47 custom disasm 0x0: add x11, ip0, ip1
49 VIXL disasm 0x7fff04cb05ec: add w5, w6, w30
50 custom disasm 0x4: add w5, w6, w30
52 VIXL disasm 0x7fff04cb05f0: tbz w10, #2, #-0x10 (addr 0x7fff04cb05e0)
53 custom disasm 0x8: tbz w10, #2, #-0x10 (addr -0x8)
57 (in [src/a64/disasm-a64.cc](/src/a64/disasm-a64.cc)) or even for the `Simulator`