Opened 10 years ago
Closed 10 years ago
#13 closed enhancement (fixed)
Add ability to distinguish immediate literal and constant literal
| Reported by: | matszpk | Owned by: | matszpk |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.1.2 |
| Component: | CLRXAsm | Version: | |
| Keywords: | Cc: |
Description
Add operator or function in GCN disassembler that make literal as immediate literal even if literal matches range to constant literal:
s_mov_b32 s1, 34 # uses constant literal
s_mov_b32 s1, imm(34) # uses immediate literal
Change History (1)
comment:1 Changed 10 years ago by matszpk
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Added 'lit' operator instead of 'imm' operator.