index
:
~jjongsma/qemu
vsock
qemu patches for jjongsma
jjongsma
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tcg
/
aarch64
/
tcg-target.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-14
tcg-aarch64: Support andc, orc, eqv, not, neg
Richard Henderson
1
-0
/
+57
2014-03-14
tcg-aarch64: Handle constant operands to and, or, xor
Richard Henderson
1
-49
/
+107
2014-03-14
tcg-aarch64: Handle constant operands to add, sub, and compare
Richard Henderson
1
-22
/
+78
2014-03-14
tcg-aarch64: Implement mov with tcg_out_insn
Richard Henderson
1
-15
/
+9
2014-03-14
tcg-aarch64: Introduce tcg_out_insn_3401
Richard Henderson
1
-46
/
+26
2014-03-14
tcg-aarch64: Convert shift insns to tcg_out_insn
Richard Henderson
1
-31
/
+21
2014-03-14
tcg-aarch64: Introduce tcg_out_insn
Richard Henderson
1
-36
/
+58
2014-03-08
tcg-aarch64: Remove nop from qemu_st slow path
Richard Henderson
1
-7
/
+0
2014-03-08
tcg-aarch64: Simplify tcg_out_ldst_9 encoding
Richard Henderson
1
-12
/
+2
2014-03-08
tcg-aarch64: Use intptr_t apropriately
Richard Henderson
1
-28
/
+21
2014-03-08
tcg-aarch64: Remove the shift_imm parameter from tcg_out_cmp
Richard Henderson
1
-6
/
+5
2014-03-08
tcg-aarch64: Hoist common argument loads in tcg_out_op
Richard Henderson
1
-45
/
+50
2014-03-08
tcg-aarch64: Don't handle mov/movi in tcg_out_op
Richard Henderson
1
-13
/
+7
2014-03-08
tcg-aarch64: Set ext based on TCG_OPF_64BIT
Richard Henderson
1
-21
/
+7
2014-03-08
tcg-aarch64: Change all ext variables to TCGType
Richard Henderson
1
-27
/
+37
2014-03-08
tcg-aarch64: Remove redundant CPU_TLB_ENTRY_BITS check
Richard Henderson
1
-6
/
+0
2013-10-10
tcg: Add tcg-be-ldst.h
Richard Henderson
1
-21
/
+2
2013-10-10
tcg-aarch64: Update to helper_ret_*_mmu routines
Richard Henderson
1
-12
/
+16
2013-09-02
exec: Split softmmu_defs.h
Richard Henderson
1
-2
/
+0
2013-09-02
tcg: Change tcg_out_ld/st offset to intptr_t
Richard Henderson
1
-2
/
+2
2013-09-02
tcg: Change relocation offsets to intptr_t
Richard Henderson
1
-1
/
+1
2013-07-15
tcg/aarch64: Implement tlb lookup fast path
Jani Kokkonen
1
-50
/
+174
2013-07-03
tcg/aarch64: implement ldst 12bit scaled uimm offset
Claudio Fontana
1
-3
/
+29
2013-06-12
tcg/aarch64: implement user mode qemu ld/st
Jani Kokkonen
1
-5
/
+116
2013-06-12
tcg/aarch64: implement sign/zero extend operations
Claudio Fontana
1
-2
/
+56
2013-06-12
tcg/aarch64: implement byte swap operations
Claudio Fontana
1
-0
/
+32
2013-06-12
tcg/aarch64: implement AND/TEST immediate pattern
Claudio Fontana
1
-0
/
+34
2013-06-12
tcg/aarch64: improve arith shifted regs operations
Claudio Fontana
1
-18
/
+30
2013-06-12
tcg/aarch64: implement new TCG target for aarch64
Claudio Fontana
1
-0
/
+1161
[prev]