Home
last modified time | relevance | path

Searched refs:ExceptionMask (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/arm64/
Dinstructions-arm64.h224 bool IsBrk() const { return Mask(ExceptionMask) == BRK; } in IsBrk()
Dsimulator-arm64.cc3350 switch (instr->Mask(ExceptionMask)) { in VisitException()
3420 DCHECK(pc_->Mask(ExceptionMask) == HLT); in VisitException()
5579 DCHECK((instr->Mask(ExceptionMask) == HLT) && in DoPrintf()
Dconstants-arm64.h757 ExceptionMask = 0xFFE0001F, enumerator
Ddisasm-arm64.cc1283 switch (instr->Mask(ExceptionMask)) { in VisitException()
Dassembler-arm64.cc951 if ((instr->Mask(ExceptionMask) == HLT) && in ConstantPoolSizeAt()
960 if ((instr->Mask(ExceptionMask) == HLT) && in ConstantPoolSizeAt()
/external/vixl/src/aarch64/
Dsimulator-aarch64.cc3730 switch (instr->Mask(ExceptionMask)) { in VisitException()
6393 VIXL_ASSERT((instr->Mask(ExceptionMask) == HLT) && in DoUnreachable()
6404 VIXL_ASSERT((instr->Mask(ExceptionMask) == HLT) && in DoTrace()
6431 VIXL_ASSERT((instr->Mask(ExceptionMask) == HLT) && in DoLog()
6452 VIXL_ASSERT((instr->Mask(ExceptionMask) == HLT) && in DoPrintf()
6597 VIXL_ASSERT(instr->Mask(ExceptionMask) == HLT); in DoConfigureCPUFeatures()
6637 VIXL_ASSERT((instr->Mask(ExceptionMask) == HLT) && in DoSaveCPUFeatures()
6646 VIXL_ASSERT((instr->Mask(ExceptionMask) == HLT) && in DoRestoreCPUFeatures()
Dconstants-aarch64.h740 ExceptionMask = 0xFFE0001F, enumerator
Ddisasm-aarch64.cc2142 switch (instr->Mask(ExceptionMask)) { in VisitException()