mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-28 15:33:16 +00:00
Teach the x86 backend about the register constraints of its addressing mode.
Patch by Evan Cheng git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24423 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
be7a2ff2dd
commit
6adaf79ad7
@ -17,8 +17,9 @@
|
||||
//
|
||||
|
||||
class X86MemOperand<ValueType Ty> : Operand<Ty> {
|
||||
let NumMIOperands = 4;
|
||||
let PrintMethod = "printMemoryOperand";
|
||||
let NumMIOperands = 4;
|
||||
let MIOperandInfo = (ops R32, i8imm, R32, i32imm);
|
||||
}
|
||||
def SSECC : Operand<i8> {
|
||||
let PrintMethod = "printSSECC";
|
||||
|
Loading…
Reference in New Issue
Block a user