Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dconstants-arm64.h665 SystemHintFixed = 0xD503201F, enumerator
668 HINT = SystemHintFixed | 0x00000000
Ddisasm-arm64.cc1157 } else if (instr->Mask(SystemHintFMask) == SystemHintFixed) { in VisitSystem()
Dsimulator-arm64.cc3230 } else if (instr->Mask(SystemHintFMask) == SystemHintFixed) { in VisitSystem()
/external/vixl/src/vixl/a64/
Dconstants-a64.h692 SystemHintFixed = 0xD503201F, enumerator
695 HINT = SystemHintFixed | 0x00000000
Ddisasm-a64.cc1316 } else if (instr->Mask(SystemHintFMask) == SystemHintFixed) { in VisitSystem()
Dsimulator-a64.cc2354 } else if (instr->Mask(SystemHintFMask) == SystemHintFixed) { in VisitSystem()