index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
tricore
/
translate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
target/tricore: Use tcg_gen_*extract_tl
Richard Henderson
1
-16
/
+4
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
1
-2
/
+2
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
1
-113
/
+113
2023-10-02
Merge tag 'pull-shadow-2023-09-29' of https://repo.or.cz/qemu/armbru into sta...
Stefan Hajnoczi
1
-3
/
+3
2023-09-29
target/tricore: Clean up local variable shadowing
Philippe Mathieu-Daudé
1
-3
/
+3
2023-09-28
target/tricore: Fix FTOUZ being ISA v1.3.1 up
Bastian Koppelmann
1
-1
/
+5
2023-09-28
target/tricore: Replace cpu_*_code with translator_*
Bastian Koppelmann
1
-3
/
+4
2023-09-28
target/tricore: Swap src and dst reg for RCRR_INSERT
Bastian Koppelmann
1
-4
/
+4
2023-09-28
target/tricore: Fix RCPW/RRPW_INSERT insns for width = 0
Bastian Koppelmann
1
-2
/
+8
2023-09-28
target/tricore: Implement hptof insn
Bastian Koppelmann
1
-0
/
+7
2023-09-28
target/tricore: Implement ftohp insn
Bastian Koppelmann
1
-0
/
+7
2023-09-28
target/tricore: Implement FTOU insn
Bastian Koppelmann
1
-0
/
+3
2023-09-28
target/tricore: Implement CRCN insn
Bastian Koppelmann
1
-0
/
+8
2023-08-24
target/tricore: Replace gen_cond_w with tcg_gen_negsetcond_tl
Richard Henderson
1
-10
/
+6
2023-07-25
other architectures: spelling fixes
Michael Tokarev
1
-4
/
+4
2023-06-21
target/tricore: Fix ICR.IE offset in RESTORE insn
Bastian Koppelmann
1
-1
/
+3
2023-06-21
target/tricore: Honour privilege changes on PSW write
Bastian Koppelmann
1
-1
/
+1
2023-06-21
target/tricore: Implement privilege level for all insns
Bastian Koppelmann
1
-10
/
+33
2023-06-21
target/tricore: Introduce priv tb flag
Bastian Koppelmann
1
-6
/
+8
2023-06-21
target/tricore: Indirect jump insns use tcg_gen_lookup_and_goto_ptr()
Bastian Koppelmann
1
-1
/
+6
2023-06-21
target/tricore: ENABLE exit to main-loop
Bastian Koppelmann
1
-0
/
+5
2023-06-21
target/tricore: Introduce DISAS_TARGET_EXIT
Bastian Koppelmann
1
-13
/
+12
2023-06-21
target/tricore: Fix RR_JLI clobbering reg A[11]
Bastian Koppelmann
1
-1
/
+1
2023-06-21
target/tricore: Add CHECK_REG_PAIR() for insn accessing 64 bit regs
Bastian Koppelmann
1
-2
/
+9
2023-06-21
target/tricore: Fix out-of-bounds index in imask instruction
Siqi Chen
1
-0
/
+1
2023-06-21
target/tricore: Add DISABLE insn variant
Bastian Koppelmann
1
-1
/
+10
2023-06-21
target/tricore: Implement SYCSCALL insn
Bastian Koppelmann
1
-1
/
+1
2023-06-21
target/tricore: Add shuffle insn
Bastian Koppelmann
1
-0
/
+8
2023-06-21
target/tricore: Add crc32.b insn
Bastian Koppelmann
1
-0
/
+7
2023-06-21
target/tricore: Add crc32l.w insn
Bastian Koppelmann
1
-2
/
+10
2023-06-21
target/tricore: Add LHA insn
Bastian Koppelmann
1
-2
/
+12
2023-06-21
target/tricore: Add popcnt.w insn
Bastian Koppelmann
1
-0
/
+7
2023-06-07
target/tricore: Refactor PCXI/ICR register fields
Bastian Koppelmann
1
-2
/
+8
2023-06-05
accel/tcg: Introduce translator_io_start
Richard Henderson
1
-2
/
+0
2023-06-05
tcg: Pass TCGHelperInfo to tcg_gen_callN
Richard Henderson
1
-0
/
+5
2023-03-13
target/tricore: Use min/max for saturate
Richard Henderson
1
-11
/
+3
2023-03-13
target/tricore: Avoid tcg_const_i32
Richard Henderson
1
-63
/
+64
2023-03-13
target/tricore: Drop some temp initialization
Richard Henderson
1
-2
/
+2
2023-03-13
target/tricore: Use setcondi instead of explicit allocation
Richard Henderson
1
-5
/
+2
2023-03-13
target/tricore: Rename t_off10 and use tcg_constant_i32
Richard Henderson
1
-29
/
+27
2023-03-13
target/tricore: Split t_n as constant from temp as variable
Richard Henderson
1
-128
/
+140
2023-03-05
target/tricore: Drop tcg_temp_free
Richard Henderson
1
-536
/
+4
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
1
-1
/
+1
2023-02-08
target/tricore: Fix OPC1_16_SRO_LD_H translation
Anton Kochkov
1
-1
/
+1
2023-02-08
target/tricore: Fix OPC2_32_BO_LD_BU_PREINC
Bastian Koppelmann
1
-1
/
+1
2023-02-08
target/tricore: Fix OPC2_32_RRRR_DEXTR
Bastian Koppelmann
1
-3
/
+12
2023-02-08
target/tricore: Fix RRPW_DEXTR
Bastian Koppelmann
1
-9
/
+3
2023-02-08
target/tricore: Fix OPC2_32_RCRW_INSERT translation
Bastian Koppelmann
1
-2
/
+2
2023-02-08
target/tricore: Fix OPC2_32_RCRW_IMASK translation
Bastian Koppelmann
1
-3
/
+3
2022-11-05
target/tricore: Rename csfr.def -> csfr.h.inc
Philippe Mathieu-Daudé
1
-2
/
+2
[next]