Home
last modified time | relevance | path

Searched refs:SystemHintFixed (Results 1 – 6 of 6) sorted by relevance

/external/vixl/src/a64/
Dconstants-a64.h558 SystemHintFixed = 0xD503201F, enumerator
561 HINT = SystemHintFixed | 0x00000000
Ddisasm-a64.cc1186 } else if (instr->Mask(SystemHintFMask) == SystemHintFixed) { in VisitSystem()
Dsimulator-a64.cc2355 } else if (instr->Mask(SystemHintFMask) == SystemHintFixed) { in VisitSystem()
/external/chromium_org/v8/src/arm64/
Dconstants-arm64.h666 SystemHintFixed = 0xD503201F, enumerator
669 HINT = SystemHintFixed | 0x00000000
Ddisasm-arm64.cc1178 } else if (instr->Mask(SystemHintFMask) == SystemHintFixed) { in VisitSystem()
Dsimulator-arm64.cc3122 } else if (instr->Mask(SystemHintFMask) == SystemHintFixed) { in VisitSystem()