dynarmic/src
Lioncash b915364c16 A64/imm: Add full range of comparison operators to Imm template
Makes the comparison interface consistent by providing all of the
relevant members. This also modifies the comparison operators to take
the Imm instance by value, as it's really only a u32 under the covers,
and it's cheaper to shuffle around a u32 than a 64-bit pointer address.
2020-04-22 20:55:06 +01:00
..
backend/x64 IR: Add fbits argument to FPVectorFrom{Signed,Unsigned}Fixed 2020-04-22 20:55:06 +01:00
common ir: Add opcodes for performing unsigned reciprocal square root estimates 2020-04-22 20:55:05 +01:00
frontend A64/imm: Add full range of comparison operators to Imm template 2020-04-22 20:55:06 +01:00
ir_opt ir/value: Replace includes with forward declarations 2020-04-22 20:55:05 +01:00
CMakeLists.txt CMakeLists: Add missing cond.h header to file listing 2020-04-22 20:55:05 +01:00