mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
[X86] Add ADD8ri_DB and ADD8rr_DB to the autogenerated load folding table.
These were added in r355423. We only use the autogenerated table to assist with the maintenance of the manual table. These entries are alreayd in the manual table. llvm-svn: 356357
This commit is contained in:
parent
4b6b42ad01
commit
93a8bb1240
@ -61,9 +61,12 @@ const ManualMapEntry ManualMapSet[] = {
|
||||
{ "ADD64ri32_DB", "ADD64mi32", NO_UNFOLD },
|
||||
{ "ADD64ri8_DB", "ADD64mi8", NO_UNFOLD },
|
||||
{ "ADD64rr_DB", "ADD64mr", NO_UNFOLD },
|
||||
{ "ADD8ri_DB", "ADD8mi", NO_UNFOLD },
|
||||
{ "ADD8rr_DB", "ADD8mr", NO_UNFOLD },
|
||||
{ "ADD16rr_DB", "ADD16rm", NO_UNFOLD },
|
||||
{ "ADD32rr_DB", "ADD32rm", NO_UNFOLD },
|
||||
{ "ADD64rr_DB", "ADD64rm", NO_UNFOLD },
|
||||
{ "ADD8rr_DB", "ADD8rm", NO_UNFOLD },
|
||||
{ "PUSH16r", "PUSH16rmm", UNFOLD },
|
||||
{ "PUSH32r", "PUSH32rmm", UNFOLD },
|
||||
{ "PUSH64r", "PUSH64rmm", UNFOLD },
|
||||
|
Loading…
x
Reference in New Issue
Block a user