diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-28 08:17:02 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-28 08:17:02 +0200 |
| commit | f84498ff447cc4bf891999e782ef90bfbc9577bd (patch) | |
| tree | a29aac9395fb9fc068b59942bf6befb1fb02f3b9 /Examples | |
| parent | c18972980351335ef65029aae677bac76c70d161 (diff) | |
MHR-21: Add support for cmp* instructions in POWER, fix AMD64 assembler,
the origin doesn't get incremented.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Examples')
| -rw-r--r-- | Examples/ExampleCDialect.S | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Examples/ExampleCDialect.S b/Examples/ExampleCDialect.S index 5182381..d937aed 100644 --- a/Examples/ExampleCDialect.S +++ b/Examples/ExampleCDialect.S @@ -1,6 +1,6 @@ # Path: Examples/ExampleCDialect.c # Language: POWER Assembly (Generated from C) -# Build Date: 2024-4-16 +# Build Date: 2024-4-28 @@ -14,8 +14,8 @@ dword export .code64 __ImageStart li r3,0x1000 cmpw r10, r11 - beq import__MPCC_IF_PROC_6168864856 -dword export .code64 __MPCC_IF_PROC_6168864856 + beq import __MPCC_IF_PROC_6099380296 +dword export .code64 __MPCC_IF_PROC_6099380296 @@ -25,3 +25,4 @@ dword export .code64 __MPCC_IF_PROC_6168864856 mr r31, r0 blr + |
