index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tcg
/
tcg-opc.h
Age
Commit message (
Expand
)
Author
Files
Lines
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
2009-10-04
tcg: add ext{8,16,32}u_i{32,64} TCG ops
Aurelien Jarno
1
-0
/
+15
2009-03-13
tcg: add bswap16_i64 and bswap32_i64 TCG ops
aurel32
1
-0
/
+6
2009-03-13
tcg: allow bswap16_i32 to be implemented by TCG backends
aurel32
1
-0
/
+3
2009-03-13
tcg: rename bswap_i32/i64 functions
aurel32
1
-4
/
+4
2009-03-11
tcg: move {not,neg}_i{32,64} definitions at the right place
aurel32
1
-7
/
+7
2009-03-09
Implement TCG not ops for x86-64
aurel32
1
-0
/
+6
2009-03-09
tcg: don't define TCG rotation ops if they are not supported
aurel32
1
-0
/
+4
2009-03-09
Implement TCG rotation ops for x86-64
aurel32
1
-2
/
+6
2008-12-07
Some cleanups after dyngen removal
aurel32
1
-4
/
+0
2008-05-25
suppressed unused macro handling
bellard
1
-5
/
+0
2008-05-22
added debug_insn_start debug instruction
bellard
1
-0
/
+5
2008-05-11
Add TCG native negation op.
pbrook
1
-0
/
+6
2008-05-10
Rename CONFIG_NO_DYNGEN_OP to CONFIG_DYNGEN_OP to avoid double negatives
blueswir1
1
-1
/
+1
2008-03-21
Prepare for op.c removal and zero legacy ops
blueswir1
1
-0
/
+2
2008-02-04
fixed sign extensions - added explicit side effect op flag - added discard in...
bellard
1
-48
/
+50
2008-02-01
TCG code generator
bellard
1
-0
/
+228