HIR: Add opcode SET_ROUNDING_MODE (taking FPSCR as an argument)

This commit is contained in:
Dr. Chat
2017-05-12 14:05:27 -05:00
parent dbece71945
commit 82efbd7bc5
5 changed files with 36 additions and 0 deletions

View File

@@ -153,6 +153,7 @@ class HIRBuilder {
void Prefetch(Value* address, size_t length, uint32_t prefetch_flags = 0);
void MemoryBarrier();
void SetRoundingMode(Value* value);
Value* Max(Value* value1, Value* value2);
Value* VectorMax(Value* value1, Value* value2, TypeName part_type,
uint32_t arithmetic_flags = 0);