File: x87-stack-pop.mir

package info (click to toggle)
llvm-toolchain-15 1%3A15.0.6-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,554,644 kB
  • sloc: cpp: 5,922,452; ansic: 1,012,136; asm: 674,362; python: 191,568; objc: 73,855; f90: 42,327; lisp: 31,913; pascal: 11,973; javascript: 10,144; sh: 9,421; perl: 7,447; ml: 5,527; awk: 3,523; makefile: 2,520; xml: 885; cs: 573; fortran: 567
file content (67 lines) | stat: -rw-r--r-- 3,323 bytes parent folder | download | duplicates (18)
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
62
63
64
65
66
67
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
# RUN: llc -mtriple=i686-- -run-pass x86-codegen -O2 -o - %s | FileCheck %s

---
name: func_fxam
tracksRegLiveness: true
fixedStack:
  - { id: 0, type: default, offset: 0, size: 10, alignment: 16 }
body:             |
  bb.0.entry:
    ; CHECK-LABEL: name: func_fxam
    ; CHECK: nofpexcept LD_F80m %fixed-stack.0, 1, $noreg, 0, $noreg, implicit-def dead $fpsw, implicit $fpcw, implicit-def $st0 :: (load (s80) from %fixed-stack.0, align 16)
    ; CHECK-NEXT: XAM_F implicit-def $fpsw, implicit $st0
    ; CHECK-NEXT: FNSTSW16r implicit-def $ax, implicit-def dead $fpsw, implicit $fpsw
    ; CHECK-NEXT: ST_FPrr $st0, implicit-def $fpsw, implicit $fpcw
    ; CHECK-NEXT: renamable $ax = KILL $ax, implicit-def $eax
    ; CHECK-NEXT: RET 0, $eax
    renamable $fp0 = nofpexcept LD_Fp80m %fixed-stack.0, 1, $noreg, 0, $noreg, implicit-def dead $fpsw, implicit $fpcw :: (load (s80) from %fixed-stack.0, align 16)
    XAM_Fp80 killed renamable $fp0, implicit-def $fpsw
    FNSTSW16r implicit-def $ax, implicit-def dead $fpsw, implicit $fpsw
    renamable $ax = KILL $ax, implicit-def $eax
    RET 0, $eax


...
---
name: func_ftst
tracksRegLiveness: true
fixedStack:
  - { id: 0, type: default, offset: 0, size: 10, alignment: 16 }
body:             |
  bb.0.entry:
    ; CHECK-LABEL: name: func_ftst
    ; CHECK: nofpexcept LD_F80m %fixed-stack.0, 1, $noreg, 0, $noreg, implicit-def dead $fpsw, implicit $fpcw, implicit-def $st0 :: (load (s80) from %fixed-stack.0, align 16)
    ; CHECK-NEXT: TST_F implicit-def $fpsw, implicit $fpcw, implicit $st0
    ; CHECK-NEXT: FNSTSW16r implicit-def $ax, implicit-def dead $fpsw, implicit $fpsw
    ; CHECK-NEXT: ST_FPrr $st0, implicit-def $fpsw, implicit $fpcw
    ; CHECK-NEXT: renamable $ax = KILL $ax, implicit-def $eax
    ; CHECK-NEXT: RET 0, $eax
    renamable $fp0 = nofpexcept LD_Fp80m %fixed-stack.0, 1, $noreg, 0, $noreg, implicit-def dead $fpsw, implicit $fpcw :: (load (s80) from %fixed-stack.0, align 16)
    TST_Fp80 killed renamable $fp0, implicit-def $fpsw, implicit $fpcw
    FNSTSW16r implicit-def $ax, implicit-def dead $fpsw, implicit $fpsw
    renamable $ax = KILL $ax, implicit-def $eax
    RET 0, $eax

...
---
name: func_deaddef
tracksRegLiveness: true
fixedStack:
  - { id: 0, type: default, offset: 0, size: 10, alignment: 16 }
body:             |
  bb.0.entry:
    ; CHECK-LABEL: name: func_deaddef
    ; CHECK: nofpexcept LD_F80m %fixed-stack.0, 1, $noreg, 0, $noreg, implicit-def dead $fpsw, implicit $fpcw, implicit-def $st0 :: (load (s80) from %fixed-stack.0, align 16)
    ; CHECK-NEXT: TST_F implicit-def dead $fpsw, implicit $fpcw, implicit $st0
    ; CHECK-NEXT: ST_FPrr $st0, implicit-def $fpsw, implicit $fpcw
    ; CHECK-NEXT: FNSTSW16r implicit-def $ax, implicit-def dead $fpsw, implicit $fpsw
    ; CHECK-NEXT: renamable $ax = KILL $ax, implicit-def $eax
    ; CHECK-NEXT: RET 0, $eax
    renamable $fp0 = nofpexcept LD_Fp80m %fixed-stack.0, 1, $noreg, 0, $noreg, implicit-def dead $fpsw, implicit $fpcw :: (load (s80) from %fixed-stack.0, align 16)
    TST_Fp80 killed renamable $fp0, implicit-def dead $fpsw, implicit $fpcw
    FNSTSW16r implicit-def $ax, implicit-def dead $fpsw, implicit $fpsw
    renamable $ax = KILL $ax, implicit-def $eax
    RET 0, $eax

...