summaryrefslogtreecommitdiffstats
path: root/target/arm/mte_helper.c
Commit message (Expand)AuthorAgeFilesLines
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-3/+3
* target/arm: Fill in the WnR syndrome bit in mte_check_failRichard Henderson2020-08-281-4/+5
* target/arm: Pass the entire mte descriptor to mte_check_failRichard Henderson2020-08-281-5/+5
* target/arm: Improve IMPDEF algorithm for IRGRichard Henderson2020-07-271-7/+30
* target/arm: Add allocation tag storage for system modeRichard Henderson2020-06-261-0/+131
* target/arm: Add helper_mte_check_zvaRichard Henderson2020-06-261-0/+106
* target/arm: Implement helper_mte_checkNRichard Henderson2020-06-261-1/+164
* target/arm: Implement helper_mte_check1Richard Henderson2020-06-261-1/+131
* target/arm: Add gen_mte_checkNRichard Henderson2020-06-261-0/+8
* target/arm: Add gen_mte_check1Richard Henderson2020-06-261-0/+8
* target/arm: Implement the LDGM, STGM, STZGM instructionsRichard Henderson2020-06-261-0/+84
* target/arm: Implement LDG, STG, ST2G instructionsRichard Henderson2020-06-261-0/+194
* target/arm: Implement the ADDG, SUBG instructionsRichard Henderson2020-06-261-0/+10
* target/arm: Implement the IRG instructionRichard Henderson2020-06-261-0/+72