index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tcg
/
tci
/
tcg-target.c.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcg/tci: Implement clz, ctz, ctpop
Richard Henderson
2021-06-19
1
-0
/
+9
*
tcg/tci: Implement extract, sextract
Richard Henderson
2021-06-19
1
-0
/
+32
*
tcg/tci: Implement movcond
Richard Henderson
2021-06-19
1
-3
/
+7
*
tcg/tci: Implement goto_ptr
Richard Henderson
2021-06-19
1
-0
/
+16
*
tcg/tci: Change encoding to uint32_t units
Richard Henderson
2021-06-19
1
-208
/
+169
*
tcg/tci: Emit setcond before brcond
Richard Henderson
2021-06-19
1
-34
/
+18
*
tcg/tci: Reserve r13 for a temporary
Richard Henderson
2021-06-19
1
-0
/
+1
*
tcg/tci: Use ffi for calls
Richard Henderson
2021-06-19
1
-26
/
+24
*
tcg/tci: Move call-return regs to end of tcg_target_reg_alloc_order
Richard Henderson
2021-06-19
1
-2
/
+2
*
tcg/tci: Improve tcg_target_call_clobber_regs
Richard Henderson
2021-06-19
1
-2
/
+8
*
tcg: Change parameters for tcg_target_const_match
Richard Henderson
2021-06-04
1
-4
/
+2
*
tcg: Fix prototypes for tcg_out_vec_op and tcg_out_op
Miroslav Rezanina
2021-03-17
1
-2
/
+3
*
tcg/tci: Split out tcg_out_op_r[iI]
Richard Henderson
2021-03-17
1
-15
/
+35
*
tcg/tci: Split out tcg_out_op_v
Richard Henderson
2021-03-17
1
-4
/
+10
*
tcg/tci: Split out tcg_out_op_{rrm,rrrm,rrrrm}
Richard Henderson
2021-03-17
1
-17
/
+53
*
tcg/tci: Split out tcg_out_op_rrrrcl
Richard Henderson
2021-03-17
1
-8
/
+19
*
tcg/tci: Split out tcg_out_op_rrrr
Richard Henderson
2021-03-17
1
-6
/
+15
*
tcg/tci: Split out tcg_out_op_rrrrrr
Richard Henderson
2021-03-17
1
-8
/
+19
*
tcg/tci: Split out tcg_out_op_rrcl
Richard Henderson
2021-03-17
1
-6
/
+15
*
tcg/tci: Split out tcg_out_op_rrrbb
Richard Henderson
2021-03-17
1
-7
/
+16
*
tcg/tci: Split out tcg_out_op_rrrrrc
Richard Henderson
2021-03-17
1
-9
/
+21
*
tcg/tci: Split out tcg_out_op_rrrc
Richard Henderson
2021-03-17
1
-6
/
+15
*
tcg/tci: Split out tcg_out_op_rrr
Richard Henderson
2021-03-17
1
-5
/
+14
*
tcg/tci: Split out tcg_out_op_rr
Richard Henderson
2021-03-17
1
-13
/
+23
*
tcg/tci: Split out tcg_out_op_p
Richard Henderson
2021-03-17
1
-6
/
+12
*
tcg/tci: Split out tcg_out_op_l
Richard Henderson
2021-03-17
1
-3
/
+11
*
tcg/tci: Split out tcg_out_op_rrs
Richard Henderson
2021-03-17
1
-43
/
+37
*
tcg/tci: Push opcode emit into each case
Richard Henderson
2021-03-17
1
-3
/
+32
*
tcg/tci: Remove tci_disas
Richard Henderson
2021-03-17
1
-10
/
+0
*
tcg/tci: Reduce qemu_ld/st TCGMemOpIdx operand to 32-bits
Richard Henderson
2021-03-17
1
-2
/
+2
*
tcg/tci: Clean up deposit operations
Richard Henderson
2021-03-17
1
-10
/
+14
*
tcg/tci: Reuse tci_args_l for goto_tb
Richard Henderson
2021-03-17
1
-10
/
+3
*
tcg/tci: Reuse tci_args_l for exit_tb
Richard Henderson
2021-03-17
1
-1
/
+1
*
tcg/tci: Merge identical cases in generation (load/store opcodes)
Richard Henderson
2021-03-06
1
-35
/
+14
*
tcg/tci: Merge identical cases in generation (conditional opcodes)
Richard Henderson
2021-03-06
1
-17
/
+6
*
tcg/tci: Merge identical cases in generation (deposit opcode)
Richard Henderson
2021-03-06
1
-10
/
+2
*
tcg/tci: Merge identical cases in generation (exchange opcodes)
Richard Henderson
2021-03-06
1
-21
/
+14
*
tcg/tci: Merge identical cases in generation (arithmetic opcodes)
Richard Henderson
2021-03-06
1
-48
/
+37
*
tcg/tci: Remove TCG_CONST
Richard Henderson
2021-02-05
1
-64
/
+21
*
tcg/tci: Fix TCG_REG_R4 misusage
Richard Henderson
2021-02-05
1
-6
/
+1
*
tcg/tci: Restrict TCG_TARGET_NB_REGS to 16
Richard Henderson
2021-02-05
1
-26
/
+0
*
tcg/tci: Implement 64-bit division
Richard Henderson
2021-02-05
1
-6
/
+4
*
tcg/tci: Remove dead code for TCG_TARGET_HAS_div2_*
Richard Henderson
2021-02-05
1
-8
/
+0
*
tcg/tci: Move stack bounds check to compile-time
Richard Henderson
2021-02-05
1
-0
/
+13
*
tcg/tci: Split out constraint sets to tcg-target-con-set.h
Richard Henderson
2021-02-02
1
-142
/
+131
*
tcg/tci: Split out target constraints to tcg-target-con-str.h
Richard Henderson
2021-02-02
1
-14
/
+0
*
tcg/tci: Remove TCG_TARGET_HAS_* ifdefs
Richard Henderson
2021-02-02
1
-82
/
+0
*
tcg/tci: Drop L and S constraints
Richard Henderson
2021-02-02
1
-6
/
+4
*
tcg: Remove movi and dupi opcodes
Richard Henderson
2021-01-13
1
-2
/
+0
*
tcg/tci: Add special tci_movi_{i32,i64} opcodes
Richard Henderson
2021-01-13
1
-2
/
+2
[next]