mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
CALL64pcrel32 immediate field is 32-bit. Patch by Abhinav Duggal.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73536 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
385f5a99ec
commit
876eac9da5
@ -113,7 +113,7 @@ let isCall = 1 in
|
|||||||
// NOTE: this pattern doesn't match "X86call imm", because we do not know
|
// NOTE: this pattern doesn't match "X86call imm", because we do not know
|
||||||
// that the offset between an arbitrary immediate and the call will fit in
|
// that the offset between an arbitrary immediate and the call will fit in
|
||||||
// the 32-bit pcrel field that we have.
|
// the 32-bit pcrel field that we have.
|
||||||
def CALL64pcrel32 : I<0xE8, RawFrm,
|
def CALL64pcrel32 : Ii32<0xE8, RawFrm,
|
||||||
(outs), (ins i64i32imm:$dst, variable_ops),
|
(outs), (ins i64i32imm:$dst, variable_ops),
|
||||||
"call\t${dst:call}", []>,
|
"call\t${dst:call}", []>,
|
||||||
Requires<[In64BitMode]>;
|
Requires<[In64BitMode]>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user