Age | Commit message (Expand) | Author | Files | Lines |
2021-06-29 | tcg/tci: Support bswap flags | Richard Henderson | 1 | -1/+2 |
2021-06-19 | tcg/tci: Use {set,clear}_helper_retaddr | Richard Henderson | 1 | -4/+6 |
2021-06-19 | tcg/tci: Remove the qemu_ld/st_type macros | Richard Henderson | 1 | -65/+100 |
2021-06-19 | Revert "tcg/tci: Use exec/cpu_ldst.h interfaces" | Richard Henderson | 1 | -28/+45 |
2021-06-19 | tcg/tci: Split out tci_qemu_ld, tci_qemu_st | Richard Henderson | 1 | -112/+71 |
2021-06-19 | tcg/tci: Implement add2, sub2 | Richard Henderson | 1 | -14/+26 |
2021-06-19 | tcg/tci: Implement mulu2, muls2 | Richard Henderson | 1 | -6/+29 |
2021-06-19 | tcg/tci: Implement clz, ctz, ctpop | Richard Henderson | 1 | -0/+44 |
2021-06-19 | tcg/tci: Implement extract, sextract | Richard Henderson | 1 | -0/+42 |
2021-06-19 | tcg/tci: Implement andc, orc, eqv, nand, nor | Richard Henderson | 1 | -0/+40 |
2021-06-19 | tcg/tci: Implement movcond | Richard Henderson | 1 | -1/+15 |
2021-06-19 | tcg/tci: Implement goto_ptr | Richard Henderson | 1 | -0/+19 |
2021-06-19 | tcg/tci: Change encoding to uint32_t units | Richard Henderson | 1 | -335/+204 |
2021-06-19 | tcg/tci: Remove tci_write_reg | Richard Henderson | 1 | -11/+2 |
2021-06-19 | tcg/tci: Emit setcond before brcond | Richard Henderson | 1 | -51/+17 |
2021-06-19 | tcg/tci: Use ffi for calls | Richard Henderson | 1 | -59/+79 |
2021-03-17 | tcg/tci: Implement the disassembler properly | Richard Henderson | 1 | -0/+283 |
2021-03-17 | tcg/tci: Hoist op_size checking into tci_args_* | Richard Henderson | 1 | -14/+73 |
2021-03-17 | tcg/tci: Split out tci_args_{rrm,rrrm,rrrrm} | Richard Henderson | 1 | -66/+81 |
2021-03-17 | tcg/tci: Reduce qemu_ld/st TCGMemOpIdx operand to 32-bits | Richard Henderson | 1 | -4/+4 |
2021-03-17 | tcg/tci: Clean up deposit operations | Richard Henderson | 1 | -17/+16 |
2021-03-17 | tcg/tci: Split out tci_args_rrrr | Richard Henderson | 1 | -5/+11 |
2021-03-17 | tcg/tci: Split out tci_args_rrrrrr | Richard Henderson | 1 | -11/+20 |
2021-03-17 | tcg/tci: Reuse tci_args_l for goto_tb | Richard Henderson | 1 | -5/+3 |
2021-03-17 | tcg/tci: Reuse tci_args_l for exit_tb | Richard Henderson | 1 | -9/+4 |
2021-03-17 | tcg/tci: Reuse tci_args_l for calls. | Richard Henderson | 1 | -19/+19 |
2021-03-17 | tcg/tci: Split out tci_args_ri and tci_args_rI | Richard Henderson | 1 | -16/+22 |
2021-03-17 | tcg/tci: Split out tci_args_rrcl and tci_args_rrrrcl | Richard Henderson | 1 | -20/+32 |
2021-03-17 | tcg/tci: Split out tci_args_rrrrrc | Richard Henderson | 1 | -6/+19 |
2021-03-17 | tcg/tci: Split out tci_args_l | Richard Henderson | 1 | -2/+8 |
2021-03-17 | tcg/tci: Split out tci_args_rrrc | Richard Henderson | 1 | -10/+14 |
2021-03-17 | tcg/tci: Split out tci_args_rrr | Richard Henderson | 1 | -97/+57 |
2021-03-17 | tcg/tci: Split out tci_args_rr | Richard Henderson | 1 | -36/+31 |
2021-03-17 | tcg/tci: Split out tci_args_rrs | Richard Henderson | 1 | -44/+67 |
2021-03-17 | tcg/tci: Rename tci_read_r to tci_read_rval | Richard Henderson | 1 | -96/+96 |
2021-03-17 | tcg/tci: Remove ifdefs for TCG_TARGET_HAS_ext32[us]_i64 | Richard Henderson | 1 | -4/+0 |
2021-03-06 | tcg/tci: Merge mov, not and neg operations | Richard Henderson | 1 | -24/+5 |
2021-03-06 | tcg/tci: Merge bswap operations | Richard Henderson | 1 | -18/+4 |
2021-03-06 | tcg/tci: Merge extension operations | Richard Henderson | 1 | -36/+8 |
2021-03-06 | tcg/tci: Merge basic arithmetic operations | Richard Henderson | 1 | -54/+21 |
2021-03-06 | tcg/tci: Reduce use of tci_read_r64 | Richard Henderson | 1 | -51/+42 |
2021-03-06 | tcg/tci: Remove tci_read_r32s | Richard Henderson | 1 | -18/+2 |
2021-03-06 | tcg/tci: Remove tci_read_r32 | Richard Henderson | 1 | -68/+54 |
2021-03-06 | tcg/tci: Remove tci_read_r16s | Richard Henderson | 1 | -22/+4 |
2021-03-06 | tcg/tci: Remove tci_read_r16 | Richard Henderson | 1 | -21/+7 |
2021-03-06 | tcg/tci: Remove tci_read_r8s | Richard Henderson | 1 | -21/+4 |
2021-03-06 | tcg/tci: Remove tci_read_r8 | Richard Henderson | 1 | -18/+5 |
2021-03-06 | tcg/tci: Use exec/cpu_ldst.h interfaces | Richard Henderson | 1 | -45/+28 |
2021-02-05 | tcg/tci: Remove TCG_CONST | Richard Henderson | 1 | -122/+67 |
2021-02-05 | tcg/tci: Fix TCG_REG_R4 misusage | Richard Henderson | 1 | -4/+4 |