Added brackets for lhzx instruction
[openpower-isa.git] / openpower /
2023-12-22 Shriya SharmaAdded brackets for lhzx instruction
2023-12-22 Shriya SharmaAdded brackets for lhzx instruction
2023-12-22 Shriya SharmaAdded english language description, spaces and brackets...
2023-12-22 Shriya SharmaAdded english language description, spaces and brackets...
2023-12-22 Shriya SharmaAdded english language description, spaces and brackets...
2023-12-22 Shriya SharmaAdded english language description, spaces and brackets...
2023-12-22 Shriya SharmaAdded english language description, spaces and brackets...
2023-12-22 Shriya SharmaAdded english language description, spaces and brackets...
2023-12-22 Shriya SharmaAdded english language description, spaces and brackets...
2023-12-22 Shriya SharmaAdded english language description, spaces and brackets...
2023-12-22 Shriya SharmaAdded english language description, spaces and brackets...
2023-12-22 Shriya SharmaAdded english language description, spaces and brackets...
2023-12-22 Shriya SharmaAdded english language description, spaces and brackets...
2023-12-22 Shriya SharmaAdded brackets for lhaux instruction
2023-12-22 Shriya SharmaAdded english language description, spaces and brackets...
2023-12-22 Shriya SharmaAdded english language description, spaces and brackets...
2023-12-22 Shriya SharmaAdded brackets for lha instruction
2023-12-22 Shriya SharmaAdded english language description, spaces and brackets...
2023-12-22 Shriya SharmaAdded english language description, spaces and brackets...
2023-12-22 Shriya SharmaAdded english language description, spaces and brackets...
2023-12-22 Shriya SharmaAdded english language description, spaces and brackets...
2023-12-22 Luke Kenneth Casso... add lbzup english description based on lbzu
2023-12-22 Shriya SharmaAdded english language description, spaces and brackets...
2023-12-22 Shriya SharmaAdded english language description, spaces and brackets...
2023-12-22 Shriya SharmaAdded english language description, spaces and brackets...
2023-12-22 Shriya SharmaAdded spaces and brackets for lhzu instruction
2023-12-22 Luke Kenneth Casso... indent lbz instruction description
2023-12-22 Shriya SharmaAdded spaces and brackets for lbzux instruction
2023-12-22 Luke Kenneth Casso... indent text of lbzu description
2023-12-22 Luke Kenneth Casso... whitespace additions on lbzu to make more like PDF,
2023-12-22 Shriya SharmaAdded english description for lhzu instruction
2023-12-22 Shriya SharmaAdded english description for lhzu instruction
2023-12-22 Shriya SharmaAdded english description for lbzu instruction
2023-12-22 Shriya SharmaAdded english description for lbzux instruction
2023-12-22 Shriya SharmaAdded english description to lbz instruction
2023-12-22 Luke Kenneth Casso... annoying - call the TRAP() function in system.mdwn...
2023-12-22 Luke Kenneth Casso... Revert "demo moving pseudocode to separate file"
2023-12-22 Jacob Lifshayfix mcrxrx
2023-12-22 Jacob Lifshayremove grev, leaving unit tests for later use by grevlut
2023-12-22 Jacob Lifshaydemo moving pseudocode to separate file
2023-12-22 Jacob Lifshayfix set[n]bc[r]
2023-12-22 Jacob Lifshayadd set[n]bc[r] -- tests broken
2023-12-22 Jacob Lifshayrestore use of ? : operator in bfp_ROUND_TO_BFP32/64...
2023-12-22 Jacob Lifshayadd SVP64 tests for cfuged, cntlzdm, cnttzdm, pdepd...
2023-12-22 Jacob Lifshayadd pdepd/pextd
2023-12-22 Jacob Lifshayadd cfuged
2023-12-22 Jacob Lifshayadd cntlzdm/cnttzdm
2023-12-22 Konstantinos Marga... Moved maddsubrs/maddrs/msubrs instructions to separate...
2023-12-22 Konstantinos Marga... Fix failing cases, all tests pass now
2023-12-22 Jacob Lifshayadd byte reverse instructions from PowerISA v3.1B
2023-12-22 Konstantinos Marga... Unify XLEN =64 special case in the new code
2023-12-22 Konstantinos Marga... Fix XLEN != 64 cases where maddsubrs fails
2023-12-22 Jacob Lifshayadd fminmax tests with corresponding pseudocode fixes
2023-12-22 Jacob Lifshayupdate to use new fminmax instruction
2023-12-22 Jacob Lifshayrename fmv[ft]g*/fcvt[ft]g* to m[tf]fpr*/c[tf]fpr*
2023-12-22 Jacob Lifshayremove Rc=1 from fmvfg[s]
2023-12-22 Jacob Lifshayremove fcvttgs since it's redundant
2023-06-02 Jacob Lifshaymake maddsubrs show up in SVP64 generated CSVs
2023-06-02 Jacob Lifshayadd rest of bfp* functions needed for fcvtfg
2023-06-02 Luke Kenneth Casso... https://bugs.libre-soc.org/show_bug.cgi?id=1091
2023-06-02 Luke Kenneth Casso... rename sm to SH for shift-and-add instructions
2023-06-02 Jacob Lifshayfcvttg[s][o][.] needs EXTRA_UNINIT_REGS: RT
2023-06-02 Jacob Lifshayadd more bfp_* functions
2023-06-02 Jacob Lifshayfix bfp compare
2023-06-02 Jacob Lifshayfix typo
2023-06-02 Jacob Lifshayfix using python int instead of SelectableInt
2023-06-02 Jacob Lifshayadd WIP bfp_* function
2023-06-02 Jacob Lifshayfix: bfp_ROUND_TO_BFP64 takes 3 arguments
2023-06-02 Jacob Lifshayadd more bfp_* functions
2023-06-02 Jacob Lifshayfix bfp_COMPARE_* when given denormal inputs
2023-06-02 Jacob Lifshayfix fcvttg FPSCR.FR computation
2023-06-02 Jacob Lifshayadd fmv*/fcvt* to sv_analysis.py
2023-06-02 Jacob Lifshayfix bug in fcvttg OpenPower and saturating conversion
2023-06-02 Jacob Lifshayadd more fp -> int bfp* functions
2023-06-02 Jacob Lifshayfix fp comparison
2023-06-02 Jacob Lifshayfix round nearest-even
2023-06-02 Jacob Lifshayadd bfp_CONVERT_FROM_UI32/64
2023-06-02 Jacob Lifshayrephrase to avoid personal pronouns
2023-06-02 Jacob Lifshayduplicate overflow comment as requested by luke
2023-06-02 Jacob Lifshayfix fcvttg* overflow/FPSCR computation
2023-06-02 Jacob Lifshayfix mis-computed exponent in bfp_CONVERT_FROM_BFP64
2023-06-02 Luke Kenneth Casso... fix sv_analysis ldux, missing s/d:RA
2023-06-02 Luke Kenneth Casso... some empty slots now in RM and also source=dest in...
2023-06-02 Luke Kenneth Casso... ld/st mismatch in power_insn.py and sv_analysis.py
2023-06-02 Luke Kenneth Casso... in DCT/FFT 3-in 2-out set had to make RT same source...
2023-06-02 Luke Kenneth Casso... classify LD/ST-Immediate-Update as EXTRA3.
2023-06-02 Jacob Lifshayadd rest of bfp_* helpers needed to run fcvt js test
2023-06-02 Jacob Lifshayfix `even` polarity in bfp_ROUND_TO_INTEGER
2023-06-02 Jacob Lifshayfix bugs in fcvt* pseudocode
2023-06-02 Jacob Lifshayadd some bfp_* functions -- this isn't yet enough to...
2023-06-02 Jacob Lifshayundefined is a function that needs to be called
2023-06-02 Jacob Lifshayswitch to using self.FPSCR
2023-06-02 Jacob Lifshayswitch to using FPSCRState for double2single.mdwn
2023-06-02 Jacob Lifshayswitch fpcvt over to using FPSCR attributes
2023-06-02 Dmitry Selyutinminor_19.csv: convert RA to RA0 for minmax
2023-06-02 Jacob Lifshayadd initial fmv/fcvt tests, though they're broken due...
2023-06-02 Jacob Lifshayverify fields.txt forms' field separators ('|') line...
2023-06-02 Konstantinos Marga... merge maddrs/msubrs, unit tests changed accordingly
2023-06-02 Konstantinos Marga... Add 2 more instructions to help with 2-coeff butterfly
2023-06-02 Konstantinos Marga... use a simpler way to do the same thing
next