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-opc.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-28
tcg: Mark muluh_i64 and mulsh_i64 as 64-bit ops
Richard Henderson
1
-2
/
+2
2018-02-08
tcg: Add generic vector ops for multiplication
Richard Henderson
1
-0
/
+1
2018-02-08
tcg: Add generic vector ops for comparisons
Richard Henderson
1
-0
/
+2
2018-02-08
tcg: Add generic vector ops for constant shifts
Richard Henderson
1
-0
/
+12
2018-02-08
tcg: Add generic vector expanders
Richard Henderson
1
-0
/
+6
2018-02-08
tcg: Add types and basic operations for host vectors
Richard Henderson
1
-0
/
+25
2017-06-05
tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr
Emilio G. Cota
1
-0
/
+1
2017-01-10
tcg: Add opcode for ctpop
Richard Henderson
1
-0
/
+2
2017-01-10
tcg: Add clz and ctz opcodes
Richard Henderson
1
-0
/
+4
2017-01-10
tcg: Add field extraction primitives
Richard Henderson
1
-0
/
+4
2016-09-16
Introduce TCGOpcode for memory barrier
Pranith Kumar
1
-0
/
+2
2015-10-19
tcg-opc.h: Simplify insn_start def
James Hogan
1
-8
/
+5
2015-10-07
tcg: Allow extra data to be attached to insn_start
Richard Henderson
1
-2
/
+2
2015-10-07
tcg: Rename debug_insn_start to insn_start
Richard Henderson
1
-2
/
+2
2015-08-24
tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32
Richard Henderson
1
-2
/
+5
2015-08-24
tcg: implement real ext_i32_i64 and extu_i32_i64 ops
Aurelien Jarno
1
-0
/
+3
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
-4
/
+4
2015-02-12
tcg: Remove unused opcodes
Richard Henderson
1
-9
/
+0
2014-06-04
tcg: Remove TCG_TARGET_HAS_new_ldst
Richard Henderson
1
-100
/
+14
2014-05-12
tcg: Remove unreachable code in tcg_out_op and op_defs
Richard Henderson
1
-5
/
+5
2014-05-12
tcg: Make call address a constant parameter
Richard Henderson
1
-1
/
+1
2014-04-28
tcg: Add INDEX_op_trunc_shr_i32
Richard Henderson
1
-0
/
+4
2013-10-10
tcg: Add qemu_ld_st_i32/64
Richard Henderson
1
-34
/
+62
2013-09-02
tcg: Add muluh and mulsh opcodes
Richard Henderson
1
-0
/
+4
2013-07-09
tcg: Simplify logic using TCG_OPF_NOT_PRESENT
Richard Henderson
1
-11
/
+15
2013-07-09
tcg: Allow non-constant control macros
Richard Henderson
1
-1
/
+1
2013-07-09
tcg: Split rem requirement from div requirement
Richard Henderson
1
-4
/
+4
2013-02-23
tcg: Add signed multiword multiplication operations
Richard Henderson
1
-0
/
+2
2013-02-23
tcg: Add 64-bit multiword arithmetic operations
Richard Henderson
1
-0
/
+4
2013-02-23
tcg: Make 32-bit multiword operations optional for 64-bit hosts
Richard Henderson
1
-3
/
+3
2012-10-28
tcg: forbid ld/st function to modify globals
Aurelien Jarno
1
-7
/
+7
2012-10-28
tcg: fix some op flags
Aurelien Jarno
1
-8
/
+7
2012-10-06
tcg: remove obsolete jmp op
Aurelien Jarno
1
-1
/
+0
2012-09-21
tcg: Introduce movcond
Richard Henderson
1
-0
/
+2
2012-09-19
tcg: mark set_label with TCG_OPF_BB_END flag
Aurelien Jarno
1
-1
/
+1
2011-08-21
tcg: Always define all of the TCGOpcode enum members.
Richard Henderson
1
-154
/
+88
2011-08-21
tcg: Add and use TCG_OPF_64BIT.
Richard Henderson
1
-49
/
+49
2011-01-20
tcg: Define "deposit" as an optional operation.
Richard Henderson
1
-0
/
+6
2010-06-09
tcg: get rid of DEF2 in tcg-opc.h
Aurelien Jarno
1
-146
/
+147
2010-06-09
tcg: get rid of copy_size in TCGOpDef
Aurelien Jarno
1
-1
/
+1
2010-03-26
tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs.
Richard Henderson
1
-2
/
+3
2010-03-26
tcg: Allow target-specific implementation of NOR.
Richard Henderson
1
-0
/
+6
2010-03-26
tcg: Allow target-specific implementation of NAND.
Richard Henderson
1
-0
/
+6
2010-03-26
tcg: Allow target-specific implementation of EQV.
Richard Henderson
1
-0
/
+6
2010-03-20
tcg: protect div2 in tcg/tcg-opc.h
Aurelien Jarno
1
-2
/
+4
2010-02-20
tcg: fix assertion with --enable-debug
Jay Foad
1
-5
/
+0
2010-02-20
tcg: Optional target implementation of ORC.
Richard Henderson
1
-0
/
+6
2010-02-20
tcg: Optional target implementation of ANDC.
Richard Henderson
1
-0
/
+6
2010-02-06
tcg: generic support for conditional set
Richard Henderson
1
-0
/
+3
[next]