Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-06 | correctly decode I25-form immediates | iximeow | |
extension bits are base 16, not base 10 thank you @ravenslofty for finding and reporting! | |||
2020-12-06 | fix an off by one in non-temporal hint selection | iximeow | |
thank you @The6P4C for finding and reporting! | |||
2020-10-12 | fix negative ip-relative operands showing as `$+-const` | iximeow | |
they are now `$-const` | |||
2020-10-12 | do not panic on invalid instructions | iximeow | |
2020-10-11 | get more operand encodings in place, square away tests | iximeow | |
shl/shr pseudo-ops were annoying, now they're fixed | |||
2020-10-11 | fix reversed l/x instruction word order and immediate decode | iximeow | |
2020-10-11 | immediate forms of instructions are not distinct opcodes | iximeow | |
2020-10-11 | add tests derived from bash_4.2+dfsg-0.1+deb7u3_ia64 | iximeow | |
syntax is entirely from objdump, and is partially converted to appropriate test expectations | |||
2020-10-11 | more pseudo-op cleanup, track predication, record float sf field, more tests | iximeow | |
also make immediate representation more consistent | |||
2020-10-10 | start getting display impls together, distinguish read/write operands | iximeow | |
2020-10-04 | add most of opcode decoding | iximeow | |