aboutsummaryrefslogtreecommitdiff
path: root/include/exec/memop.h
AgeCommit message (Expand)AuthorFilesLines
2025-06-07include/exec: fix assert in size_memopAlex Bennée1-2/+2
2025-03-07include/exec/memop.h: Expand comment for MO_ATOM_SUBALIGNPeter Maydell1-2/+6
2024-10-15exec/memop: Remove unused memop_big_endian() helperPhilippe Mathieu-Daudé1-6/+0
2024-10-13include/exec/memop: Introduce memop_atomicity_bitsRichard Henderson1-0/+24
2024-10-13include/exec/memop: Rename get_alignment_bitsRichard Henderson1-2/+2
2024-10-13include/exec/memop: Move get_alignment_bits from tcg.hRichard Henderson1-0/+23
2024-06-19exec: Make the MemOp enum cast explicitRoman Kiryanov1-1/+1
2024-04-26exec: Rename NEED_CPU_H -> COMPILING_PER_TARGETPhilippe Mathieu-Daudé1-2/+2
2023-05-16include/exec/memop: Add MO_ATOM_*Richard Henderson1-0/+37
2023-05-11tcg: Remove TARGET_ALIGNED_ONLYRichard Henderson1-11/+2
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-01-08exec/memop: Adding signed quad and octo definesFrédéric Pétrot1-0/+7
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot1-4/+4
2021-10-05tcg: Expand MO_SIZE to 3 bitsRichard Henderson1-5/+9
2019-09-03cputlb: Replace size and endian operands for MemOpTony Nguyen1-0/+6
2019-09-03memory: Access MemoryRegion with MemOpTony Nguyen1-6/+14
2019-09-03memory: Introduce size_memopTony Nguyen1-0/+10
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen1-0/+110