Home | History | Annotate | Download | only in AMDGPU
      1 # RUN: llvm-mc -arch=amdgcn -mcpu=tonga -disassemble -show-encoding < %s | FileCheck %s -check-prefix=VI
      2 
      3 # VI: s_dcache_wb  ; encoding: [0x00,0x00,0x84,0xc0,0x00,0x00,0x00,0x00]
      4 0x00 0x00 0x84 0xc0 0x00 0x00 0x00 0x00
      5 
      6 # VI: s_dcache_wb_vol ; encoding: [0x00,0x00,0x8c,0xc0,0x00,0x00,0x00,0x00]
      7 0x00 0x00 0x8c 0xc0 0x00 0x00 0x00 0x00
      8 
      9 # VI: s_memrealtime s[4:5] ; encoding: [0x00,0x01,0x94,0xc0,0x00,0x00,0x00,0x00]
     10 0x00 0x01 0x94 0xc0 0x00 0x00 0x00 0x00
     11