mirror of
https://github.com/lifting-bits/remill
synced 2026-06-21 13:56:07 +00:00
885e49d852
* Semantics and tests for some of the simd variants of EOR, BIC, BIF, and BIT. * Minor fix * Semantics and tests for ADDV. * Semantics and tests for ADDV, UMINV, UMAXV, SMINV, and SMAXV. Also post-decoders for some fpu simd min/max funcs, but no semantics or tests yet. * Minor fix. * Semantics and tests for 32-bit float, reduce-based FMAXV and FMINV. I don't anticipate good results. * Changes to FMINV and FMAXV. Adds semantics for SMB. * Semantics and tests for LD1_ASISDLSE_R1_1V, LD1_ASISDLSE_R2_2V, LD1_ASISDLSE_R3_3V, and LD1_ASISDLSE_R4_4V. * Minor fixes * First tests for part of LD2. * Misnamed file * Rest of the non-postindex LD2 semantics. * Rest of the non-postindex LD2 semantics. * Semantics and tests for postindex variants of LD2. * Minor fixes. This should be the tests and semantics for all LD2 variants. * Addresses comment