Home
last modified time | relevance | path

Searched refs:VIXL_ABORT_WITH_MSG (Results 1 - 14 of 14) sorted by relevance

/third_party/vixl/src/
H A Dglobals-vixl.h107 #define VIXL_ABORT_WITH_MSG(msg) \ macro
128 #define VIXL_ABORT_WITH_MSG(msg) \
148 VIXL_ABORT_WITH_MSG("UNIMPLEMENTED "); \
152 VIXL_ABORT_WITH_MSG("UNREACHABLE "); \
195 VIXL_ABORT_WITH_MSG("ALIGNMENT EXCEPTION\t"); \
/third_party/vixl/test/aarch64/
H A Dtest-debugger-aarch64.h131 VIXL_ABORT_WITH_MSG(err.c_str()); \
157 VIXL_ABORT_WITH_MSG(err.c_str()); in GetInstructionAddress()
/third_party/vixl/src/aarch64/
H A Ddebugger-aarch64.cc77 VIXL_ABORT_WITH_MSG("Command word matches an existing command word."); in RegisterCmd()
79 VIXL_ABORT_WITH_MSG("Command word matches an existing command alias."); in RegisterCmd()
84 VIXL_ABORT_WITH_MSG("Command alias matches an existing command word."); in RegisterCmd()
86 VIXL_ABORT_WITH_MSG("Command alias matches an existing command alias."); in RegisterCmd()
H A Ddecoder-aarch64.cc67 VIXL_ABORT_WITH_MSG(msg.c_str()); in GetDecodeNode()
H A Dsimulator-aarch64.h235 VIXL_ABORT_WITH_MSG(sstream.str().c_str()); in GetMTETag()
376 VIXL_ABORT_WITH_MSG("Attempt to read from stack guard region"); in Read()
379 VIXL_ABORT_WITH_MSG("Tag mismatch."); in Read()
392 VIXL_ABORT_WITH_MSG("Attempt to write to stack guard region"); in Write()
395 VIXL_ABORT_WITH_MSG("Tag mismatch."); in Write()
1381 VIXL_ABORT_WITH_MSG( in ExecuteInstruction()
1385 VIXL_ABORT_WITH_MSG("Executing non-BTI instruction with wrong BType."); in ExecuteInstruction()
H A Dinstructions-aarch64.h574 VIXL_ABORT_WITH_MSG("Undefined MOPS operation\n"); in IsConsistentMOPSTriplet()
H A Dsimulator-aarch64.cc3692 VIXL_ABORT_WITH_MSG("UNDEFINED (UDF)\n"); in Simulator()
3819 VIXL_ABORT_WITH_MSG("Failed to authenticate pointer."); in Simulator()
4236 VIXL_ABORT_WITH_MSG("Failed to authenticate pointer."); in Simulator()
6789 VIXL_ABORT_WITH_MSG("Executing BTI with wrong BType."); in Simulator()
6795 VIXL_ABORT_WITH_MSG("Executing BTI c with wrong BType."); in Simulator()
6800 VIXL_ABORT_WITH_MSG("Executing BTI j with wrong BType."); in Simulator()
/third_party/vixl/test/
H A Dtest-aborts.cc60 TEST(abort_with_msg, VIXL_ABORT_WITH_MSG("message\n"), "message\nin ")
H A Dtest-utils.cc72 VIXL_ABORT_WITH_MSG("Cannot ExecuteMemory(...): unsupported platform."); in ExecuteMemory()
/third_party/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.cc686 VIXL_ABORT_WITH_MSG("`Movt` expects a 16-bit immediate.\n");
1235 VIXL_ABORT_WITH_MSG("Cbz is only available for T32.\n"); in Delegate()
1237 VIXL_ABORT_WITH_MSG("Cbnz is only available for T32.\n"); in Delegate()
1821 VIXL_ABORT_WITH_MSG( in Delegate()
1828 VIXL_ABORT_WITH_MSG( in Delegate()
1833 VIXL_ABORT_WITH_MSG( in Delegate()
2128 VIXL_ABORT_WITH_MSG( in Delegate()
2201 VIXL_ABORT_WITH_MSG( in Delegate()
H A Dlocation-aarch32.h78 VIXL_ABORT_WITH_MSG("Location, label or literal used but not bound.\n");
H A Doperands-aarch32.h841 VIXL_ABORT_WITH_MSG( in CheckShift()
H A Dmacro-assembler-aarch32.h13129 VIXL_ABORT_WITH_MSG("Unpredictable instruction.\n"); in MacroAssembler()
13133 VIXL_ABORT_WITH_MSG( in MacroAssembler()
H A Dassembler-aarch32.h6156 VIXL_ABORT_WITH_MSG(error_message.c_str()); in UnimplementedDelegate()

Completed in 71 milliseconds