1
0
Fork 0
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:
Brian Fiete 2024-08-25 09:31:20 -04:00
parent 2a2913f857
commit f67eaa6d8a
2 changed files with 60 additions and 26 deletions

View file

@ -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);