File: ppc32-extpid-e500.txt

package info (click to toggle)
swiftlang 6.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,519,992 kB
  • sloc: cpp: 9,107,863; ansic: 2,040,022; asm: 1,135,751; python: 296,500; objc: 82,456; f90: 60,502; lisp: 34,951; pascal: 19,946; sh: 18,133; perl: 7,482; ml: 4,937; javascript: 4,117; makefile: 3,840; awk: 3,535; xml: 914; fortran: 619; cs: 573; ruby: 573
file content (34 lines) | stat: -rw-r--r-- 1,106 bytes parent folder | download | duplicates (29)
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
# RUN: llvm-mc --disassemble %s -triple powerpc-unknown-unknown | FileCheck %s

# Extended PID instructions specific to the e500 / e500mc cores:

# CHECK: lbepx    1, 2, 3                  
0x7c 0x22 0x18 0xbe
# CHECK: lfdepx   4, 5, 6                  
0x7c 0x85 0x34 0xbe
# CHECK: lhepx    7, 8, 9                  
0x7c 0xe8 0x4a 0x3e
# CHECK: lwepx    10, 11, 12               
0x7d 0x4b 0x60 0x3e
# CHECK: stbepx   13, 14, 15               
0x7d 0xae 0x79 0xbe
# CHECK: stfdepx  16, 17, 18               
0x7e 0x11 0x95 0xbe
# CHECK: sthepx   19, 20, 21               
0x7e 0x74 0xab 0x3e
# CHECK: stwepx   22, 23, 24               
0x7e 0xd7 0xc1 0x3e
# CHECK: dcbfep   25, 26                   
0x7c 0x19 0xd0 0xfe
# CHECK: dcbstep  27, 28                   
0x7c 0x1b 0xe0 0x7e
# CHECK: dcbtep   29, 30, 31               
0x7f 0xbe 0xfa 0x7e
# CHECK: dcbtstep 0, 1, 2                  
0x7c 0x01 0x11 0xfe
# CHECK: dcbzep   3, 4                     
0x7c 0x03 0x27 0xfe
# CHECK: dcbzlep  5, 6                     
0x7c 0x25 0x37 0xfe
# CHECK: icbiep   7, 8                     
0x7c 0x07 0x47 0xbe