mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-04 22:31:44 +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 {
|
class TargetInstrDescriptor {
|
||||||
public:
|
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.
|
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
|
InstrSchedClass schedClass; // enum identifying instr sched class
|
||||||
unsigned Flags; // flags identifying machine instr class
|
unsigned Flags; // flags identifying machine instr class
|
||||||
unsigned TSFlags; // Target Specific Flag values
|
unsigned TSFlags; // Target Specific Flag values
|
||||||
|
Loading…
x
Reference in New Issue
Block a user