blob: 7a9671163a9df691ba5fb33f9bdc0613163e7574 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#name: lui to c.lui relaxation
#source: c-lui.s
#as: -march=rv32ic
#ld: -shared -melf32lriscv
#objdump: -d -M no-aliases,numeric
.*: file format .*
Disassembly of section \.text:
.* <.text>:
.*: 6085 c.lui x1,0x1
.*: 000000b7 lui x1,0x0
.*: 00001037 lui x0,0x1
.*: 00001137 lui x2,0x1
#pass
|