forked from Imagelibrary/binutils-gdb
PATCH [9/10] arm: add 'pacg' instruction for Armv8.1-M pacbti extension
gas/ 2021-06-11 Andrea Corallo <andrea.corallo@arm.com> * config/tc-arm.c (T16_32_TAB): Add '_pacg'. (do_t_pacbti_pacg): New function. (insns): Define 'pacg' insn. * testsuite/gas/arm/armv8_1-m-pacbti.d: Add 'pacg' test. * testsuite/gas/arm/armv8_1-m-pacbti.s: Likewise. opcodes/ 2021-06-11 Andrea Corallo <andrea.corallo@arm.com> * arm-dis.c (thumb32_opcodes): Add 'pacg'.
This commit is contained in:
@@ -4666,6 +4666,8 @@ static const struct opcode32 thumb32_opcodes[] =
|
||||
0xf3af801d, 0xffffffff, "pac\tr12, lr, sp"},
|
||||
{ARM_FEATURE_CORE_HIGH (ARM_EXT2_V8_1M_MAIN),
|
||||
0xf3af800d, 0xffffffff, "pacbti\tr12, lr, sp"},
|
||||
{ARM_FEATURE_CORE_HIGH_HIGH (ARM_EXT3_PACBTI),
|
||||
0xfb60f000, 0xfff0f0f0, "pacg%c\t%8-11r, %16-19r, %0-3r"},
|
||||
|
||||
/* Armv8.1-M Mainline and Armv8.1-M Mainline Security Extensions
|
||||
instructions. */
|
||||
|
||||
Reference in New Issue
Block a user