Searched refs:ImmException (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/arm64/
H A Dinstructions-arm64.h329 int32_t high16 = ImmException();
330 int32_t low16 = following()->ImmException();
H A Dsimulator-arm64.cc470 HLT | Assembler::ImmException(kImmExceptionIsRedirectedCall));
3659 if (instr->ImmException() == kImmExceptionIsDebug) {
3726 DCHECK(pc_->ImmException() == kImmExceptionIsUnreachable);
3733 } else if (instr->ImmException() == kImmExceptionIsRedirectedCall) {
3735 } else if (instr->ImmException() == kImmExceptionIsPrintf) {
3738 } else if (instr->ImmException() == kImmExceptionIsUnreachable) {
3757 (instr->ImmException() == kImmExceptionIsPrintf));
H A Dassembler-arm64.cc935 (instr->ImmException() == kImmExceptionIsDebug)) {
944 (instr->ImmException() == kImmExceptionIsPrintf)) {
2301 Emit(HLT | ImmException(code));
2307 Emit(BRK | ImmException(code));
H A Dassembler-arm64-inl.h1135 Instr Assembler::ImmException(int imm16) { function in class:v8::internal::Assembler
H A Dconstants-arm64.h191 V_(ImmException, 20, 5, Bits) \
H A Dassembler-arm64.h1790 inline static Instr ImmException(int imm16);
/external/vixl/src/aarch64/
H A Dassembler-aarch64.cc3993 Emit(HLT | ImmException(code));
3999 Emit(BRK | ImmException(code));
4003 void Assembler::svc(int code) { Emit(SVC | ImmException(code)); }
H A Dconstants-aarch64.h127 V_(ImmException, 20, 5, ExtractBits) \
H A Dassembler-aarch64.h2802 static Instr ImmException(int imm16) { function in class:vixl::aarch64::Assembler

Completed in 778 milliseconds