File: virtexts-thumb.txt

package info (click to toggle)
llvm-toolchain-19 1%3A19.1.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,998,520 kB
  • sloc: cpp: 6,951,680; ansic: 1,486,157; asm: 913,598; python: 232,024; f90: 80,126; objc: 75,281; lisp: 37,276; pascal: 16,990; sh: 10,009; ml: 5,058; perl: 4,724; awk: 3,523; makefile: 3,167; javascript: 2,504; xml: 892; fortran: 664; cs: 573
file content (61 lines) | stat: -rw-r--r-- 2,106 bytes parent folder | download | duplicates (35)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# RUN: llvm-mc -disassemble -triple thumbv7 -mcpu=cortex-a15 %s | FileCheck %s --check-prefix=CHECK-THUMB
# RUN: not llvm-mc -disassemble -triple thumbv7 -mcpu=cortex-a9 %s 2>&1 | FileCheck %s --check-prefix=CHECK-NOVIRT

[0xe0,0xf7,0x01,0x80]
[0xe0,0xf7,0x07,0x80]
[0xe0,0xf7,0x01,0x81]
[0xef,0xf7,0xff,0x8f]
# CHECK-THUMB:    hvc.w    #1
# CHECK-THUMB:    hvc.w    #7
# CHECK-THUMB:    hvc.w    #257
# CHECK-THUMB:    hvc.w    #65535
# CHECK-NOVIRT:    warning: invalid instruction encoding
# CHECK-NOVIRT:    warning: invalid instruction encoding
# CHECK-NOVIRT:    warning: invalid instruction encoding
# CHECK-NOVIRT:    warning: invalid instruction encoding

[0xde,0xf3,0x00,0x8f]
[0x08,0xbf] [0xde,0xf3,0x00,0x8f]
[0x18,0xbf] [0xde,0xf3,0x00,0x8f]
[0x28,0xbf] [0xde,0xf3,0x00,0x8f]
[0x38,0xbf] [0xde,0xf3,0x00,0x8f]
[0x48,0xbf] [0xde,0xf3,0x00,0x8f]
[0x58,0xbf] [0xde,0xf3,0x00,0x8f]
[0x68,0xbf] [0xde,0xf3,0x00,0x8f]
[0x78,0xbf] [0xde,0xf3,0x00,0x8f]
[0x88,0xbf] [0xde,0xf3,0x00,0x8f]
[0x98,0xbf] [0xde,0xf3,0x00,0x8f]
[0xa8,0xbf] [0xde,0xf3,0x00,0x8f]
[0xb8,0xbf] [0xde,0xf3,0x00,0x8f]
[0xc8,0xbf] [0xde,0xf3,0x00,0x8f]
[0xd8,0xbf] [0xde,0xf3,0x00,0x8f]
# CHECK-THUMB:    eret
# CHECK-THUMB:    ereteq
# CHECK-THUMB:    eretne
# CHECK-THUMB:    ereths
# CHECK-THUMB:    eretlo
# CHECK-THUMB:    eretmi
# CHECK-THUMB:    eretpl
# CHECK-THUMB:    eretvs
# CHECK-THUMB:    eretvc
# CHECK-THUMB:    erethi
# CHECK-THUMB:    eretls
# CHECK-THUMB:    eretge
# CHECK-THUMB:    eretlt
# CHECK-THUMB:    eretgt
# CHECK-THUMB:    eretle
# CHECK-NOVIRT:    subs    pc, lr, #0
# CHECK-NOVIRT:    subseq  pc, lr, #0
# CHECK-NOVIRT:    subsne  pc, lr, #0
# CHECK-NOVIRT:    subshs  pc, lr, #0
# CHECK-NOVIRT:    subslo  pc, lr, #0
# CHECK-NOVIRT:    subsmi  pc, lr, #0
# CHECK-NOVIRT:    subspl  pc, lr, #0
# CHECK-NOVIRT:    subsvs  pc, lr, #0
# CHECK-NOVIRT:    subsvc  pc, lr, #0
# CHECK-NOVIRT:    subshi  pc, lr, #0
# CHECK-NOVIRT:    subsls  pc, lr, #0
# CHECK-NOVIRT:    subsge  pc, lr, #0
# CHECK-NOVIRT:    subslt  pc, lr, #0
# CHECK-NOVIRT:    subsgt  pc, lr, #0
# CHECK-NOVIRT:    subsle  pc, lr, #0