Home
last modified time | relevance | path

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

/external/vixl/src/
Dglobals-vixl.h92 #define VIXL_ABORT_WITH_MSG(msg) \ macro
114 #define VIXL_ABORT_WITH_MSG(msg) \ macro
134 VIXL_ABORT_WITH_MSG("UNIMPLEMENTED "); \
138 VIXL_ABORT_WITH_MSG("UNREACHABLE "); \
/external/vixl/test/
Dtest-aborts.cc60 TEST(abort_with_msg, VIXL_ABORT_WITH_MSG("message\n"), "message\nin ")
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.cc967 VIXL_ABORT_WITH_MSG("`Movt` expects a 16-bit immediate.\n"); in Delegate()
1516 VIXL_ABORT_WITH_MSG("Cbz is only available for T32.\n"); in Delegate()
1518 VIXL_ABORT_WITH_MSG("Cbnz is only available for T32.\n"); in Delegate()
2094 VIXL_ABORT_WITH_MSG( in Delegate()
2101 VIXL_ABORT_WITH_MSG( in Delegate()
2106 VIXL_ABORT_WITH_MSG( in Delegate()
2401 VIXL_ABORT_WITH_MSG( in Delegate()
2474 VIXL_ABORT_WITH_MSG( in Delegate()
Dlabel-aarch32.h162 VIXL_ABORT_WITH_MSG("Label used but not bound.\n"); in VIXL_THROW_IN_NEGATIVE_TESTING_MODE()
Doperands-aarch32.h855 VIXL_ABORT_WITH_MSG( in CheckShift()
Dmacro-assembler-aarch32.h10864 VIXL_ABORT_WITH_MSG("Unpredictable instruction.\n"); in AllowUnpredictable()
10868 VIXL_ABORT_WITH_MSG( in AllowStronglyDiscouraged()
Dassembler-aarch32.h6062 VIXL_ABORT_WITH_MSG(error_message.c_str()); in UnimplementedDelegate()