Home
last modified time | relevance | path

Searched refs:SystemPAuthFixed (Results 1 - 6 of 6) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dconstants-aarch64.h980 SystemPAuthFixed = 0xD503211F, enumerator
983 PACIA1716 = SystemPAuthFixed | 0x00000100,
984 PACIB1716 = SystemPAuthFixed | 0x00000140,
985 AUTIA1716 = SystemPAuthFixed | 0x00000180,
986 AUTIB1716 = SystemPAuthFixed | 0x000001C0,
987 PACIAZ = SystemPAuthFixed | 0x00000300,
988 PACIASP = SystemPAuthFixed | 0x00000320,
989 PACIBZ = SystemPAuthFixed | 0x00000340,
990 PACIBSP = SystemPAuthFixed | 0x00000360,
991 AUTIAZ = SystemPAuthFixed |
[all...]
H A Dinstructions-aarch64.h503 bool IsPAuth() const { return Mask(SystemPAuthFMask) == SystemPAuthFixed; } in IsPAuth()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dconstants-arm64.h793 SystemPAuthFixed = 0xD503211F,
796 PACIB1716 = SystemPAuthFixed | 0x00000140,
797 AUTIB1716 = SystemPAuthFixed | 0x000001C0,
798 PACIBSP = SystemPAuthFixed | 0x00000360,
799 AUTIBSP = SystemPAuthFixed | 0x000003E0
H A Dinstructions-arm64.h384 bool IsPAuth() const { return Mask(SystemPAuthFMask) == SystemPAuthFixed; } in IsPAuth()
/third_party/node/deps/v8/src/diagnostics/arm64/
H A Ddisasm-arm64.cc1443 if (instr->Mask(SystemPAuthFMask) == SystemPAuthFixed) { in VisitSystem()
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc3338 if (instr->Mask(SystemPAuthFMask) == SystemPAuthFixed) {

Completed in 27 milliseconds