index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tcg
/
tcg-opc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcg: Add signed multiword multiplication operations
Richard Henderson
2013-02-23
1
-0
/
+2
*
tcg: Add 64-bit multiword arithmetic operations
Richard Henderson
2013-02-23
1
-0
/
+4
*
tcg: Make 32-bit multiword operations optional for 64-bit hosts
Richard Henderson
2013-02-23
1
-3
/
+3
*
tcg: forbid ld/st function to modify globals
Aurelien Jarno
2012-10-28
1
-7
/
+7
*
tcg: fix some op flags
Aurelien Jarno
2012-10-28
1
-8
/
+7
*
tcg: remove obsolete jmp op
Aurelien Jarno
2012-10-06
1
-1
/
+0
*
tcg: Introduce movcond
Richard Henderson
2012-09-21
1
-0
/
+2
*
tcg: mark set_label with TCG_OPF_BB_END flag
Aurelien Jarno
2012-09-19
1
-1
/
+1
*
tcg: Always define all of the TCGOpcode enum members.
Richard Henderson
2011-08-21
1
-154
/
+88
*
tcg: Add and use TCG_OPF_64BIT.
Richard Henderson
2011-08-21
1
-49
/
+49
*
tcg: Define "deposit" as an optional operation.
Richard Henderson
2011-01-20
1
-0
/
+6
*
tcg: get rid of DEF2 in tcg-opc.h
Aurelien Jarno
2010-06-09
1
-146
/
+147
*
tcg: get rid of copy_size in TCGOpDef
Aurelien Jarno
2010-06-09
1
-1
/
+1
*
tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs.
Richard Henderson
2010-03-26
1
-2
/
+3
*
tcg: Allow target-specific implementation of NOR.
Richard Henderson
2010-03-26
1
-0
/
+6
*
tcg: Allow target-specific implementation of NAND.
Richard Henderson
2010-03-26
1
-0
/
+6
*
tcg: Allow target-specific implementation of EQV.
Richard Henderson
2010-03-26
1
-0
/
+6
*
tcg: protect div2 in tcg/tcg-opc.h
Aurelien Jarno
2010-03-20
1
-2
/
+4
*
tcg: fix assertion with --enable-debug
Jay Foad
2010-02-20
1
-5
/
+0
*
tcg: Optional target implementation of ORC.
Richard Henderson
2010-02-20
1
-0
/
+6
*
tcg: Optional target implementation of ANDC.
Richard Henderson
2010-02-20
1
-0
/
+6
*
tcg: generic support for conditional set
Richard Henderson
2010-02-06
1
-0
/
+3
*
tcg: add ext{8,16,32}u_i{32,64} TCG ops
Aurelien Jarno
2009-10-04
1
-0
/
+15
*
tcg: add bswap16_i64 and bswap32_i64 TCG ops
aurel32
2009-03-13
1
-0
/
+6
*
tcg: allow bswap16_i32 to be implemented by TCG backends
aurel32
2009-03-13
1
-0
/
+3
*
tcg: rename bswap_i32/i64 functions
aurel32
2009-03-13
1
-4
/
+4
*
tcg: move {not,neg}_i{32,64} definitions at the right place
aurel32
2009-03-11
1
-7
/
+7
*
Implement TCG not ops for x86-64
aurel32
2009-03-09
1
-0
/
+6
*
tcg: don't define TCG rotation ops if they are not supported
aurel32
2009-03-09
1
-0
/
+4
*
Implement TCG rotation ops for x86-64
aurel32
2009-03-09
1
-2
/
+6
*
Some cleanups after dyngen removal
aurel32
2008-12-07
1
-4
/
+0
*
suppressed unused macro handling
bellard
2008-05-25
1
-5
/
+0
*
added debug_insn_start debug instruction
bellard
2008-05-22
1
-0
/
+5
*
Add TCG native negation op.
pbrook
2008-05-11
1
-0
/
+6
*
Rename CONFIG_NO_DYNGEN_OP to CONFIG_DYNGEN_OP to avoid double negatives
blueswir1
2008-05-10
1
-1
/
+1
*
Prepare for op.c removal and zero legacy ops
blueswir1
2008-03-21
1
-0
/
+2
*
fixed sign extensions - added explicit side effect op flag - added discard in...
bellard
2008-02-04
1
-48
/
+50
*
TCG code generator
bellard
2008-02-01
1
-0
/
+228