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.h2912 bool AllowMacroInstructions() const { in AllowMacroInstructions() function
3171 old_allow_macro_instructions_ = masm->AllowMacroInstructions();
/external/vixl/test/
Dtest-assembler-a64.cc14373 VIXL_ASSERT(masm.AllowMacroInstructions()); in TEST()
14376 VIXL_ASSERT(!masm.AllowMacroInstructions()); in TEST()
14380 VIXL_ASSERT(!masm.AllowMacroInstructions()); in TEST()
14383 VIXL_ASSERT(!masm.AllowMacroInstructions()); in TEST()
14385 VIXL_ASSERT(masm.AllowMacroInstructions()); in TEST()