aboutsummaryrefslogtreecommitdiff
path: root/tcg/loongarch64
AgeCommit message (Expand)Author
2024-02-03tcg/loongarch64: Set vector registers call clobberedRichard Henderson
2023-11-21tcg/loongarch64: Fix tcg_out_mov() AbortedSong Gao
2023-11-06tcg: Remove TCG_TARGET_HAS_neg_{i32,i64}Richard Henderson
2023-11-06tcg/loongarch64: Implement neg opcodesRichard Henderson
2023-11-06tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64}Richard Henderson
2023-11-06tcg/loongarch64: Use cpuinfo.hRichard Henderson
2023-11-06tcg/loongarch64: Use C_N2_I1 for INDEX_op_qemu_ld_a*_i128Richard Henderson
2023-10-22tcg/loongarch64: Use tcg_use_softmmuRichard Henderson
2023-10-07tcg: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé
2023-10-04tcg/loongarch64: Fix buid errorgaosong
2023-09-16tcg: Add tcg_out_tb_start backend hookRichard Henderson
2023-09-16tcg/loongarch64: Implement 128-bit load & storeJiajie Chen
2023-09-15tcg/loongarch64: Lower rotli_vec to vrotriJiajie Chen
2023-09-15tcg/loongarch64: Lower rotv_vec ops to LSXJiajie Chen
2023-09-15tcg/loongarch64: Lower vector shift integer opsJiajie Chen
2023-09-15tcg/loongarch64: Lower bitsel_vec to vbitselJiajie Chen
2023-09-15tcg/loongarch64: Lower vector shift vector opsJiajie Chen
2023-09-15tcg/loongarch64: Lower vector saturated opsJiajie Chen
2023-09-15tcg/loongarch64: Lower vector min max opsJiajie Chen
2023-09-15tcg/loongarch64: Lower mul_vec to vmulJiajie Chen
2023-09-15tcg/loongarch64: Lower neg_vec to vnegJiajie Chen
2023-09-15tcg/loongarch64: Lower vector bitwise operationsJiajie Chen
2023-09-15tcg/loongarch64: Lower add/sub_vec to vadd/vsubJiajie Chen
2023-09-15tcg/loongarch64: Lower cmp_vec to vseq/vsle/vsltJiajie Chen
2023-09-15tcg: pass vece to tcg_target_const_match()Jiajie Chen
2023-09-15tcg/loongarch64: Lower basic tcg vec ops to LSXJiajie Chen
2023-09-15tcg/loongarch64: Import LSX instructionsJiajie Chen
2023-08-24tcg: Introduce negsetcond opcodesRichard Henderson
2023-08-24tcg: Unify TCG_TARGET_HAS_extr[lh]_i64_i32Richard Henderson
2023-06-05tcg: Split out tcg-target-reg-bits.hRichard Henderson
2023-06-05tcg: Add tlb_fast_offset to TCGContextRichard Henderson
2023-06-05tcg: Widen CPUTLBEntry comparators to 64-bitsRichard Henderson
2023-05-16tcg: Add page_bits and page_mask to TCGContextRichard Henderson
2023-05-16tcg/loongarch64: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson
2023-05-16tcg: Split INDEX_op_qemu_{ld,st}* for guest address sizeRichard Henderson
2023-05-16tcg/loongarch64: Use atom_and_align_for_opcRichard Henderson
2023-05-16tcg: Add INDEX_op_qemu_{ld,st}_i128Richard Henderson
2023-05-16tcg: Introduce tcg_target_has_memory_bswapRichard Henderson
2023-05-16tcg/loongarch64: Support softmmu unaligned accessesRichard Henderson
2023-05-16tcg/loongarch64: Check the host supports unaligned accessesRichard Henderson
2023-05-16tcg/loongarch64: Use full load/store helpers in user-only modeRichard Henderson
2023-05-16tcg: Unify helper_{be,le}_{ld,st}*Richard Henderson
2023-05-11tcg/loongarch64: Simplify constraints on qemu_ld/stRichard Henderson
2023-05-11tcg/loongarch64: Convert tcg_out_qemu_{ld,st}_slow_pathRichard Henderson
2023-05-11tcg/loongarch64: Introduce prepare_host_addrRichard Henderson
2023-05-05tcg/loongarch64: Introduce HostAddressRichard Henderson
2023-05-05tcg/loongarch64: Rationalize args to tcg_out_qemu_{ld,st}Richard Henderson
2023-05-02tcg/loongarch64: Conditionalize tcg_out_exts_i32_i64Richard Henderson
2023-04-23tcg: Introduce tcg_out_xchgRichard Henderson
2023-04-23tcg: Introduce tcg_out_movextRichard Henderson