aboutsummaryrefslogtreecommitdiff
path: root/interpreter/riscv64/interpreter_test.cc
AgeCommit message (Expand)Author
2023-04-21Merge "interp: Tests for Rounding modes."Victor Khimenko
2023-04-21Merge "Merge load/store helper functions."Victor Khimenko
2023-04-21Merge "interp: added FAdd instruction."Victor Khimenko
2023-04-21interp: Tests for Rounding modes.Aman
2023-04-21interp: added FAdd instruction.Aman
2023-04-21Merge load/store helper functions.Victor Khimenko
2023-04-21interp: Add c.Fsd and c.Sd compressed instruction.Gaurav Kumar
2023-04-20Merge similar compressed instructionsVictor Khimenko
2023-04-19Merge "interp: Add c.Ld compressed instruction."Victor Khimenko
2023-04-19Merge "interp: Add c.Lw compressed instruction."Victor Khimenko
2023-04-19interp: Add c.Ld compressed instruction.Gaurav Kumar
2023-04-19interp: Add c.Lw compressed instruction.Gaurav Kumar
2023-04-19interp: added Zicsr instructions.Aman
2023-04-16interp: Add c.fld compressed instruction.Gaurav Kumar
2023-04-10Merge "interp: Add c.addi compressed instruction."Victor Khimenko
2023-04-10interp: Add c.addi compressed instruction.Gaurav kumar
2023-04-08interp : added floating store instructions.Aman
2023-04-06interp : added floating load instructions.Aman
2023-04-06interp: add c.addi4spn instructionGaurav kumar
2023-04-05interp: Added fence.i instruction.Aman
2023-04-02interp : added fence and fence.tso instructionsAman
2023-03-24interp: added amoxxx instructionsAman
2023-03-24Merge "interp: Add c.j compressed instruction."Victor Khimenko
2023-03-24interp: Add c.j compressed instruction.Gaurav kumar
2023-03-14inter: Added Lui and AuipcAman
2023-03-12interp: support 32-bit multiplication and divisionAman
2023-03-11interp: support 64-bit multiplication and divisionAman
2023-03-10interp: support 32bit arith with immediatesAman
2023-03-09interp: support 32bit arithAman
2023-03-06interp: add ecall instructionAman
2023-03-03berberis: Add kernel_api scaffoldingLev Rumyantsev
2023-03-02interp: support arith with immediatesAman
2023-02-28guest_state: Add and use ToGuestAddrLev Rumyantsev
2023-02-16guest_state: separate header for guest_addrLev Rumyantsev
2023-02-14berberis: clang-format existing sourcesLev Rumyantsev
2023-02-14interp: support jump-and-link registerLev Rumyantsev
2023-02-14interp: support jump-and-link immLev Rumyantsev
2023-02-14interp: support cond branchesLev Rumyantsev
2023-02-13interp: support storesLev Rumyantsev
2023-02-13interp: support the rest of int loadsLev Rumyantsev
2023-02-11interp: support simple loadLev Rumyantsev
2023-02-10berberis: aosp inceptionLev Rumyantsev