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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-05
target/ppc: split XXGENPCV macros for readability
Matheus Ferst
1
-35
/
+36
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: implement lxvr[bhwd]/stxvr[bhwd]x
Lucas Coutinho
1
-0
/
+35
2022-03-02
target/ppc: implement plxssp/pstxssp
Leandro Lupori
1
-46
/
+47
2022-03-02
target/ppc: implement plxsd/pstxsd
Leandro Lupori
1
-2
/
+53
2022-03-02
target/ppc: Implement xvcvbf16spn and xvcvspbf16 instructions
Víctor Colombo
1
-1
/
+30
2022-03-02
target/ppc: Implement xs{max,min}cqp
Víctor Colombo
1
-0
/
+2
2022-03-02
target/ppc: Move xs{max, min}[cj]dp to use do_helper_XX3
Víctor Colombo
1
-26
/
+4
2022-03-02
target/ppc: Move xscmp{eq,ge,gt}dp to decodetree
Víctor Colombo
2
-6
/
+25
2022-03-02
target/ppc: Implement xscmp{eq,ge,gt}qp
Víctor Colombo
1
-0
/
+31
2022-03-02
target/ppc: Remove xscmpnedp instruction
Víctor Colombo
2
-2
/
+0
2022-03-02
target/ppc: Implement xvtlsbb instruction
Víctor Colombo
1
-0
/
+40
2022-03-02
target/ppc: implement xs[n]maddqp[o]/xs[n]msubqp[o]
Matheus Ferst
1
-0
/
+25
2022-03-02
target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetree
Matheus Ferst
2
-24
/
+48
2022-03-02
target/ppc: Implement xxgenpcv[bhwd]m instruction
Matheus Ferst
1
-0
/
+43
2022-03-02
target/ppc: Implement xxeval
Matheus Ferst
1
-0
/
+220
2022-03-02
target/ppc: Implement xxpermx instruction
Matheus Ferst
1
-0
/
+22
2022-03-02
target/ppc: Move xxpermdi to decodetree
Matheus Ferst
2
-41
/
+32
2022-03-02
target/ppc: move xxperm/xxpermr to decodetree
Matheus Ferst
2
-4
/
+40
2022-03-02
target/ppc: Move xxsel to decodetree
Matheus Ferst
2
-55
/
+8
2022-03-02
target/ppc: Move vsel and vperm/vpermr to decodetree
Matheus Ferst
2
-18
/
+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
2
-10
/
+147
2022-03-02
target/ppc: move vrl[bhwd] to decodetree
Matheus Ferst
2
-12
/
+7
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
2
-26
/
+28
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
2
-7
/
+62
2022-03-02
target/ppc: Move Vector Compare Equal/Not Equal/Greater Than to decodetree
Matheus Ferst
2
-40
/
+64
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
2
-10
/
+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)
2
-10
/
+16
2022-03-02
target/ppc: moved vector even and odd multiplication to decodetree
Lucas Mateus Castro (alqotel)
2
-30
/
+62
[next]