Searched refs:SystemPAuthFixed (Results 1 – 8 of 8) sorted by relevance
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 837 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 …]
|
D | instructions-aarch64.h | 360 bool IsPAuth() const { return Mask(SystemPAuthFMask) == SystemPAuthFixed; } in IsPAuth()
|
D | disasm-aarch64.cc | 2150 } else if (instr->Mask(SystemPAuthFMask) == SystemPAuthFixed) { in VisitSystem()
|
D | simulator-aarch64.cc | 3894 } else if (instr->Mask(SystemPAuthFMask) == SystemPAuthFixed) { in VisitSystem()
|
/external/v8/src/codegen/arm64/ |
D | constants-arm64.h | 793 SystemPAuthFixed = 0xD503211F, enumerator 796 PACIB1716 = SystemPAuthFixed | 0x00000140, 797 AUTIB1716 = SystemPAuthFixed | 0x000001C0, 798 PACIBSP = SystemPAuthFixed | 0x00000360, 799 AUTIBSP = SystemPAuthFixed | 0x000003E0
|
D | instructions-arm64.h | 384 bool IsPAuth() const { return Mask(SystemPAuthFMask) == SystemPAuthFixed; } in IsPAuth()
|
/external/v8/src/diagnostics/arm64/ |
D | disasm-arm64.cc | 1438 if (instr->Mask(SystemPAuthFMask) == SystemPAuthFixed) { in VisitSystem()
|
/external/v8/src/execution/arm64/ |
D | simulator-arm64.cc | 3139 if (instr->Mask(SystemPAuthFMask) == SystemPAuthFixed) { in VisitSystem()
|