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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
ppc
/
translate
/
vmx-impl.c.inc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-26
target/ppc: Update VMX storage access insns to use tcg_gen_qemu_ld/st_i128.
Chinmay Rath
1
-22
/
+20
2024-07-26
target/ppc: Move get/set_avr64 functions to vmx-impl.c.inc.
Chinmay Rath
1
-0
/
+10
2024-07-26
target/ppc: Improve VMX integer add/sub saturate instructions.
Chinmay Rath
1
-7
/
+7
2024-07-26
target/ppc: Move VMX integer add/sub saturate insns to decodetree.
Chinmay Rath
1
-64
/
+174
2024-05-24
target/ppc: Move VMX integer max/min instructions to decodetree.
Chinmay Rath
1
-16
/
+21
2024-05-24
target/ppc: Move VMX integer logical instructions to decodetree.
Chinmay Rath
1
-12
/
+10
2024-05-24
target/ppc: Move VMX storage access instructions to decodetree
Chinmay Rath
1
-130
/
+91
2024-02-20
ppc: correct typos
Manos Pitsidianakis
1
-1
/
+1
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
1
-17
/
+17
2023-09-20
ppc: spelling fixes
Michael Tokarev
1
-3
/
+3
2023-08-24
target/ppc: Use tcg_gen_negsetcond_*
Richard Henderson
1
-5
/
+3
2023-05-05
tcg: ppc64: Fix mask generation for vextractdm
Shivaprasad G Bhat
1
-1
/
+1
2023-03-13
target/ppc: Avoid tcg_const_* in vmx-impl.c.inc
Richard Henderson
1
-5
/
+5
2023-03-13
target/ppc: Avoid tcg_const_i64 in do_vcntmb
Richard Henderson
1
-10
/
+11
2023-03-13
target/ppc: Avoid tcg_const_i64 in do_vector_shift_quad
Richard Henderson
1
-1
/
+3
2023-03-13
target/ppc: Split out gen_vx_vmul10
Richard Henderson
1
-46
/
+49
2023-03-05
target/ppc: Drop tcg_temp_free
Richard Henderson
1
-292
/
+4
2023-03-01
target/ppc: Don't use tcg_temp_local_new
Richard Henderson
1
-2
/
+2
2022-10-28
target/ppc: Move VABSDU[BHW] to decodetree and use gvec
Lucas Mateus Castro (alqotel)
1
-3
/
+46
2022-10-28
target/ppc: Move VAVG[SU][BHW] to decodetree and use gvec
Lucas Mateus Castro (alqotel)
1
-12
/
+94
2022-10-28
target/ppc: Move VPRTYB[WDQ] to decodetree and use gvec
Lucas Mateus Castro (alqotel)
1
-3
/
+65
2022-10-28
target/ppc: Move VNEG[WD] to decodtree and use gvec
Lucas Mateus Castro (alqotel)
1
-2
/
+13
2022-10-28
target/ppc: Move V(ADD|SUB)CUW to decodetree and use gvec
Lucas Mateus Castro (alqotel)
1
-4
/
+57
2022-10-28
target/ppc: Move VMH[R]ADDSHS instruction to decodetree
Lucas Mateus Castro (alqotel)
1
-2
/
+3
2022-10-28
target/ppc: Moved VMLADDUHM to decodetree and use gvec
Lucas Mateus Castro (alqotel)
1
-18
/
+30
2022-07-06
target/ppc: use int128.h methods in vsubcuq
Matheus Ferst
1
-4
/
+1
2022-07-06
target/ppc: use int128.h methods in vsubecuq and vsubeuqm
Matheus Ferst
1
-4
/
+3
2022-07-06
target/ppc: use int128.h methods in vsubuqm
Matheus Ferst
1
-3
/
+2
2022-07-06
target/ppc: use int128.h methods in vaddcuq
Matheus Ferst
1
-1
/
+1
2022-07-06
target/ppc: use int128.h methods in vaddecuq and vaddeuqm
Matheus Ferst
1
-4
/
+3
2022-07-06
target/ppc: use int128.h methods in vadduqm
Matheus Ferst
1
-1
/
+2
2022-07-06
target/ppc: use int128.h methods in vpmsumd
Matheus Ferst
1
-1
/
+2
2022-06-20
target/ppc: Implemented vector module quadword
Lucas Mateus Castro (alqotel)
1
-0
/
+2
2022-06-20
target/ppc: Implemented vector module word/doubleword
Lucas Mateus Castro (alqotel)
1
-0
/
+10
2022-06-20
target/ppc: Implemented remaining vector divide extended
Lucas Mateus Castro (alqotel)
1
-0
/
+4
2022-06-20
target/ppc: Implemented vector divide extended word
Lucas Mateus Castro (alqotel)
1
-0
/
+48
2022-06-20
target/ppc: Implemented vector divide quadword
Lucas Mateus Castro (alqotel)
1
-0
/
+2
2022-06-20
target/ppc: Implemented vector divide instructions
Lucas Mateus Castro (alqotel)
1
-0
/
+85
2022-05-26
target/ppc: declare vmsumsh[ms] helper with call flags
Matheus Ferst
1
-1
/
+2
2022-05-26
target/ppc: declare vmsumuh[ms] helper with call flags
Matheus Ferst
1
-2
/
+22
2022-05-26
target/ppc: declare vmsum[um]bm helpers with call flags
Matheus Ferst
1
-1
/
+4
2022-05-26
target/ppc: introduce do_va_helper
Matheus Ferst
1
-27
/
+5
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
1
-2
/
+2
2022-03-05
target/ppc: use andc in vrlqmi
Matheus Ferst
1
-4
/
+2
2022-03-05
target/ppc: use extract/extract2 to create vrlqnm mask
Matheus Ferst
1
-7
/
+3
2022-03-05
target/ppc: use ext32u and deposit in do_vx_vmulhw_i64
Matheus Ferst
1
-7
/
+3
2022-03-05
target/ppc: Fix vmul[eo]* instructions marked 2.07
Lucas Mateus Castro (alqotel)
1
-8
/
+8
2022-03-02
target/ppc: Move vsel and vperm/vpermr to decodetree
Matheus Ferst
1
-16
/
+53
2022-03-02
target/ppc: implement vrlqmi
Matheus Ferst
1
-4
/
+17
2022-03-02
target/ppc: implement vrlqnm
Matheus Ferst
1
-5
/
+76
[next]