summaryrefslogtreecommitdiff
path: root/tcg/tcg-op.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-29tcg: Clean up includesPeter Maydell1-0/+1
2015-08-24tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32Richard Henderson1-19/+19
2015-08-24tcg: implement real ext_i32_i64 and extu_i32_i64 opsAurelien Jarno1-6/+4
2015-08-24tcg: don't abuse TCG type in tcg_gen_trunc_shr_i64_i32Aurelien Jarno1-2/+2
2015-08-24tcg: rename trunc_shr_i32 into trunc_shr_i64_i32Aurelien Jarno1-2/+2
2015-05-14tcg: Merge memop and mmu_idx parameters to qemu_ld/stRichard Henderson1-12/+10
2015-04-09tcg/tcg-op.c: Fix ld/st of 64 bit values on 32-bit bigendian hostsPeter Maydell1-2/+2
2015-03-13tcg: Complete handling of ALWAYS and NEVERRichard Henderson1-5/+17
2015-03-13tcg: Change translator-side labels to a pointerRichard Henderson1-12/+13
2015-02-12tcg: Implement insert_op_beforeRichard Henderson1-21/+0
2015-02-12tcg: Put opcodes in a linked listRichard Henderson1-89/+101
2015-02-12tcg: Reduce ifdefs in tcg-op.cRichard Henderson1-242/+207
2015-02-12tcg: Move some opcode generation functions out of lineRichard Henderson1-0/+1978