(no commit message)
[libreriscv.git] / openpower / isa /
2020-12-23 lkcl(no commit message)
2020-11-11 Tobias Platenadd dcbz and tlbio instruction needed by mmu
2020-10-09 Jacob Lifshayfix typo
2020-10-09 Jacob Lifshayremove unnecessary spaces in pseudocode
2020-10-09 Jacob Lifshayadd all missing undefined cases for mul and div instruc...
2020-10-09 Luke Kenneth Casso... use [1/0]*N instead of 0x0000_0000....
2020-10-09 Luke Kenneth Casso... selectconcat cannot cope yet
2020-10-09 Luke Kenneth Casso... make clear length of constants in divw
2020-10-09 Luke Kenneth Casso... change undefined to be a function
2020-10-09 Jacob Lifshaychange to undef()
2020-10-07 Jacob Lifshayfix div spec
2020-10-06 Jacob Lifshayworking on fixing divde
2020-10-06 Jacob Lifshayfix moduw spec
2020-10-06 Jacob Lifshayfix modsw spec
2020-10-06 Jacob Lifshayfix divweu bug
2020-10-03 Jacob Lifshayworking on fixing divwe. spec bugs
2020-09-22 Luke Kenneth Casso... whoops pseudocode for divwe / divde checking wrong...
2020-09-02 Luke Kenneth Casso... rename ambiguous X-Form "L" fields to L,L1,L2,L3
2020-08-29 Luke Kenneth Casso... alternative mfocrf / mtocrf pseudocode
2020-08-23 Luke Kenneth Casso... lwa is DS-form
2020-08-22 Luke Kenneth Casso... use (RA|0) instead of zero-test of RA
2020-08-22 Luke Kenneth Casso... adjust pseudo-code to use (RA|0) for addis
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-12 Luke Kenneth Casso... add first version fixedldstcache instruction pseudocodeg
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-01 Luke Kenneth Casso... bit 58 not bit 88
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-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-05-15 Michael NolanCorrect pseudocode for prtyw and prtyd
2020-05-14 lkcl(no commit message)
2020-04-07 Luke Kenneth Casso... syntax error in branch, CR[BI+32]
2020-04-07 Luke Kenneth Casso... fix mtcrf
2020-04-06 Luke Kenneth Casso... remove fallthrough hack-keyword
2020-04-05 Luke Kenneth Casso... fix syntax error in system
2020-04-05 Luke Kenneth Casso... syntax corrections to bcd
2020-04-05 Luke Kenneth Casso... another x replaced by *
2020-04-05 Luke Kenneth Casso... whoops indentation
2020-04-05 Luke Kenneth Casso... expand ellipsis
2020-04-05 Luke Kenneth Casso... replace x with *
2020-04-05 Luke Kenneth Casso... use "fallthrough" trick to get parser to work (hack)
2020-04-05 Luke Kenneth Casso... minor corrections to get syntax compiling
2020-04-05 Luke Kenneth Casso... missed braces
2020-04-05 Luke Kenneth Casso... indentation correction (spec wrong)
2020-04-05 Luke Kenneth Casso... missed braces
2020-04-05 Luke Kenneth Casso... whoops missed modulo
2020-04-05 Luke Kenneth Casso... whoops put (RA|0) into wrong variable
2020-04-05 Luke Kenneth Casso... use (RA|0) syntax
2020-04-05 Luke Kenneth Casso... syntax corrections
2020-04-05 Luke Kenneth Casso... syntax corrections
2020-04-05 Luke Kenneth Casso... minor whitespace
2020-04-05 Luke Kenneth Casso... add hypervisor system return
2020-04-05 Luke Kenneth Casso... missing bracket from spec
2020-04-05 Luke Kenneth Casso... missing bracket from spec
2020-04-04 Luke Kenneth Casso... annoying, formatting change to support space-indentation
2020-04-04 Luke Kenneth Casso... remove => operator, replace with ~^
2020-04-04 Luke Kenneth Casso... remove => operator, replace with ~^
2020-04-04 Luke Kenneth Casso... remove => operator, replace with ~^
2020-04-04 Luke Kenneth Casso... define variable mode_is_64bit
2020-04-04 Luke Kenneth Casso... assign iea operator needs no space
2020-04-04 Luke Kenneth Casso... for not For
2020-04-04 Luke Kenneth Casso... subscript error
2020-04-04 Luke Kenneth Casso... whoops syntax error in cnttzw
2020-04-04 Luke Kenneth Casso... remove equivalence operator, use invert XOR
2020-04-04 Luke Kenneth Casso... replace XOR with ^ operator
2020-04-04 Luke Kenneth Casso... fix syntax errors in mem reg-read
2020-04-04 Luke Kenneth Casso... fix syntax errors in mem reg-read
2020-04-04 Luke Kenneth Casso... whoops missed brackets
2020-04-04 Luke Kenneth Casso... must include brackets to stop NEWLINE parsing
2020-04-04 Luke Kenneth Casso... replace if RA = 0 then b<-0 etc. with b<-(RA|0)
2020-04-03 Luke Kenneth Casso... missed syntax for expanding list
2020-04-03 Luke Kenneth Casso... minor syntax alteration to not need to support double...
2020-04-03 Luke Kenneth Casso... replace x with *
2020-04-03 Luke Kenneth Casso... include brackets to make syntax work
2020-04-03 Luke Kenneth Casso... another syntax error in 3.0B spec
2020-04-02 Luke Kenneth Casso... minor formatting
2020-04-02 Luke Kenneth Casso... errata in page 88 of V3.0B spec
2020-04-02 Luke Kenneth Casso... -form
2020-04-02 Luke Kenneth Casso... formatting
2020-04-02 Luke Kenneth Casso... formatting
2020-04-02 Luke Kenneth Casso... add space
next