index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tcg
/
tcg-op.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-05
tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr
Emilio G. Cota
1
-0
/
+12
2017-04-26
tcg: Initialize return value after exit_atomic
Richard Henderson
1
-0
/
+6
2017-01-10
tcg: Use ctpop to generate ctz if needed
Richard Henderson
1
-40
/
+60
2017-01-10
tcg: Add opcode for ctpop
Richard Henderson
1
-0
/
+29
2017-01-10
tcg: Add helpers for clrsb
Richard Henderson
1
-0
/
+28
2017-01-10
tcg: Add clz and ctz opcodes
Richard Henderson
1
-0
/
+143
2017-01-10
tcg: Add deposit_z expander
Richard Henderson
1
-0
/
+143
2017-01-10
tcg: Minor adjustments to deposit expanders
Richard Henderson
1
-2
/
+4
2017-01-10
tcg: Add field extraction primitives
Richard Henderson
1
-0
/
+323
2016-11-01
tcg: correct 32-bit tcg_gen_ld8s_i64 sign-extension
Joseph Myers
1
-1
/
+1
2016-11-01
tcg: Add tcg_gen_mulsu2_{i32,i64,tl}
Richard Henderson
1
-0
/
+43
2016-10-26
tcg: Emit barriers with parallel_cpus
Richard Henderson
1
-11
/
+1
2016-10-26
tcg: Add CONFIG_ATOMIC64
Richard Henderson
1
-4
/
+18
2016-10-26
tcg: Add atomic helpers
Richard Henderson
1
-0
/
+328
2016-09-16
Introduce TCGOpcode for memory barrier
Pranith Kumar
1
-0
/
+17
2016-08-05
tcg: Reorg TCGOp chaining
Richard Henderson
1
-1
/
+1
2016-07-05
tcg: Improve the alignment check infrastructure
Sergey Sorokin
1
-0
/
+3
2016-06-20
trace: [all] Add "guest_mem_before" event
LluĂs Vilanova
1
-0
/
+10
2016-05-19
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
1
-0
/
+1
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
1
-0
/
+2
2016-01-29
tcg: Clean up includes
Peter Maydell
1
-0
/
+1
2015-08-24
tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32
Richard Henderson
1
-19
/
+19
2015-08-24
tcg: implement real ext_i32_i64 and extu_i32_i64 ops
Aurelien Jarno
1
-6
/
+4
2015-08-24
tcg: don't abuse TCG type in tcg_gen_trunc_shr_i64_i32
Aurelien Jarno
1
-2
/
+2
2015-08-24
tcg: rename trunc_shr_i32 into trunc_shr_i64_i32
Aurelien Jarno
1
-2
/
+2
2015-05-14
tcg: Merge memop and mmu_idx parameters to qemu_ld/st
Richard Henderson
1
-12
/
+10
2015-04-09
tcg/tcg-op.c: Fix ld/st of 64 bit values on 32-bit bigendian hosts
Peter Maydell
1
-2
/
+2
2015-03-13
tcg: Complete handling of ALWAYS and NEVER
Richard Henderson
1
-5
/
+17
2015-03-13
tcg: Change translator-side labels to a pointer
Richard Henderson
1
-12
/
+13
2015-02-12
tcg: Implement insert_op_before
Richard Henderson
1
-21
/
+0
2015-02-12
tcg: Put opcodes in a linked list
Richard Henderson
1
-89
/
+101
2015-02-12
tcg: Reduce ifdefs in tcg-op.c
Richard Henderson
1
-242
/
+207
2015-02-12
tcg: Move some opcode generation functions out of line
Richard Henderson
1
-0
/
+1978