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

@@ -649,3 +649,9 @@ DEFINE_OPCODE(
"atomic_compare_exchange",
OPCODE_SIG_V_V_V_V,
OPCODE_FLAG_VOLATILE)
DEFINE_OPCODE(
OPCODE_SET_ROUNDING_MODE,
"set_rounding_mode",
OPCODE_SIG_X_V,
0)