File: zos-ppa2.ll

package info (click to toggle)
swiftlang 6.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,791,604 kB
  • sloc: cpp: 9,901,740; ansic: 2,201,431; asm: 1,091,827; python: 308,252; objc: 82,166; f90: 80,126; lisp: 38,358; pascal: 25,559; sh: 20,429; ml: 5,058; perl: 4,745; makefile: 4,484; awk: 3,535; javascript: 3,018; xml: 918; fortran: 664; cs: 573; ruby: 396
file content (30 lines) | stat: -rw-r--r-- 968 bytes parent folder | download | duplicates (7)
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
; RUN: llc -mtriple s390x-ibm-zos -mcpu=z15 -asm-verbose=true < %s | FileCheck %s

; CHECK:    .section    ".ppa2"
; CHECK: L#PPA2:
; CHECK:    .byte   3
; CHECK:    .byte   231
; CHECK:    .byte   34
; CHECK:    .byte   4
; CHECK:    .long   CELQSTRT-L#PPA2
; CHECK:    .long   0
; CHECK:    .long   L#DVS-L#PPA2
; CHECK:    .long   0
; CHECK:    .byte   129
; CHECK:    .byte   0
; CHECK:    .short  0
; CHECK: L#DVS:
; CHECK:    .ascii  "\361\371\367\360\360\361\360\361\360\360\360\360\360\360"
; CHECK:    .short  0
; CHECK:    .quad   L#PPA2-CELQSTRT                 * A(PPA2-CELQSTRT)
; CHECK: L#PPA1_void_test_0:
; CHECK:    .long   L#PPA2-L#PPA1_void_test_0       * Offset to PPA2
; CHECK:    .section    "B_IDRL"
; CHECK:    .byte   0
; CHECK:    .byte   3
; CHECK:    .short  30
; CHECK:    .ascii  "\323\323\345\324@@@@@@{{((\\3[0-7]{2}){4})}}\361\371\367\360\360\361\360\361\360\360\360\360\360\360\360\360"
define void @void_test() {
entry:
  ret void
}