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
/
int_helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-06
target/ppc: use int128.h methods in vsubcuq
Matheus Ferst
1
-46
/
+5
2022-07-06
target/ppc: use int128.h methods in vsubecuq and vsubeuqm
Matheus Ferst
1
-29
/
+9
2022-07-06
target/ppc: use int128.h methods in vsubuqm
Matheus Ferst
1
-17
/
+2
2022-07-06
target/ppc: use int128.h methods in vaddcuq
Matheus Ferst
1
-10
/
+2
2022-07-06
target/ppc: use int128.h methods in vaddecuq and vaddeuqm
Matheus Ferst
1
-44
/
+9
2022-07-06
target/ppc: use int128.h methods in vadduqm
Matheus Ferst
1
-6
/
+2
2022-07-06
target/ppc: use int128.h methods in vpmsumd
Matheus Ferst
1
-38
/
+10
2022-06-20
target/ppc: avoid int32 multiply overflow in int_helper.c
Daniel Henrique Barboza
1
-2
/
+3
2022-06-20
target/ppc: fix vbpermd in big endian hosts
Matheus Ferst
1
-3
/
+2
2022-06-20
target/ppc: Implemented vector module quadword
Lucas Mateus Castro (alqotel)
1
-0
/
+21
2022-06-20
target/ppc: Implemented remaining vector divide extended
Lucas Mateus Castro (alqotel)
1
-0
/
+64
2022-06-20
target/ppc: Implemented vector divide quadword
Lucas Mateus Castro (alqotel)
1
-0
/
+21
2022-05-26
target/ppc: Implemented xvi*ger* instructions
Lucas Mateus Castro (alqotel)
1
-0
/
+130
2022-05-26
target/ppc: declare vmsumsh[ms] helper with call flags
Matheus Ferst
1
-3
/
+2
2022-05-26
target/ppc: declare vmsumuh[ms] helper with call flags
Matheus Ferst
1
-3
/
+2
2022-05-26
target/ppc: declare vmsum[um]bm helpers with call flags
Matheus Ferst
1
-4
/
+2
2022-05-26
target/ppc: declare xxextractuw and xxinsertw helpers with call flags
Matheus Ferst
1
-4
/
+2
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
1
-11
/
+11
2022-03-05
target/ppc: split XXGENPCV macros for readability
Matheus Ferst
1
-7
/
+21
2022-03-02
target/ppc: Implement xxgenpcv[bhwd]m instruction
Matheus Ferst
1
-0
/
+91
2022-03-02
target/ppc: Implement xxeval
Matheus Ferst
1
-0
/
+42
2022-03-02
target/ppc: Implement xxpermx instruction
Matheus Ferst
1
-0
/
+20
2022-03-02
target/ppc: Move vsel and vperm/vpermr to decodetree
Matheus Ferst
1
-11
/
+2
2022-03-02
target/ppc: move vrl[bhwd]nm/vrl[bhwd]mi to decodetree
Matheus Ferst
1
-27
/
+27
2022-03-02
target/ppc: implement vstri[bh][lr]
Matheus Ferst
1
-0
/
+28
2022-03-02
target/ppc: Move Vector Compare Not Equal or Zero to decodetree
Matheus Ferst
1
-39
/
+11
2022-03-02
target/ppc: Move Vector Compare Equal/Not Equal/Greater Than to decodetree
Matheus Ferst
1
-54
/
+0
2022-03-02
target/ppc: Move vexts[bhw]2[wd] to decodetree
Lucas Coutinho
1
-15
/
+0
2022-03-02
target/ppc: vmulh* instructions without helpers
Lucas Mateus Castro (alqotel)
1
-35
/
+0
2022-03-02
target/ppc: Moved vector multiply high and low to decodetree
Lucas Mateus Castro (alqotel)
1
-4
/
+4
2022-03-02
target/ppc: moved vector even and odd multiplication to decodetree
Lucas Mateus Castro (alqotel)
1
-10
/
+10
2022-02-09
target/ppc: Remove PowerPC 601 CPUs
Cédric Le Goater
1
-66
/
+0
2022-01-28
target/ppc: Remove support for the PowerPC 602 CPU
Cédric Le Goater
1
-21
/
+0
2021-11-09
target/ppc: Implement xxblendvb/xxblendvh/xxblendvw/xxblendvd instructions
Matheus Ferst
1
-0
/
+15
2021-11-09
target/ppc: Implement Vector Extract Double to VSR using GPR index insns
Matheus Ferst
1
-0
/
+39
2021-11-09
target/ppc: Move vinsertb/vinserth/vinsertw/vinsertd to decodetree
Matheus Ferst
1
-21
/
+0
2021-11-09
target/ppc: Implement Vector Insert from GPR using GPR index insns
Matheus Ferst
1
-0
/
+30
2021-11-09
target/ppc: Implement vpdepd/vpextd instruction
Matheus Ferst
1
-2
/
+0
2021-11-09
target/ppc: Move vcfuged to vmx-impl.c.inc
Matheus Ferst
1
-1
/
+1
2021-11-09
target/ppc: Implement pextd instruction
Matheus Ferst
1
-0
/
+18
2021-11-09
target/ppc: Implement pdepd instruction
Matheus Ferst
1
-0
/
+20
2021-10-27
host-utils: add 128-bit quotient support to divu128/divs128
Luis Pires
1
-4
/
+5
2021-10-27
host-utils: move checks out of divu128/divs128
Luis Pires
1
-5
/
+9
2021-09-29
target/ppc: fix setting of CR flags in bcdcfsq
Luis Pires
1
-13
/
+48
2021-08-27
target/ppc: fix vextu[bhw][lr]x helpers
Matheus Ferst
1
-28
/
+10
2021-06-03
target/ppc: Implement cfuged instruction
Matheus Ferst
1
-0
/
+62
2021-05-19
target/ppc: created ppc_{store,get}_vscr for generic vscr usage
Bruno Larsen (billionai)
1
-7
/
+2
2021-05-04
target/ppc: Move helper_regs.h functions out-of-line
Richard Henderson
1
-0
/
+1
2021-03-10
target/ppc: Fix bcdsub. emulation when result overflows
Fabiano Rosas
1
-3
/
+10
2020-11-15
powerpc tcg: Fix Lesser GPL version number
Chetan Pant
1
-1
/
+1
[next]