Opened 8 years ago

Closed 8 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 8 years ago by matszpk

  • Resolution set to fixed
  • Status changed from new to closed

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

Note: See TracTickets for help on using tickets.