Age | Commit message (Expand) | Author | Files | Lines |
2024-02-03 | tcg/ppc: Support TCG_COND_TST{EQ,NE} | Richard Henderson | 2 | -9/+115 |
2024-02-03 | tcg/ppc: Add TCG_CT_CONST_CMP | Richard Henderson | 3 | -10/+44 |
2024-02-03 | tcg/ppc: Tidy up tcg_target_const_match | Richard Henderson | 1 | -11/+16 |
2024-02-03 | tcg/ppc: Use cr0 in tcg_to_bc and tcg_to_isel | Richard Henderson | 1 | -34/+34 |
2024-02-03 | tcg/ppc: Sink tcg_to_bc usage into tcg_out_bc | Richard Henderson | 1 | -11/+17 |
2024-02-03 | tcg: Add TCGConst argument to tcg_target_const_match | Richard Henderson | 1 | -1/+2 |
2024-02-03 | tcg: Introduce TCG_TARGET_HAS_tst | Richard Henderson | 1 | -0/+2 |
2024-01-11 | tcg/ppc: Use new registers for LQ destination | Richard Henderson | 2 | -2/+3 |
2023-11-06 | tcg: Remove TCG_TARGET_HAS_neg_{i32,i64} | Richard Henderson | 1 | -2/+0 |
2023-11-06 | tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64} | Richard Henderson | 1 | -2/+0 |
2023-10-22 | tcg/ppc: Use tcg_use_softmmu | Richard Henderson | 1 | -127/+129 |
2023-10-22 | tcg/ppc: Disable TCG_REG_TB for Power9/Power10 | Richard Henderson | 1 | -1/+1 |
2023-10-22 | tcg/ppc: Use PLD in tcg_out_goto_tb | Richard Henderson | 1 | -0/+3 |
2023-10-22 | tcg/ppc: Use prefixed instructions in tcg_out_dupi_vec | Richard Henderson | 1 | -0/+9 |
2023-10-22 | tcg/ppc: Use PLD in tcg_out_movi for constant pool | Richard Henderson | 1 | -0/+24 |
2023-10-22 | tcg/ppc: Use prefixed instructions in tcg_out_mem_long | Richard Henderson | 1 | -0/+66 |
2023-10-22 | tcg/ppc: Use PADDI in tcg_out_movi | Richard Henderson | 1 | -0/+51 |
2023-10-22 | tcg/ppc: Use ADDPCIS in tcg_out_goto_tb | Richard Henderson | 1 | -2/+9 |
2023-10-22 | tcg/ppc: Use ADDPCIS for the constant pool | Richard Henderson | 1 | -0/+12 |
2023-10-22 | tcg/ppc: Use ADDPCIS in tcg_out_movi_int | Richard Henderson | 1 | -0/+13 |
2023-10-22 | tcg/ppc: Use ADDPCIS in tcg_out_tb_start | Richard Henderson | 1 | -3/+22 |
2023-10-22 | tcg/ppc: Reinterpret tb-relative to TB+4 | Richard Henderson | 1 | -5/+10 |
2023-10-22 | tcg/ppc: Enable direct branching tcg_out_goto_tb with TCG_REG_TB | Jordan Niethe | 1 | -31/+17 |
2023-10-22 | tcg/ppc: Untabify tcg-target.c.inc | Richard Henderson | 1 | -3/+3 |
2023-10-07 | tcg: Correct invalid mentions of 'softmmu' by 'system-mode' | Philippe Mathieu-Daudé | 1 | -2/+2 |
2023-09-16 | tcg: Add tcg_out_tb_start backend hook | Richard Henderson | 1 | -0/+5 |
2023-09-15 | tcg: pass vece to tcg_target_const_match() | Jiajie Chen | 1 | -1/+1 |
2023-08-24 | tcg/ppc: Use the Set Boolean Extension | Richard Henderson | 1 | -0/+22 |
2023-08-24 | tcg/ppc: Implement negsetcond_* | Richard Henderson | 2 | -49/+82 |
2023-08-24 | tcg: Introduce negsetcond opcodes | Richard Henderson | 1 | -0/+2 |
2023-08-24 | tcg: Unify TCG_TARGET_HAS_extr[lh]_i64_i32 | Richard Henderson | 1 | -2/+1 |
2023-07-23 | tcg/ppc: Fix race in goto_tb implementation | Jordan Niethe | 1 | -4/+5 |
2023-07-08 | util: Add cpuinfo-ppc.c | Richard Henderson | 2 | -51/+9 |
2023-06-20 | tcg/ppc: Define _CALL_AIX for clang on ppc64(be) | Richard Henderson | 1 | -7/+16 |
2023-06-05 | tcg: Split out tcg-target-reg-bits.h | Richard Henderson | 2 | -5/+16 |
2023-06-05 | tcg: Add tlb_fast_offset to TCGContext | Richard Henderson | 1 | -3/+4 |
2023-06-05 | tcg: Widen CPUTLBEntry comparators to 64-bits | Richard Henderson | 1 | -12/+16 |
2023-06-05 | tcg/ppc: Remove TARGET_LONG_BITS, TCG_TYPE_TL | Richard Henderson | 1 | -10/+11 |
2023-05-30 | tcg: Remove TCG_TARGET_TLB_DISPLACEMENT_BITS | Richard Henderson | 1 | -1/+0 |
2023-05-30 | tcg/ppc: Support 128-bit load/store | Richard Henderson | 4 | -13/+101 |
2023-05-16 | tcg: Add page_bits and page_mask to TCGContext | Richard Henderson | 1 | -7/+7 |
2023-05-16 | tcg: Split INDEX_op_qemu_{ld,st}* for guest address size | Richard Henderson | 1 | -33/+46 |
2023-05-16 | tcg/ppc: Use atom_and_align_for_opc | Richard Henderson | 1 | -1/+18 |
2023-05-16 | tcg: Add INDEX_op_qemu_{ld,st}_i128 | Richard Henderson | 1 | -0/+2 |
2023-05-16 | tcg: Introduce tcg_target_has_memory_bswap | Richard Henderson | 2 | -1/+5 |
2023-05-16 | tcg/ppc: Use full load/store helpers in user-only mode | Richard Henderson | 1 | -44/+0 |
2023-05-16 | tcg: Unify helper_{be,le}_{ld,st}* | Richard Henderson | 1 | -28/+2 |
2023-05-11 | tcg/ppc: Remove unused constraint J | Richard Henderson | 2 | -4/+0 |
2023-05-11 | tcg/ppc: Remove unused constraints A, B, C, D | Richard Henderson | 1 | -4/+0 |
2023-05-11 | tcg/ppc: Adjust constraints on qemu_ld/st | Richard Henderson | 3 | -31/+14 |