mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 14:34:51 +01:00
Change-Id: I7a413a81d33762f3cb1e8c67883d1e616f83d0e9 Reviewed-on: https://review.haiku-os.org/c/1536 Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>
18 lines
338 B
Makefile
18 lines
338 B
Makefile
#name: lui to c.lui relaxation
|
|
#source: c-lui.s
|
|
#as: -march=rv32ic
|
|
#ld: -melf32lriscv
|
|
#objdump: -d -M no-aliases,numeric
|
|
|
|
.*: file format .*
|
|
|
|
|
|
Disassembly of section \.text:
|
|
|
|
.* <_start>:
|
|
.*: 6085 c.lui x1,0x1
|
|
.*: 000000b7 lui x1,0x0
|
|
.*: 00001037 lui x0,0x1
|
|
.*: 00001137 lui x2,0x1
|
|
#pass
|