summaryrefslogtreecommitdiffstats
path: root/target/ppc/translate/vsx-impl.c.inc
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: Introduce TRANS*FLAGS macrosLuis Pires2022-03-021-25/+12Star
* target/ppc: Change VSX instructions behavior to fill with zerosVíctor Colombo2022-02-091-1/+3
* exec/memop: Adding signedness to quad definitionsFrédéric Pétrot2022-01-081-21/+21
* target/ppc: move xscvqpdp to decodetreeMatheus Ferst2021-12-171-11/+13
* target/ppc: fix xscvqpdp register accessMatheus Ferst2021-12-171-2/+3
* target/ppc: Move xs{max,min}[cj]dp to decodetreeVictor Colombo2021-12-171-4/+26
* target/ppc: Fix xs{max, min}[cj]dp to use VSX registersVictor Colombo2021-12-171-4/+4
* target/ppc: Implement lxvkq instructionMatheus Ferst2021-11-091-0/+43
* target/ppc: Implement xxblendvb/xxblendvh/xxblendvw/xxblendvd instructionsMatheus Ferst2021-11-091-0/+55
* target/ppc: implemented XXSPLTIDP instructionBruno Larsen (billionai)2021-11-091-0/+10
* target/ppc: Implemented XXSPLTIW using decodetreeBruno Larsen (billionai)2021-11-091-0/+10
* target/ppc: implemented XXSPLTI32DXBruno Larsen (billionai)2021-11-091-0/+17
* target/ppc: moved XXSPLTIB to using decodetreeBruno Larsen (billionai)2021-11-091-14/+6Star
* target/ppc: moved XXSPLTW to using decodetreeBruno Larsen (billionai)2021-11-091-11/+6Star
* target/ppc: added the instructions PLXVP and PSTXVPLucas Mateus Castro (alqotel)2021-11-091-0/+2
* target/ppc: added the instructions PLXV and PSTXVLucas Mateus Castro (alqotel)2021-11-091-0/+16
* target/ppc: added the instructions LXVPX and STXVPXLucas Mateus Castro (alqotel)2021-11-091-6/+12
* target/ppc: added the instructions LXVP and STXVPLucas Mateus Castro (alqotel)2021-11-091-12/+43
* target/ppc: moved stxvx and lxvx from legacy to decodtreeLucas Mateus Castro (alqotel)2021-11-091-106/+15Star
* target/ppc: moved stxv and lxv from legacy to decodtreeLucas Mateus Castro (alqotel)2021-11-091-2/+49
* target/ppc: receive high/low as argument in get/set_cpu_vsrMatheus Ferst2021-11-091-171/+146Star
* target/ppc: Fix load endianness for lxvwsx/lxvdsxGiuseppe Musacchio2021-05-191-2/+2
* ppc/translate: Rewrite gen_lxvdsx to use gvec primitivesGiuseppe Musacchio2020-12-141-23/+23
* ppc/translate: Implement lxvwsx opcodeLemonBoy2020-11-241-0/+30
* meson: rename included C source files to .c.incPaolo Bonzini2020-08-211-0/+2055