summaryrefslogtreecommitdiffstats
path: root/tcg/loongarch64
Commit message (Expand)AuthorAgeFilesLines
* tcg/loongarch64: Add direct jump supportQi Hu2022-10-252-7/+50
* tcg/loongarch64: Support raising sigbus for user-onlyWANG Xuerui2022-02-082-4/+69
* tcg/loongarch64: Fix fallout from recent MO_Q renamingWANG Xuerui2022-02-081-1/+1
* tcg/loongarch64: Register the JITWANG Xuerui2021-12-211-0/+44
* tcg/loongarch64: Implement tcg_target_initWANG Xuerui2021-12-211-0/+27
* tcg/loongarch64: Implement exit_tb/goto_tbWANG Xuerui2021-12-211-0/+19
* tcg/loongarch64: Implement tcg_target_qemu_prologueWANG Xuerui2021-12-211-0/+68
* tcg/loongarch64: Add softmmu load/store helpers, implement qemu_ld/qemu_st opsWANG Xuerui2021-12-212-0/+355
* tcg/loongarch64: Implement simple load/store opsWANG Xuerui2021-12-212-0/+132
* tcg/loongarch64: Implement tcg_out_callWANG Xuerui2021-12-211-0/+34
* tcg/loongarch64: Implement setcond opsWANG Xuerui2021-12-212-0/+70
* tcg/loongarch64: Implement br/brcond opsWANG Xuerui2021-12-212-0/+54
* tcg/loongarch64: Implement mul/mulsh/muluh/div/divu/rem/remu opsWANG Xuerui2021-12-213-8/+74
* tcg/loongarch64: Implement add/sub opsWANG Xuerui2021-12-212-0/+40
* tcg/loongarch64: Implement shl/shr/sar/rotl/rotr opsWANG Xuerui2021-12-213-2/+94
* tcg/loongarch64: Implement clz/ctz opsWANG Xuerui2021-12-213-4/+47
* tcg/loongarch64: Implement bswap{16,32,64} opsWANG Xuerui2021-12-212-5/+37
* tcg/loongarch64: Implement deposit/extract opsWANG Xuerui2021-12-213-4/+26
* tcg/loongarch64: Implement not/and/or/xor/nor/andc/orc opsWANG Xuerui2021-12-213-8/+98
* tcg/loongarch64: Implement sign-/zero-extension opsWANG Xuerui2021-12-213-12/+95
* tcg/loongarch64: Implement goto_ptrWANG Xuerui2021-12-212-0/+32
* tcg/loongarch64: Implement tcg_out_mov and tcg_out_moviWANG Xuerui2021-12-211-0/+137
* tcg/loongarch64: Implement the memory barrier opWANG Xuerui2021-12-211-0/+32
* tcg/loongarch64: Implement necessary relocation operationsWANG Xuerui2021-12-211-0/+66
* tcg/loongarch64: Define the operand constraintsWANG Xuerui2021-12-212-0/+80
* tcg/loongarch64: Add register names, allocation order and input/output setsWANG Xuerui2021-12-211-0/+118
* tcg/loongarch64: Add generated instruction opcodes and encoding helpersWANG Xuerui2021-12-211-0/+979
* tcg/loongarch64: Add the tcg-target.h fileWANG Xuerui2021-12-211-0/+180