mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-05 10:40:06 +01:00
fixed push and added pop
This commit is contained in:
@@ -3167,7 +3167,7 @@ instruction_forms:
|
||||
destination: false
|
||||
hidden_operands:
|
||||
- class: "memory"
|
||||
base: "gpr"
|
||||
base: {name: 'rsp'}
|
||||
offset: ~
|
||||
index: ~
|
||||
scale: 1
|
||||
@@ -3177,11 +3177,29 @@ instruction_forms:
|
||||
name: "rsp"
|
||||
source: true
|
||||
destination: true
|
||||
- name: pop
|
||||
operands:
|
||||
- class: "register"
|
||||
name: "gpr"
|
||||
source: false
|
||||
destination: true
|
||||
hidden_operands:
|
||||
- class: "memory"
|
||||
base: {name: 'rsp'}
|
||||
offset: ~
|
||||
index: ~
|
||||
scale: 1
|
||||
source: true
|
||||
destination: false
|
||||
- class: "register"
|
||||
name: "rsp"
|
||||
source: true
|
||||
destination: true
|
||||
- name: pushfq
|
||||
operands: []
|
||||
hidden_operands:
|
||||
- class: "memory"
|
||||
base: "gpr"
|
||||
base: {name: 'rsp'}
|
||||
offset: ~
|
||||
index: ~
|
||||
scale: 1
|
||||
|
||||
Reference in New Issue
Block a user