Home
last modified time | relevance | path

Searched refs:SystemPAuthFixed (Results 1 – 8 of 8) sorted by relevance

/external/vixl/src/aarch64/
Dconstants-aarch64.h837 SystemPAuthFixed = 0xD503211F, enumerator
840 PACIA1716 = SystemPAuthFixed | 0x00000100,
841 PACIB1716 = SystemPAuthFixed | 0x00000140,
842 AUTIA1716 = SystemPAuthFixed | 0x00000180,
843 AUTIB1716 = SystemPAuthFixed | 0x000001C0,
844 PACIAZ = SystemPAuthFixed | 0x00000300,
845 PACIASP = SystemPAuthFixed | 0x00000320,
846 PACIBZ = SystemPAuthFixed | 0x00000340,
847 PACIBSP = SystemPAuthFixed | 0x00000360,
848 AUTIAZ = SystemPAuthFixed | 0x00000380,
[all …]
Dinstructions-aarch64.h360 bool IsPAuth() const { return Mask(SystemPAuthFMask) == SystemPAuthFixed; } in IsPAuth()
Ddisasm-aarch64.cc2150 } else if (instr->Mask(SystemPAuthFMask) == SystemPAuthFixed) { in VisitSystem()
Dsimulator-aarch64.cc3894 } else if (instr->Mask(SystemPAuthFMask) == SystemPAuthFixed) { in VisitSystem()
/external/v8/src/codegen/arm64/
Dconstants-arm64.h793 SystemPAuthFixed = 0xD503211F, enumerator
796 PACIB1716 = SystemPAuthFixed | 0x00000140,
797 AUTIB1716 = SystemPAuthFixed | 0x000001C0,
798 PACIBSP = SystemPAuthFixed | 0x00000360,
799 AUTIBSP = SystemPAuthFixed | 0x000003E0
Dinstructions-arm64.h384 bool IsPAuth() const { return Mask(SystemPAuthFMask) == SystemPAuthFixed; } in IsPAuth()
/external/v8/src/diagnostics/arm64/
Ddisasm-arm64.cc1438 if (instr->Mask(SystemPAuthFMask) == SystemPAuthFixed) { in VisitSystem()
/external/v8/src/execution/arm64/
Dsimulator-arm64.cc3139 if (instr->Mask(SystemPAuthFMask) == SystemPAuthFixed) { in VisitSystem()