dynarmic/src
Lioncash 0583d401e3 ir/value: Add IsSignedImmediate() and IsUnsignedImmediate() functions to Value's interface
This allows testing against arbitrary values while also simultaneously
eliminating the need to check IsImmediate() all the time in expressions.
2020-04-22 20:57:37 +01:00
..
backend/x64 value: Move ImmediateToU64() to be a part of Value's interface 2020-04-22 20:55:50 +01:00
common ir: Add opcodes for performing unsigned reciprocal square root estimates 2020-04-22 20:55:05 +01:00
frontend ir/value: Add IsSignedImmediate() and IsUnsignedImmediate() functions to Value's interface 2020-04-22 20:57:37 +01:00
ir_opt ir/value: Add an IsZero() member function to Value's interface 2020-04-22 20:57:37 +01:00
CMakeLists.txt CMakeLists: Add missing cond.h header to file listing 2020-04-22 20:55:05 +01:00