Home
last modified time | relevance | path

Searched refs:AllowMacroInstructions (Results 1 – 2 of 2) sorted by relevance

/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.h2868 bool AllowMacroInstructions() const { in AllowMacroInstructions() function
3102 old_allow_macro_instructions_ = masm->AllowMacroInstructions();
/external/vixl/test/
Dtest-assembler-a64.cc14124 VIXL_ASSERT(masm.AllowMacroInstructions()); in TEST()
14127 VIXL_ASSERT(!masm.AllowMacroInstructions()); in TEST()
14131 VIXL_ASSERT(!masm.AllowMacroInstructions()); in TEST()
14134 VIXL_ASSERT(!masm.AllowMacroInstructions()); in TEST()
14136 VIXL_ASSERT(masm.AllowMacroInstructions()); in TEST()