Age | Commit message (Expand) | Author | Files | Lines |
2023-09-29 | tests/tcg: Reset result register after each test | Bastian Koppelmann | 1 | -1/+2 |
2023-09-28 | tests/tcg/tricore: Extended and non-extened regs now match | Bastian Koppelmann | 1 | -19/+19 |
2023-09-28 | target/tricore: Swap src and dst reg for RCRR_INSERT | Bastian Koppelmann | 2 | -0/+14 |
2023-09-28 | target/tricore: Fix RCPW/RRPW_INSERT insns for width = 0 | Bastian Koppelmann | 2 | -0/+24 |
2023-09-28 | target/tricore: Implement hptof insn | Bastian Koppelmann | 2 | -0/+13 |
2023-09-28 | target/tricore: Implement ftohp insn | Bastian Koppelmann | 2 | -0/+15 |
2023-09-28 | target/tricore: Implement FTOU insn | Bastian Koppelmann | 2 | -0/+13 |
2023-09-28 | target/tricore: Implement CRCN insn | Bastian Koppelmann | 2 | -0/+10 |
2023-09-28 | tests/tcg/tricore: Bump cpu to tc37x | Bastian Koppelmann | 1 | -1/+1 |
2023-09-07 | configure: remove HOST_CC | Paolo Bonzini | 1 | -1/+1 |
2023-07-25 | other architectures: spelling fixes | Michael Tokarev | 1 | -2/+2 |
2023-06-07 | tests/tcg/tricore: Add recursion test for CSAs | Bastian Koppelmann | 2 | -1/+17 |
2023-06-07 | tests/tcg/tricore: Add first C program | Bastian Koppelmann | 5 | -0/+395 |
2023-06-07 | tests/tcg/tricore: Uses label for memory addresses | Bastian Koppelmann | 3 | -7/+6 |
2023-06-07 | tests/tcg/tricore: Move asm tests into 'asm' directory | Bastian Koppelmann | 17 | -17/+18 |
2023-04-27 | tests/tcg: limit the scope of the plugin tests | Alex Bennée | 1 | -0/+3 |
2023-03-01 | tests/docker: Use binaries for debian-tricore-cross | Bastian Koppelmann | 2 | -4/+4 |
2023-02-08 | tests/tcg/tricore: Add test for ld.h | Bastian Koppelmann | 3 | -0/+29 |
2023-02-08 | tests/tcg/tricore: Add LD.BU tests | Bastian Koppelmann | 3 | -0/+39 |
2023-02-08 | tests/tcg/tricore: Add OPC2_32_RRRR_DEXTR tests | Bastian Koppelmann | 2 | -0/+44 |
2023-02-08 | tests/tcg/tricore: Add tests for RRPW_DEXTR | Bastian Koppelmann | 3 | -0/+49 |
2023-02-08 | tests/tcg/tricore: Add test for OPC2_32_RCRW_INSERT | Bastian Koppelmann | 3 | -4/+22 |
2023-02-08 | tests/tcg/tricore: Add test for OPC2_32_RCRW_IMASK | Bastian Koppelmann | 3 | -0/+18 |
2021-05-18 | tests/tcg/tricore: Add muls test | Bastian Koppelmann | 2 | -0/+10 |
2021-05-18 | tests/tcg/tricore: Add msub test | Bastian Koppelmann | 2 | -0/+10 |
2021-05-18 | tests/tcg/tricore: Add madd test | Bastian Koppelmann | 3 | -0/+30 |
2021-05-18 | tests/tcg/tricore: Add ftoi test | Bastian Koppelmann | 3 | -0/+18 |
2021-05-18 | tests/tcg/tricore: Add fmul test | Bastian Koppelmann | 2 | -0/+9 |
2021-05-18 | tests/tcg/tricore: Add fadd test | Bastian Koppelmann | 2 | -0/+17 |
2021-05-18 | tests/tcg/tricore: Add dvstep test | Bastian Koppelmann | 3 | -1/+44 |
2021-05-18 | tests/tcg/tricore: Add clz test | Bastian Koppelmann | 2 | -0/+10 |
2021-05-18 | tests/tcg/tricore: Add bmerge test | Bastian Koppelmann | 3 | -0/+33 |
2021-05-18 | tests/tcg/tricore: Add macros to create tests and first test 'abs' | Bastian Koppelmann | 3 | -0/+62 |
2021-05-18 | tests/tcg/tricore: Add build infrastructure | Bastian Koppelmann | 2 | -0/+75 |