mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-07 20:40:46 +00:00
Add opcode to TargetInstrDescriptor.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31802 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8ea7c52185
commit
33247d537d
@ -110,8 +110,9 @@ public:
|
||||
|
||||
class TargetInstrDescriptor {
|
||||
public:
|
||||
MachineOpCode Opcode; // The opcode.
|
||||
unsigned short numOperands; // Num of args (may be more if variable_ops).
|
||||
const char * Name; // Assembly language mnemonic for the opcode.
|
||||
unsigned numOperands; // Num of args (may be more if variable_ops).
|
||||
InstrSchedClass schedClass; // enum identifying instr sched class
|
||||
unsigned Flags; // flags identifying machine instr class
|
||||
unsigned TSFlags; // Target Specific Flag values
|
||||
|
Loading…
Reference in New Issue
Block a user