mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Improved setting mForceMem
This commit is contained in:
parent
bf5d4fd340
commit
5bd8aac41b
2 changed files with 16 additions and 9 deletions
|
@ -1362,7 +1362,7 @@ public:
|
|||
String ToString(bool showVRegFlags = true, bool showVRegDetails = false);
|
||||
void Print(bool showVRegFlags, bool showVRegDetails);
|
||||
void Print();
|
||||
BeMCOperand GetOperand(BeValue* value, bool allowMetaResult = false, bool allowFail = false); // Meta results are PHIs or CmpResults
|
||||
BeMCOperand GetOperand(BeValue* value, bool allowMetaResult = false, bool allowFail = false, bool skipForceVRegAddr = false); // Meta results are PHIs or CmpResults
|
||||
BeMCOperand CreateNot(const BeMCOperand& operand);
|
||||
BeMCOperand TryToVector(BeValue* value);
|
||||
BeType* GetType(const BeMCOperand& operand);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue