Sign in
qemu
/
qemu
/
a00af404253729e025ccdca107c2bf2a4cff3bf9
/
tcg
/
mips
/
tcg-target.h
fce1296
tcg: Add INDEX_op_extract2_{i32,i64}
by Richard Henderson
· 6 years ago
e1dcf35
tcg: Add TCG_TARGET_HAS_MEMORY_BSWAP
by Richard Henderson
· 6 years ago
659ef5c
tcg: Rearrange ldst label tracking
by Richard Henderson
· 7 years ago
a858339
tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h
by Richard Henderson
· 7 years ago
71650df
tcg: Add tcg target default memory ordering
by Pranith Kumar
· 7 years ago
5786e06
tcg/mips: implement goto_ptr
by Aurelien Jarno
· 8 years ago
cedbcb0
tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr
by Emilio G. Cota
· 8 years ago
a768e4e
tcg: Add opcode for ctpop
by Richard Henderson
· 8 years ago
2a1d9d4
tcg/mips: Handle clz opcode
by Richard Henderson
· 8 years ago
0e28d00
tcg: Add clz and ctz opcodes
by Richard Henderson
· 8 years ago
befbb3c
tcg/mips: Implement field extraction opcodes
by Richard Henderson
· 8 years ago
7ec8bab
tcg: Add field extraction primitives
by Richard Henderson
· 8 years ago
999b941
tcg-mips: Adjust calling conventions for mips64
by Jin Guojie
· 8 years ago
0119b19
tcg-mips: Support 64-bit opcodes
by Jin Guojie
· 8 years ago
bb08afe
tcg-mips: Move bswap code to a subroutine
by Jin Guojie
· 8 years ago
14e54f8
tcg: Clean up tcg-target.h header guards
by Markus Armbruster
· 9 years ago
bc6d0c2
tcg/mips: Support r6 multiply/divide encodings
by James Hogan
· 9 years ago
ce14bd4
tcg/mips: Add use_mips32r6_instructions definition
by James Hogan
· 9 years ago
006f863
tcg: add TCG_TARGET_TLB_DISPLACEMENT_BITS
by Paolo Bonzini
· 10 years ago
3d1b2ff
tcg: Remove TCG_TARGET_HAS_new_ldst
by Richard Henderson
· 11 years ago
1c41826
tcg-mips: Use EXT for AND on mips32r2
by Richard Henderson
· 11 years ago
4188390
tcg-mips: Rearrange register allocation
by Richard Henderson
· 11 years ago
fbef2cc
tcg-mips: Convert to new_ldst
by Richard Henderson
· 11 years ago
ae0218e
tcg-mips: Define TCG_TARGET_INSN_UNIT_SIZE
by Richard Henderson
· 11 years ago
02eb19d
tcg: Use HOST_WORDS_BIGENDIAN
by Richard Henderson
· 11 years ago
df9ebea
tcg: Relax requirement for mulu2_i32 on 32-bit hosts
by Richard Henderson
· 11 years ago
f713d6a
tcg: Add qemu_ld_st_i32/64
by Richard Henderson
· 11 years ago
545825d
Merge branch 'tcg-next' of git://github.com/rth7680/qemu
by Aurelien Jarno
· 11 years ago
3207bf2
tcg/mips: only enable ext8s/ext16s ops on MIPS32R2
by Aurelien Jarno
· 11 years ago
988902f
tcg/mips: detect available host instructions at runtime
by Aurelien Jarno
· 11 years ago
b93949e
tcg: Change flush_icache_range arguments to uintptr_t
by Richard Henderson
· 11 years ago
3c9a8f1
tcg-mips: Implement mulsh, muluh
by Richard Henderson
· 11 years ago
0327152
tcg: Add muluh and mulsh opcodes
by Richard Henderson
· 11 years ago
ca675f4
tcg: Split rem requirement from div requirement
by Richard Henderson
· 12 years ago
174d4d2
tcg/mips: Implement muls2_i32
by Aurelien Jarno
· 12 years ago
4d3203f
tcg: Add signed multiword multiplication operations
by Richard Henderson
· 12 years ago
cb9c377
janitor: add guards to headers
by Paolo Bonzini
· 12 years ago
07e10e5
tcg: Remove TCG_TARGET_HAS_GUEST_BASE define
by Peter Maydell
· 12 years ago
8f06bf6
tcg/mips: fix MIPS32(R2) detection
by Aurelien Jarno
· 12 years ago
7d7c493
tcg/mips: implement movcond op on MIPS32R2
by Aurelien Jarno
· 12 years ago
04f71aa
tcg/mips: implement deposit op on MIPS32R2
by Aurelien Jarno
· 12 years ago
9a15251
tcg/mips: implement rotl/rotr ops on MIPS32R2
by Aurelien Jarno
· 12 years ago
c1cf85c
tcg/mips: optimize bswap{16,16s,32} on MIPS32R2
by Aurelien Jarno
· 12 years ago
ffc5ea0
tcg: Introduce movcond
by Richard Henderson
· 12 years ago
89c3333
Remove unused CONFIG_TCG_PASS_AREG0 and dead code
by Blue Swirl
· 12 years ago
dba4f1b
w64: Change data type of parameters for flush_icache_range
by Stefan Weil
· 13 years ago
771142c
tcg: Standardize on TCGReg as the enum for hard registers
by Richard Henderson
· 13 years ago
840f586
tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.h
by Stefan Weil
· 13 years ago
25c4d9c
tcg: Always define all of the TCGOpcode enum members.
by Richard Henderson
· 13 years ago
03938c1
Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD.
by Brad
· 14 years ago
60bf84c
tcp/mips: Change TCG_AREG0 (fp -> s0)
by Stefan Weil
· 15 years ago
116348d
tcg/mips: use seb/seh instructions on MIPS32R2
by Aurelien Jarno
· 15 years ago
cc01cc8
tcg-mips: add guest base support
by Aurelien Jarno
· 15 years ago
2b79487
tcg-mips: implement nor
by Aurelien Jarno
· 15 years ago
32d98fb
tcg: Allow target-specific implementation of NOR.
by Richard Henderson
· 15 years ago
9940a96
tcg: Allow target-specific implementation of NAND.
by Richard Henderson
· 15 years ago
8d625cf
tcg: Allow target-specific implementation of EQV.
by Richard Henderson
· 15 years ago
a63b582
remove remaining occurrences AREG[1-9] and TCG_AREG[1-9]
by Paolo Bonzini
· 15 years ago
3682825
tcg: Add comments for all optional instructions not implemented.
by Richard Henderson
· 15 years ago
afa0523
tcg: initial mips support
by Aurelien Jarno
· 15 years ago