aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2019-06-10target/xtensa: Use env_cpu, env_archcpuRichard Henderson
2019-06-10target/unicore32: Use env_cpu, env_archcpuRichard Henderson
2019-06-10target/tricore: Use env_cpuRichard Henderson
2019-06-10target/tilegx: Use env_cpuRichard Henderson
2019-06-10target/sparc: Use env_cpu, env_archcpuRichard Henderson
2019-06-10target/sh4: Use env_cpu, env_archcpuRichard Henderson
2019-06-10target/s390x: Use env_cpu, env_archcpuRichard Henderson
2019-06-10target/riscv: Use env_cpu, env_archcpuRichard Henderson
2019-06-10target/ppc: Use env_cpu, env_archcpuRichard Henderson
2019-06-10target/openrisc: Use env_cpu, env_archcpuRichard Henderson
2019-06-10target/nios2: Use env_cpu, env_archcpuRichard Henderson
2019-06-10target/moxie: Use env_cpu, env_archcpuRichard Henderson
2019-06-10target/mips: Use env_cpu, env_archcpuRichard Henderson
2019-06-10target/microblaze: Use env_cpu, env_archcpuRichard Henderson
2019-06-10target/m68k: Use env_cpuRichard Henderson
2019-06-10target/lm32: Use env_cpu, env_archcpuRichard Henderson
2019-06-10target/i386: Use env_cpu, env_archcpuRichard Henderson
2019-06-10target/hppa: Use env_cpu, env_archcpuRichard Henderson
2019-06-10target/cris: Use env_cpu, env_archcpuRichard Henderson
2019-06-10target/cris: Reindent op_helper.cRichard Henderson
2019-06-10target/cris: Reindent mmu.cRichard Henderson
2019-06-10target/arm: Use env_cpu, env_archcpuRichard Henderson
2019-06-10target/alpha: Use env_cpu, env_archcpuRichard Henderson
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-06-10cpu: Define ArchCPURichard Henderson
2019-06-10cpu: Define CPUArchState with typedefRichard Henderson
2019-06-10tcg: Create struct CPUTLBRichard Henderson
2019-06-10tcg: Split out target/arch/cpu-param.hRichard Henderson
2019-06-07s390x/tcg: Use tcg_gen_gvec_bitsel for VECTOR SELECTRichard Henderson
2019-06-07s390x: Bump the "qemu" CPU model up to a stripped-down z13David Hildenbrand
2019-06-07s390x/tcg: We support the Vector FacilityDavid Hildenbrand
2019-06-07s390x/tcg: Allow linux-user to use vector instructionsDavid Hildenbrand
2019-06-07s390x/tcg: Implement VECTOR FP TEST DATA CLASS IMMEDIATEDavid Hildenbrand
2019-06-07s390x/tcg: Implement VECTOR FP SUBTRACTDavid Hildenbrand
2019-06-07s390x/tcg: Implement VECTOR FP SQUARE ROOTDavid Hildenbrand
2019-06-07s390x/tcg: Implement VECTOR FP PERFORM SIGN OPERATIONDavid Hildenbrand
2019-06-07s390x/tcg: Implement VECTOR FP MULTIPLY AND (ADD|SUBTRACT)David Hildenbrand
2019-06-07s390x/tcg: Implement VECTOR FP MULTIPLYDavid Hildenbrand
2019-06-07s390x/tcg: Implement VECTOR LOAD ROUNDEDDavid Hildenbrand
2019-06-07s390x/tcg: Implement VECTOR LOAD LENGTHENEDDavid Hildenbrand
2019-06-07s390x/tcg: Implement VECTOR LOAD FP INTEGERDavid Hildenbrand
2019-06-07s390x/tcg: Implement VECTOR FP DIVIDEDavid Hildenbrand
2019-06-07s390x/tcg: Implement VECTOR FP CONVERT TO LOGICAL 64-BITDavid Hildenbrand
2019-06-07s390x/tcg: Implement VECTOR FP CONVERT TO FIXED 64-BITDavid Hildenbrand
2019-06-07s390x/tcg: Implement VECTOR FP CONVERT FROM LOGICAL 64-BITDavid Hildenbrand
2019-06-07s390x/tcg: Implement VECTOR FP CONVERT FROM FIXED 64-BITDavid Hildenbrand
2019-06-07s390x/tcg: Implement VECTOR FP COMPARE (EQUAL|HIGH|HIGH OR EQUAL)David Hildenbrand
2019-06-07s390x/tcg: Implement VECTOR FP COMPARE (AND SIGNAL) SCALARDavid Hildenbrand
2019-06-07s390x/tcg: Implement VECTOR FP ADDDavid Hildenbrand
2019-06-07s390x/tcg: Export float_comp_to_cc() and float(32|64|128)_dcmask()David Hildenbrand