Skip to content

Commit

Permalink
Mark neg as notEmittedByCompilers
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Feb 18, 2024
1 parent d58534f commit f3c9c60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/generated/InstrDescriptor_Descriptors_array.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tables/tables/instr_id/cpu/cpu_special.inc
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@
cpu, -0x22, neg,
.operands={RAB_OPERAND_cpu_rd, RAB_OPERAND_cpu_rt},
.instrType=RABBITIZER_INSTR_TYPE_R,
.notEmittedByCompilers=true,
.modifiesRd=true,
.readsRt=true,
.isPseudo=true
Expand Down
1 change: 1 addition & 0 deletions tables/tables/instr_id/rsp/rsp_special.inc
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@
rsp, -0x22, neg,
.operands={RAB_OPERAND_rsp_rd, RAB_OPERAND_rsp_rt},
.instrType=RABBITIZER_INSTR_TYPE_R,
.notEmittedByCompilers=true,
.modifiesRd=true,
.readsRt=true,
.isPseudo=true
Expand Down

0 comments on commit f3c9c60

Please sign in to comment.