Searched refs:SystemPAuthFixed (Results 1 - 6 of 6) sorted by relevance
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 980 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 D | instructions-aarch64.h | 503 bool IsPAuth() const { return Mask(SystemPAuthFMask) == SystemPAuthFixed; } in IsPAuth()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | constants-arm64.h | 793 SystemPAuthFixed = 0xD503211F, 796 PACIB1716 = SystemPAuthFixed | 0x00000140, 797 AUTIB1716 = SystemPAuthFixed | 0x000001C0, 798 PACIBSP = SystemPAuthFixed | 0x00000360, 799 AUTIBSP = SystemPAuthFixed | 0x000003E0
|
H A D | instructions-arm64.h | 384 bool IsPAuth() const { return Mask(SystemPAuthFMask) == SystemPAuthFixed; } in IsPAuth()
|
/third_party/node/deps/v8/src/diagnostics/arm64/ |
H A D | disasm-arm64.cc | 1443 if (instr->Mask(SystemPAuthFMask) == SystemPAuthFixed) { in VisitSystem()
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 3338 if (instr->Mask(SystemPAuthFMask) == SystemPAuthFixed) {
|
Completed in 27 milliseconds