mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Support for AtomicCmpXChg
This commit is contained in:
parent
2a2913f857
commit
f67eaa6d8a
2 changed files with 60 additions and 26 deletions
|
@ -886,6 +886,7 @@ public:
|
|||
void EmitZeroes(int size);
|
||||
void EmitJump(CeOp op, const CeOperand& block);
|
||||
void EmitBinarySwitchSection(BeSwitchInst* switchInst, int startIdx, int endIdx);
|
||||
CeOperand EmitLoad(CeOperand mcPtr, int loadRefCount = 1);
|
||||
CeOperand EmitNumericCast(const CeOperand& ceValue, BeType* toType, bool valSigned, bool toSigned);
|
||||
|
||||
void EmitFrameOffset(const CeOperand& val);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue