summaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2021-12-21tcg/loongarch64: Register the JITWANG Xuerui
2021-12-21tcg/loongarch64: Implement tcg_target_initWANG Xuerui
2021-12-21tcg/loongarch64: Implement exit_tb/goto_tbWANG Xuerui
2021-12-21tcg/loongarch64: Implement tcg_target_qemu_prologueWANG Xuerui
2021-12-21tcg/loongarch64: Add softmmu load/store helpers, implement qemu_ld/qemu_st opsWANG Xuerui
2021-12-21tcg/loongarch64: Implement simple load/store opsWANG Xuerui
2021-12-21tcg/loongarch64: Implement tcg_out_callWANG Xuerui
2021-12-21tcg/loongarch64: Implement setcond opsWANG Xuerui
2021-12-21tcg/loongarch64: Implement br/brcond opsWANG Xuerui
2021-12-21tcg/loongarch64: Implement mul/mulsh/muluh/div/divu/rem/remu opsWANG Xuerui
2021-12-21tcg/loongarch64: Implement add/sub opsWANG Xuerui
2021-12-21tcg/loongarch64: Implement shl/shr/sar/rotl/rotr opsWANG Xuerui
2021-12-21tcg/loongarch64: Implement clz/ctz opsWANG Xuerui
2021-12-21tcg/loongarch64: Implement bswap{16,32,64} opsWANG Xuerui
2021-12-21tcg/loongarch64: Implement deposit/extract opsWANG Xuerui
2021-12-21tcg/loongarch64: Implement not/and/or/xor/nor/andc/orc opsWANG Xuerui
2021-12-21tcg/loongarch64: Implement sign-/zero-extension opsWANG Xuerui
2021-12-21tcg/loongarch64: Implement goto_ptrWANG Xuerui
2021-12-21tcg/loongarch64: Implement tcg_out_mov and tcg_out_moviWANG Xuerui
2021-12-21tcg/loongarch64: Implement the memory barrier opWANG Xuerui
2021-12-21tcg/loongarch64: Implement necessary relocation operationsWANG Xuerui
2021-12-21tcg/loongarch64: Define the operand constraintsWANG Xuerui
2021-12-21tcg/loongarch64: Add register names, allocation order and input/output setsWANG Xuerui
2021-12-21tcg/loongarch64: Add generated instruction opcodes and encoding helpersWANG Xuerui
2021-12-21tcg/loongarch64: Add the tcg-target.h fileWANG Xuerui
2021-12-07tcg/arm: Reduce vector alignment requirement for NEONRichard Henderson
2021-11-11tcg/s390x: Fix tcg_out_vec_op argument typeMiroslav Rezanina
2021-11-11tcg: Document ctpop opcodesRichard Henderson
2021-11-11tcg/optimize: Add an extra cast to fold_extract2Richard Henderson
2021-11-02qapi: introduce x-query-opcount QMP commandDaniel P. Berrangé
2021-11-02qapi: introduce x-query-jit QMP commandDaniel P. Berrangé
2021-10-28tcg/optimize: Propagate sign info for shiftingRichard Henderson
2021-10-28tcg/optimize: Propagate sign info for bit countingRichard Henderson
2021-10-28tcg/optimize: Propagate sign info for setcondRichard Henderson
2021-10-28tcg/optimize: Propagate sign info for logical operationsRichard Henderson
2021-10-28tcg/optimize: Optimize sign extensionsRichard Henderson
2021-10-28tcg/optimize: Use fold_xx_to_i for remRichard Henderson
2021-10-28tcg/optimize: Use fold_xi_to_x for divRichard Henderson
2021-10-28tcg/optimize: Use fold_xi_to_x for mulRichard Henderson
2021-10-28tcg/optimize: Use fold_xx_to_i for orcRichard Henderson
2021-10-28tcg/optimize: Stop forcing z_mask to "garbage" for 32-bit valuesRichard Henderson
2021-10-28tcg: Extend call args using the correct opcodesRichard Henderson
2021-10-27tcg/optimize: Sink commutative operand swapping into fold functionsRichard Henderson
2021-10-27tcg/optimize: Expand fold_addsub2_i32 to 64-bit opsRichard Henderson
2021-10-27tcg/optimize: Expand fold_mulu2_i32 to all 4-arg multipliesRichard Henderson
2021-10-27tcg/optimize: Split out fold_masksRichard Henderson
2021-10-27tcg/optimize: Split out fold_ix_to_iRichard Henderson
2021-10-27tcg/optimize: Split out fold_xi_to_xRichard Henderson
2021-10-27tcg/optimize: Split out fold_sub_to_negRichard Henderson
2021-10-27tcg/optimize: Split out fold_to_notRichard Henderson