aboutsummaryrefslogtreecommitdiff
path: root/include/tcg/tcg-ldst.h
AgeCommit message (Expand)AuthorFilesLines
2023-05-16accel/tcg: Widen tcg-ldst.h addresses to uint64_tRichard Henderson1-13/+13
2023-05-16accel/tcg: Remove helper_unaligned_{ld,st}Richard Henderson1-6/+0
2023-05-16tcg: Add 128-bit guest memory primitivesRichard Henderson1-0/+4
2023-05-16accel/tcg: Implement helper_{ld,st}*_mmu for user-onlyRichard Henderson1-4/+2
2023-05-16tcg: Unify helper_{be,le}_{ld,st}*Richard Henderson1-38/+22
2023-05-05tcg: Widen helper_*_st[bw]_mmu val argumentsRichard Henderson1-3/+7
2022-05-11Normalize header guard symbol definitionMarkus Armbruster1-1/+1
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau1-2/+2
2021-11-02tcg: Add helper_unaligned_{ld,st} for user-only sigbusRichard Henderson1-0/+5
2021-10-13tcg: Move helper_*_mmu decls to tcg/tcg-ldst.hRichard Henderson1-0/+74