aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2021-03-17tcg/tci: Split out tcg_out_op_rrrrrcRichard Henderson
2021-03-17tcg/tci: Split out tcg_out_op_rrrcRichard Henderson
2021-03-17tcg/tci: Split out tcg_out_op_rrrRichard Henderson
2021-03-17tcg/tci: Split out tcg_out_op_rrRichard Henderson
2021-03-17tcg/tci: Split out tcg_out_op_pRichard Henderson
2021-03-17tcg/tci: Split out tcg_out_op_lRichard Henderson
2021-03-17tcg/tci: Split out tcg_out_op_rrsRichard Henderson
2021-03-17tcg/tci: Push opcode emit into each caseRichard Henderson
2021-03-17tcg/tci: Implement the disassembler properlyRichard Henderson
2021-03-17tcg/tci: Remove tci_disasRichard Henderson
2021-03-17tcg/tci: Hoist op_size checking into tci_args_*Richard Henderson
2021-03-17tcg/tci: Split out tci_args_{rrm,rrrm,rrrrm}Richard Henderson
2021-03-17tcg/tci: Reduce qemu_ld/st TCGMemOpIdx operand to 32-bitsRichard Henderson
2021-03-17tcg/tci: Clean up deposit operationsRichard Henderson
2021-03-17tcg/tci: Split out tci_args_rrrrRichard Henderson
2021-03-17tcg/tci: Split out tci_args_rrrrrrRichard Henderson
2021-03-17tcg/tci: Reuse tci_args_l for goto_tbRichard Henderson
2021-03-17tcg/tci: Reuse tci_args_l for exit_tbRichard Henderson
2021-03-17tcg/tci: Reuse tci_args_l for calls.Richard Henderson
2021-03-17tcg/tci: Split out tci_args_ri and tci_args_rIRichard Henderson
2021-03-17tcg/tci: Split out tci_args_rrcl and tci_args_rrrrclRichard Henderson
2021-03-17tcg/tci: Split out tci_args_rrrrrcRichard Henderson
2021-03-17tcg/tci: Split out tci_args_lRichard Henderson
2021-03-17tcg/tci: Split out tci_args_rrrcRichard Henderson
2021-03-17tcg/tci: Split out tci_args_rrrRichard Henderson
2021-03-17tcg/tci: Split out tci_args_rrRichard Henderson
2021-03-17tcg/tci: Split out tci_args_rrsRichard Henderson
2021-03-17tcg/tci: Rename tci_read_r to tci_read_rvalRichard Henderson
2021-03-17tcg/tci: Remove ifdefs for TCG_TARGET_HAS_ext32[us]_i64Richard Henderson
2021-03-06tcg/tci: Merge mov, not and neg operationsRichard Henderson
2021-03-06tcg/tci: Merge bswap operationsRichard Henderson
2021-03-06tcg/tci: Merge extension operationsRichard Henderson
2021-03-06tcg/tci: Merge basic arithmetic operationsRichard Henderson
2021-03-06tcg/tci: Reduce use of tci_read_r64Richard Henderson
2021-03-06tcg/tci: Remove tci_read_r32sRichard Henderson
2021-03-06tcg/tci: Remove tci_read_r32Richard Henderson
2021-03-06tcg/tci: Remove tci_read_r16sRichard Henderson
2021-03-06tcg/tci: Remove tci_read_r16Richard Henderson
2021-03-06tcg/tci: Remove tci_read_r8sRichard Henderson
2021-03-06tcg/tci: Remove tci_read_r8Richard Henderson
2021-03-06tcg/tci: Merge identical cases in generation (load/store opcodes)Richard Henderson
2021-03-06tcg/tci: Merge identical cases in generation (conditional opcodes)Richard Henderson
2021-03-06tcg/tci: Merge identical cases in generation (deposit opcode)Richard Henderson
2021-03-06tcg/tci: Merge identical cases in generation (exchange opcodes)Richard Henderson
2021-03-06tcg/tci: Merge identical cases in generation (arithmetic opcodes)Richard Henderson
2021-03-06tcg: Manage splitwx in tc_ptr_to_region_tree by handRichard Henderson
2021-03-06tcg: Split out tcg_raise_tb_overflowRichard Henderson
2021-03-06tcg/tci: Use exec/cpu_ldst.h interfacesRichard Henderson
2021-03-06tcg/aarch64: Fix generation of "scalar" vector operationsRichard Henderson
2021-03-06tcg/aarch64: Fix I3617_CMLE0Richard Henderson