make truediv available to pseudocode
[openpower-isa.git] / src / openpower / decoder / power_insn.py
2023-05-10 Jacob LifshayMerge branch 'support-fields'
2023-05-10 Dmitry Selyutinpower_insn: remove redundant logs
2023-05-04 Konstantinos Marga... WIP: maddsubrs initial approach
2023-04-30 Dmitry Selyutinpower_insn: forbid zero for non-zero operands
2023-04-30 Dmitry Selyutinpower_insn: drop registers remapping hack
2023-04-30 Dmitry Selyutinpower_insn: support int and index opcode methods
2023-04-28 Luke Kenneth Casso... reduce number of operands to ffmadds as well
2023-04-28 Luke Kenneth Casso... reduce fdmadds down to only 3 operands, RT-overwrite...
2023-04-26 Dmitry Selyutinpower_insn: deprecate ff/pr common code nopr
2023-04-26 Dmitry Selyutinpower_insn: deprecate PR specifier
2023-04-26 Dmitry Selyutinpower_insn: deprecate normal PR mode
2023-04-04 Luke Kenneth Casso... https://bugs.libre-soc.org/show_bug.cgi?id=1047
2023-04-04 Luke Kenneth Casso... whitespace cleanup (80 char per line hard limit)
2023-01-23 Dmitry Selyutinpower_insn: fix dst/src duplication detection
2023-01-22 Dmitry Selyutinpower_insn: canonicalize SVP64 insn name
2023-01-21 Dmitry Selyutinpower_insn: hack CR assembly
2023-01-20 Dmitry Selyutinpower_insn: override bogus FMA instructions
2023-01-20 Dmitry Selyutinpower_insn: refactor operands; simplify lookups
2023-01-19 Dmitry Selyutinpower_insn: fix paired registers disassembly
2023-01-18 Dmitry Selyutinpower_insn: support legacy style
2023-01-18 Dmitry Selyutinpower_insn: major refactoring and cleanup
2023-01-18 Dmitry Selyutinpower_enums: support paired registers
2023-01-15 Dmitry Selyutinpower_insn: fix signed operands assembly
2023-01-15 Dmitry Selyutinpower_insn: fix arguments conversion
2023-01-15 Dmitry Selyutinpower_insn: fix specifiers errors
2023-01-15 Dmitry Selyutinpower_insn: common records lookup
2023-01-15 Dmitry Selyutinpower_insn: consider EXTS operand as signed
2023-01-15 Dmitry Selyutinpower_insn: discard SVP64 record for word instructions
2023-01-15 Dmitry Selyutinpower_insn: support pi/lf specifiers
2023-01-15 Dmitry Selyutinpower_insn: support ctr/cti specifiers
2023-01-15 Dmitry Selyutinpower_insn: support vs/vsi/vsb/vsbi specifiers
2023-01-15 Dmitry Selyutinpower_insn: support lru specifier
2023-01-15 Dmitry Selyutinpower_insn: support slu specifier
2023-01-15 Dmitry Selyutinpower_insn: support sl specifier
2023-01-15 Dmitry Selyutinpower_insn: support snz specifier
2023-01-15 Dmitry Selyutinpower_insn: support all specifier
2023-01-15 Dmitry Selyutinpower_insn: support crm specifier
2023-01-15 Dmitry Selyutinpower_insn: support mr/mrr specifiers
2023-01-15 Dmitry Selyutinpower_insn: support sats/satu specifiers
2023-01-15 Dmitry Selyutinpower_insn: simplify assembly validation
2023-01-15 Dmitry Selyutinpower_insn: support sea specifier assembly
2023-01-15 Dmitry Selyutinpower_insn: support els specifier assembly
2023-01-15 Dmitry Selyutinpower_insn: fix combined zz disassembly
2023-01-15 Dmitry Selyutinpower_insn: refactor w/sw/dw specifiers
2023-01-15 Dmitry Selyutinpower_insn: support zz/sz/dz specifiers
2023-01-15 Dmitry Selyutinpower_enums: unify predicates classes
2023-01-15 Dmitry Selyutinpower_enums: clean code
2023-01-15 Dmitry Selyutinpower_insn: switch to SVP64SubVL enum
2023-01-15 Dmitry Selyutinpower_insn: validate predicates masks
2023-01-15 Dmitry Selyutinpower_enums: support predicate type property
2023-01-15 Dmitry Selyutinpower_insn: introduce validation stubs
2023-01-15 Dmitry Selyutinpower_insn: support predicates masks
2023-01-15 Dmitry Selyutinpower_insn: support failfirst/predresult
2023-01-15 Dmitry Selyutinpower_insn: support subvector length specifiers
2023-01-15 Dmitry Selyutinpower_insn: support width specifier
2023-01-15 Dmitry Selyutinpower_insn: fix Rc record property
2023-01-15 Dmitry Selyutinpower_enums: clean CR definitions
2023-01-15 Dmitry Selyutinpower_insn: support empty arguments
2023-01-15 Dmitry Selyutinpower_insn: support CR operands disassembly
2023-01-15 Dmitry Selyutinpower_insn: fix opcodes generation (again)
2023-01-15 Dmitry Selyutinpower_insn: simplify spans and bytes conversion
2023-01-15 Dmitry Selyutinpower_insn: fix operands iteration
2023-01-15 Dmitry Selyutinpower_insn: support CR operands assembly
2023-01-15 Dmitry Selyutinpower_insn: refactor extandable operands assembly
2023-01-15 Dmitry Selyutinpower_insn: remap GPR and FPR operands
2023-01-15 Dmitry Selyutinpower_insn: unify GPR and FPR assembly
2023-01-15 Dmitry Selyutinpower_insn: provide SVP64 assembly stub
2023-01-15 Dmitry Selyutinpower_insn: discard overlaps for dynamic operands
2023-01-15 Dmitry Selyutinpower_insn: fix DOperandDX span
2023-01-15 Dmitry Selyutinpower_insn: fix XO static operand
2023-01-15 Dmitry Selyutinpower_insn: hide records repr from operands
2023-01-15 Dmitry Selyutinpower_insn: sort opcodes by sections
2023-01-15 Dmitry Selyutinpower_insn: fix repr for opcode mask and value
2023-01-15 Dmitry Selyutinpower_insn: support tables priorities
2023-01-15 Dmitry Selyutinpower_insn: provide operands helpers
2023-01-15 Dmitry Selyutinpower_insn: cache operands
2023-01-15 Dmitry Selyutinpower_insn: deprecate operand record argument
2023-01-15 Dmitry Selyutinpower_insn: simplify word instruction assembly
2023-01-15 Dmitry Selyutinpower_insn: introduce PO and XO static operands
2023-01-15 Dmitry Selyutinpower_insn: introduce record operands helpers
2023-01-15 Dmitry Selyutinpower_insn: convert spans into properties
2023-01-15 Dmitry Selyutinpower_insn: bind records to operands
2023-01-15 Dmitry Selyutinpower_insn: postpone operands initialization
2023-01-15 Dmitry Selyutinpower_insn: ensure operands are always dataclasses
2023-01-15 Dmitry Selyutinpower_insn: return None for unknown insn names
2023-01-15 Dmitry Selyutinpower_insn: introduce signed immediate operand class
2023-01-15 Dmitry Selyutinpower_insn: rename register operand class
2023-01-15 Dmitry Selyutinpower_insn: clean and simplify EXTS operands
2023-01-15 Dmitry Selyutinpower_insn: support FPR operands assembly
2023-01-15 Dmitry Selyutinpower_insn: support GPR operands
2023-01-15 Dmitry Selyutinpower_insn: support non-zero operands
2023-01-15 Dmitry Selyutinpower_insn: allow sign only for SignedOperand
2023-01-15 Dmitry Selyutinpower_insn: add support for a trivial assembly
2022-10-14 Dmitry Selyutinpower_insn: really skip sv. entries for PPC database
2022-10-14 Dmitry Selyutinpower_insn: skip sv. instructions in PPC database
2022-10-14 Dmitry Selyutinpower_insn: fix AA match
2022-10-14 Dmitry Selyutinpower_insn: do not allow default records
2022-10-14 Luke Kenneth Casso... add /pi to sv/trans/svp64.py and power_insns.py
2022-10-08 Luke Kenneth Casso... drat
2022-10-08 Luke Kenneth Casso... add sc and scv support after moving from major.csv...
next