mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-01 17:28:21 +00:00
X86: Add some operand types required to identify calls.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138285 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5e8701002b
commit
3c1fece071
@ -405,11 +405,13 @@ def i64i32imm : Operand<i64> {
|
||||
def i64i32imm_pcrel : Operand<i64> {
|
||||
let PrintMethod = "print_pcrel_imm";
|
||||
let ParserMatchClass = X86AbsMemAsmOperand;
|
||||
let OperandType = "OPERAND_PCREL";
|
||||
}
|
||||
|
||||
// 64-bits but only 8 bits are significant.
|
||||
def i64i8imm : Operand<i64> {
|
||||
let ParserMatchClass = ImmSExti64i8AsmOperand;
|
||||
let OperandType = "OPERAND_IMMEDIATE";
|
||||
}
|
||||
|
||||
def lea64_32mem : Operand<i32> {
|
||||
|
Loading…
Reference in New Issue
Block a user