forked from OSchip/llvm-project
parent
8aef99aa86
commit
47a115cd41
|
@ -66,12 +66,12 @@ DECODE_OPERAND(VReg_64)
|
|||
DECODE_OPERAND(VReg_96)
|
||||
DECODE_OPERAND(VReg_128)
|
||||
|
||||
DECODE_OPERAND(SGPR_32)
|
||||
//DECODE_OPERAND(SGPR_32)
|
||||
DECODE_OPERAND(SReg_32)
|
||||
DECODE_OPERAND(SReg_64)
|
||||
DECODE_OPERAND(SReg_128)
|
||||
DECODE_OPERAND(SReg_256)
|
||||
DECODE_OPERAND(SReg_512)
|
||||
//DECODE_OPERAND(SReg_512)
|
||||
|
||||
#define GET_SUBTARGETINFO_ENUM
|
||||
#include "AMDGPUGenSubtargetInfo.inc"
|
||||
|
|
Loading…
Reference in New Issue