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

/external/vixl/src/
H A Dglobals-vixl.h105 #define VIXL_ABORT_WITH_MSG(msg) \ macro
127 #define VIXL_ABORT_WITH_MSG(msg) \
148 VIXL_ABORT_WITH_MSG("UNIMPLEMENTED "); \
152 VIXL_ABORT_WITH_MSG("UNREACHABLE "); \
/external/vixl/test/
H A Dtest-aborts.cc60 TEST(abort_with_msg, VIXL_ABORT_WITH_MSG("message\n"), "message\nin ")
/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.cc671 VIXL_ABORT_WITH_MSG("`Movt` expects a 16-bit immediate.\n");
1220 VIXL_ABORT_WITH_MSG("Cbz is only available for T32.\n");
1222 VIXL_ABORT_WITH_MSG("Cbnz is only available for T32.\n");
1798 VIXL_ABORT_WITH_MSG(
1805 VIXL_ABORT_WITH_MSG(
1810 VIXL_ABORT_WITH_MSG(
2105 VIXL_ABORT_WITH_MSG(
2178 VIXL_ABORT_WITH_MSG(
H A Dlocation-aarch32.h69 VIXL_ABORT_WITH_MSG("Location, label or literal used but not bound.\n");
H A Doperands-aarch32.h867 VIXL_ABORT_WITH_MSG(
H A Dassembler-aarch32.h6119 VIXL_ABORT_WITH_MSG(error_message.c_str());
H A Dmacro-assembler-aarch32.h10766 VIXL_ABORT_WITH_MSG("Unpredictable instruction.\n");
10770 VIXL_ABORT_WITH_MSG(

Completed in 497 milliseconds