summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/GlobalISel/instruction-select/constants.mir
blob: 8a65fc8e558a810d279c32952aab046cbae70cc3 (plain)
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
68
69
70
71
72
73
74
75
76
77
78
79
80
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
# RUN: llc -O0 -mtriple=mipsel-linux-gnu -run-pass=instruction-select -verify-machineinstrs %s -o - | FileCheck %s -check-prefixes=MIPS32
--- |

  define void @_0xABCD0000() {entry: ret void}
  define void @_0x00008000() {entry: ret void}
  define void @_0xFFFFFFF6() {entry: ret void}
  define void @_0x0A0B0C0D() {entry: ret void}

...
---
name:            _0xABCD0000
alignment:       4
legalized:       true
regBankSelected: true
tracksRegLiveness: true
body:             |
  bb.1.entry:
    ; MIPS32-LABEL: name: _0xABCD0000
    ; MIPS32: [[LUi:%[0-9]+]]:gpr32 = LUi 43981
    ; MIPS32: $v0 = COPY [[LUi]]
    ; MIPS32: RetRA implicit $v0
    %0:gprb(s32) = G_CONSTANT i32 -1412628480
    $v0 = COPY %0(s32)
    RetRA implicit $v0

...
---
name:            _0x00008000
alignment:       4
legalized:       true
regBankSelected: true
tracksRegLiveness: true
body:             |
  bb.1.entry:
    ; MIPS32-LABEL: name: _0x00008000
    ; MIPS32: [[ORi:%[0-9]+]]:gpr32 = ORi $zero, 32768
    ; MIPS32: $v0 = COPY [[ORi]]
    ; MIPS32: RetRA implicit $v0
    %0:gprb(s32) = G_CONSTANT i32 32768
    $v0 = COPY %0(s32)
    RetRA implicit $v0

...
---
name:            _0xFFFFFFF6
alignment:       4
legalized:       true
regBankSelected: true
tracksRegLiveness: true
body:             |
  bb.1.entry:
    ; MIPS32-LABEL: name: _0xFFFFFFF6
    ; MIPS32: [[ADDiu:%[0-9]+]]:gpr32 = ADDiu $zero, 65526
    ; MIPS32: $v0 = COPY [[ADDiu]]
    ; MIPS32: RetRA implicit $v0
    %0:gprb(s32) = G_CONSTANT i32 -10
    $v0 = COPY %0(s32)
    RetRA implicit $v0

...
---
name:            _0x0A0B0C0D
alignment:       4
legalized:       true
regBankSelected: true
tracksRegLiveness: true
body:             |
  bb.1.entry:
    ; MIPS32-LABEL: name: _0x0A0B0C0D
    ; MIPS32: [[LUi:%[0-9]+]]:gpr32 = LUi 2571
    ; MIPS32: [[ORi:%[0-9]+]]:gpr32 = ORi [[LUi]], 3085
    ; MIPS32: $v0 = COPY [[ORi]]
    ; MIPS32: RetRA implicit $v0
    %0:gprb(s32) = G_CONSTANT i32 168496141
    $v0 = COPY %0(s32)
    RetRA implicit $v0

...

OpenPOWER on IntegriCloud