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
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
2020-08-24
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...
Peter Maydell
1
-13
/
+35
2020-08-21
meson: rename included C source files to .c.inc
Paolo Bonzini
1
-1
/
+1
2020-08-12
target/ppc: add vmulh{su}d instructions
Lijun Pan
1
-0
/
+16
2020-08-12
target/ppc: add vmulh{su}w instructions
Lijun Pan
1
-0
/
+19
2020-08-12
target/ppc: convert vmuluwm to tcg_gen_gvec_mul
Lijun Pan
1
-13
/
+0
2020-06-02
target/ppc: Use tcg_gen_gvec_rotlv
Richard Henderson
1
-17
/
+0
2020-05-19
softfloat: Name compare relation enum
Richard Henderson
1
-6
/
+7
2019-10-04
target/ppc: use Vsr macros in BCD helpers
Mark Cave-Ayland
1
-47
/
+25
2019-08-21
target/ppc: Optimize emulation of vclzw instruction
Stefan Brankovic
1
-3
/
+0
2019-08-21
target/ppc: Optimize emulation of vclzd instruction
Stefan Brankovic
1
-3
/
+0
2019-08-21
target/ppc: Optimize emulation of vgbbd instruction
Stefan Brankovic
1
-276
/
+0
2019-08-21
target/ppc: Optimize emulation of vsl and vsr instructions
Stefan Brankovic
1
-35
/
+0
2019-08-21
target/ppc: Optimize emulation of lvsl and lvsr instructions
Stefan Brankovic
1
-18
/
+0
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+2
2019-07-02
target/ppc: decode target register in VSX_EXTRACT_INSERT at translation time
Mark Cave-Ayland
1
-8
/
+4
2019-07-02
target/ppc: remove getVSR()/putVSR() from int_helper.c
Mark Cave-Ayland
1
-12
/
+10
2019-05-29
target/ppc: Use vector variable shifts for VSL, VSR, VSRA
Richard Henderson
1
-37
/
+0
2019-05-29
target/ppc: Fix vsum2sws
Anton Blanchard
1
-1
/
+1
2019-05-29
target/ppc: Fix vslv and vsrv
Anton Blanchard
1
-7
/
+7
2019-05-22
target/ppc: Use qemu_guest_getrandom for DARN
Richard Henderson
1
-11
/
+26
2019-04-26
target/ppc: Style fixes for int_helper.c
David Gibson
1
-31
/
+39
2019-02-18
target/ppc: convert vmin* and vmax* to vector operations
Richard Henderson
1
-27
/
+0
2019-02-18
target/ppc: convert vadd*s and vsub*s to vector operations
Richard Henderson
1
-14
/
+4
2019-02-18
target/ppc: Split out VSCR_SAT to a vector field
Richard Henderson
1
-3
/
+8
2019-02-18
target/ppc: Add set_vscr_sat
Richard Henderson
1
-12
/
+17
2019-02-18
target/ppc: Add helper_mfvscr
Richard Henderson
1
-0
/
+5
2019-02-18
target/ppc: Pass integer to helper_mtvscr
Richard Henderson
1
-3
/
+3
2019-02-18
target/ppc: convert vsplt[bhw] to use vector operations
Richard Henderson
1
-19
/
+0
2019-02-18
target/ppc: convert vspltis[bhw] to use vector operations
Richard Henderson
1
-15
/
+0
2019-02-18
target/ppc: convert vaddu[b,h,w,d] and vsubu[b,h,w,d] over to use vector oper...
Mark Cave-Ayland
1
-7
/
+0
2019-02-04
target/ppc: remove various HOST_WORDS_BIGENDIAN hacks in int_helper.c
Mark Cave-Ayland
1
-110
/
+45
2019-02-04
target/ppc: remove ROTRu32 and ROTRu64 macros from int_helper.c
Mark Cave-Ayland
1
-28
/
+20
2019-02-04
target/ppc: simplify VEXT_SIGNED macro in int_helper.c
Mark Cave-Ayland
1
-7
/
+7
[next]