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
/
ppc
/
translate
/
vmx-impl.c.inc
Age
Commit message (
Expand
)
Author
Files
Lines
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
2022-03-02
target/ppc: implement vrlq
Matheus Ferst
1
-0
/
+48
2022-03-02
target/ppc: move vrl[bhwd]nm/vrl[bhwd]mi to decodetree
Matheus Ferst
1
-6
/
+146
2022-03-02
target/ppc: move vrl[bhwd] to decodetree
Matheus Ferst
1
-8
/
+5
2022-03-02
target/ppc: implement vsraq
Matheus Ferst
1
-6
/
+17
2022-03-02
target/ppc: implement vsrq
Matheus Ferst
1
-10
/
+30
2022-03-02
target/ppc: implement vslq
Matheus Ferst
1
-0
/
+40
2022-03-02
target/ppc: move vs[lr][a][bhwd] to decodetree
Matheus Ferst
1
-14
/
+27
2022-03-02
target/ppc: implement vgnb
Matheus Ferst
1
-0
/
+135
2022-03-02
target/ppc: implement vcntmb[bhwd]
Matheus Ferst
1
-0
/
+32
2022-03-02
target/ppc: implement vclrrb
Matheus Ferst
1
-8
/
+24
2022-03-02
target/ppc: implement vclrlb
Matheus Ferst
1
-0
/
+40
2022-03-02
target/ppc: implement vstri[bh][lr]
Matheus Ferst
1
-0
/
+30
2022-03-02
target/ppc: Implement Vector Compare Quadword
Matheus Ferst
1
-0
/
+45
2022-03-02
target/ppc: Implement Vector Compare Greater Than Quadword
Matheus Ferst
1
-0
/
+39
2022-03-02
target/ppc: Implement Vector Compare Equal Quadword
Matheus Ferst
1
-0
/
+36
2022-03-02
target/ppc: Move Vector Compare Not Equal or Zero to decodetree
Matheus Ferst
1
-4
/
+62
2022-03-02
target/ppc: Move Vector Compare Equal/Not Equal/Greater Than to decodetree
Matheus Ferst
1
-28
/
+61
2022-03-02
target/ppc: Implement vextsd2q
Lucas Coutinho
1
-0
/
+18
2022-03-02
target/ppc: Move vexts[bhw]2[wd] to decodetree
Lucas Coutinho
1
-5
/
+53
2022-03-02
target/ppc: Implement vmsumudm instruction
Víctor Colombo
1
-0
/
+34
2022-03-02
target/ppc: Implement vmsumcud instruction
Víctor Colombo
1
-0
/
+53
2022-03-02
target/ppc: vmulh* instructions without helpers
Lucas Mateus Castro (alqotel)
1
-4
/
+87
2022-03-02
target/ppc: Moved vector multiply high and low to decodetree
Lucas Mateus Castro (alqotel)
1
-5
/
+16
2022-03-02
target/ppc: moved vector even and odd multiplication to decodetree
Lucas Mateus Castro (alqotel)
1
-18
/
+59
2021-12-17
target/ppc: Implement Vector Mask Move insns
Matheus Ferst
1
-0
/
+115
[next]