(no commit message)
[libreriscv.git] / openpower /
2020-07-27 Luke Kenneth Casso... mtmsrd pseudocode accidentally from v3.1B - returning...
2020-07-25 Luke Kenneth Casso... argh actually const is too long because of hex digits
2020-07-25 Luke Kenneth Casso... whoops one extra bit on the overflow test in mullw...
2020-07-24 Luke Kenneth Casso... [0*64] should have been [0]*64
2020-07-22 lkclrfid, etc. do not take a LEV field
2020-07-15 Luke Kenneth Casso... overflow detection in mullw and mulld off-by-one
2020-07-13 Luke Kenneth Casso... add mtmsrd pseudocode
2020-07-13 Luke Kenneth Casso... use sh field as-is in shift-immediate instructions
2020-07-13 Luke Kenneth Casso... add OP_EXTSWSLI csv entries
2020-07-12 Luke Kenneth Casso... whoops set wrong field on lwbrx when adding cix
2020-07-12 Luke Kenneth Casso... whoops wrong field
2020-07-12 Luke Kenneth Casso... add CIX mode in LDST field
2020-07-12 Luke Kenneth Casso... add first version fixedldstcache instruction pseudocodeg
2020-07-12 Luke Kenneth Casso... add l*cix / st*cix opcodes to minor_31
2020-07-11 Luke Kenneth Casso... overflow test MSBs not LSBs
2020-07-11 Luke Kenneth Casso... whoops indices too long
2020-07-11 Luke Kenneth Casso... use if syntax
2020-07-11 Luke Kenneth Casso... missing brackets
2020-07-11 Luke Kenneth Casso... add overflow to mullw
2020-07-10 Luke Kenneth Casso... alter to actual behaviour
2020-07-10 Luke Kenneth Casso... use MULS, DIVS and MODS in pseudocode to indicate signe...
2020-07-07 Luke Kenneth Casso... make attn OP_ATTN and set NOP to pipeline NONE
2020-07-06 Luke Kenneth Casso... shorten comment
2020-07-06 Luke Kenneth Casso... whoops deleted X-Form
2020-07-06 Luke Kenneth Casso... add OP_MTMSR
2020-07-04 Luke Kenneth Casso... move mtmsr and mtspr to trap and spr pipelines
2020-07-01 Luke Kenneth Casso... bit 58 not bit 88
2020-07-01 Luke Kenneth Casso... add temporary OP_SC, really needs separate minor_17.csv
2020-07-01 Luke Kenneth Casso... correct OP_RFID minor_19 code
2020-06-30 Luke Kenneth Casso... TO field is in D-Form not TX-Form
2020-06-30 Luke Kenneth Casso... whoops double headings
2020-06-30 Luke Kenneth Casso... add "Pseudo-code" keyword due to ikiwiki bug
2020-06-29 Luke Kenneth Casso... swap divisor padding to MSBs in divXe
2020-06-29 Luke Kenneth Casso... update div pseudocode to generate overflow flag
2020-06-19 Luke Kenneth Casso... take only matching parts of "undefined" variable in...
2020-06-17 Luke Kenneth Casso... whoops bpermd is called bpermd not bperm
2020-06-17 Luke Kenneth Casso... whoops remove space in comment CSV header
2020-06-08 Michael NolanFix RC being set for stb and stbu
2020-06-05 Luke Kenneth Casso... accidentally removed ¬ symbol from pseudocode
2020-06-05 Luke Kenneth Casso... accidentally removed ¬ symbol from pseudocode
2020-06-05 Luke Kenneth Casso... add mtmsr and mfmsr to sprset
2020-06-03 Luke Kenneth Casso... move RS to operand a (1st position) for MTMSR and MTSPR
2020-06-02 Michael NolanCorrect CR selection field for OP_BCREG
2020-06-01 Luke Kenneth Casso... move MTCRF RS to 1st operand
2020-06-01 Luke Kenneth Casso... move RS to position 1 on ALU (OP_EXTS)
2020-06-01 Luke Kenneth Casso... move RS to reg1 for LOGICAL pipeline
2020-05-31 Luke Kenneth Casso... cmpb does not store result in CR (cmpeqb and cmp do)
2020-05-28 Michael NolanRevert "Add variants of setbc"
2020-05-28 Michael NolanAdd variants of setbc
2020-05-28 Michael NolanAdd OP_SETB
2020-05-27 lkcl(no commit message)
2020-05-24 Luke Kenneth Casso... no CR for MFMSR
2020-05-24 Luke Kenneth Casso... add missing OP_MFMSR and OP_MTMSRD
2020-05-23 Luke Kenneth Casso... hilarious. BC for isel was in the right place all...
2020-05-23 Luke Kenneth Casso... annoying. isel needs to be split into separate CSV...
2020-05-23 Luke Kenneth Casso... make 3rd reg for isel NONE however set CRin to BC
2020-05-23 Luke Kenneth Casso... move isel to CR
2020-05-23 Luke Kenneth Casso... shrink isel down to group pattern
2020-05-22 Michael NolanFix CR0 usage for OP_CNTZ
2020-05-21 Michael NolanFix OP_MCRF
2020-05-21 Michael NolanConvert CR out field to an enum
2020-05-21 Michael NolanAdd CR selector field to decoder tables
2020-05-20 Luke Kenneth Casso... move DIV and MOD to DIV Function Unit, MUL to MUL Funct...
2020-05-19 Michael NolanFix opcodes for TWI, TDI, TW, and TD
2020-05-19 Luke Kenneth Casso... mention SPR and other pipelines
2020-05-19 Luke Kenneth Casso... split out system calls from branch pipeline
2020-05-19 Luke Kenneth Casso... add rfid instruction to opcode minor 19
2020-05-18 Michael NolanAdd decoding for bpermd opcode to table
2020-05-18 Luke Kenneth Casso... add XER rules
2020-05-17 Luke Kenneth Casso... link page on pipeline operands
2020-05-16 Michael NolanFix broken decoding of crxor
2020-05-15 Michael NolanMove crand and friends to separate opcode from MCRF
2020-05-15 Michael NolanMove CR operations to CR FU
2020-05-15 Michael NolanModify branch instructions to use the branch unit
2020-05-15 Michael NolanAdd definition for cmpeqb
2020-05-15 Michael NolanCorrect pseudocode for prtyw and prtyd
2020-05-14 lkcl(no commit message)
2020-05-14 Luke Kenneth Casso... move CNTZ and CMPB to Logical pipeline as well
2020-05-14 Luke Kenneth Casso... move Logic pipeline ops to LOGICAL FunctionUnit
2020-05-13 Michael NolanChange FU of all shift and rotate instructions to SHIFT_ROT
2020-04-27 lkcl(no commit message)
2020-04-27 lkcl(no commit message)
2020-04-27 lkcl(no commit message)
2020-04-23 lkcl(no commit message)
2020-04-23 lkcl(no commit message)
2020-04-23 lkcl(no commit message)
2020-04-22 lkcl(no commit message)
2020-04-22 lkcl(no commit message)
2020-04-18 Luke Kenneth Casso... mention revisions
2020-04-18 Luke Kenneth Casso... mention revisions
2020-04-18 Luke Kenneth Casso... clarify about Redhat
2020-04-18 Luke Kenneth Casso... add revision 1 stamp
2020-04-18 Luke Kenneth Casso... clarify, whitespace
2020-04-18 Luke Kenneth Casso... mention trap on illegal instruction
2020-04-18 Luke Kenneth Casso... whitespace cleanup
2020-04-18 addw@fa2f8cb1790df... tweak word ordering
2020-04-18 Luke Kenneth Casso... minor shuffle
2020-04-18 Luke Kenneth Casso... update isans letter
2020-04-16 addw@fa2f8cb1790df... (no commit message)
2020-04-16 Luke Kenneth Casso... clarify isans letter
next