Home
last modified time | relevance | path

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

/external/vixl/test/
Dtest-code-generation-scopes.cc630 VIXL_ASSERT(masm.AllowMacroInstructions()); in TEST_A32()
635 VIXL_ASSERT(!masm.AllowMacroInstructions()); in TEST_A32()
641 VIXL_ASSERT(!masm.AllowMacroInstructions()); in TEST_A32()
646 VIXL_ASSERT(!masm.AllowMacroInstructions()); in TEST_A32()
650 VIXL_ASSERT(masm.AllowMacroInstructions()); in TEST_A32()
670 VIXL_ASSERT(masm.AllowMacroInstructions()); in TEST()
675 VIXL_ASSERT(!masm.AllowMacroInstructions()); in TEST()
681 VIXL_ASSERT(!masm.AllowMacroInstructions()); in TEST()
686 VIXL_ASSERT(!masm.AllowMacroInstructions()); in TEST()
690 VIXL_ASSERT(masm.AllowMacroInstructions()); in TEST()
Dtest-pool-manager.cc267 bool AllowMacroInstructions() const VIXL_OVERRIDE { return false; } in AllowMacroInstructions() function in TestMacroAssembler
/external/vixl/src/
Dmacro-assembler-interface.h40 virtual bool AllowMacroInstructions() const = 0;
Dcode-generation-scopes-vixl.h310 previous_allow_macro_assembler_ = masm->AllowMacroInstructions(); in Open()
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h3284 virtual bool AllowMacroInstructions() const VIXL_OVERRIDE { in AllowMacroInstructions() function
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h170 VIXL_ASSERT(masm_->AllowMacroInstructions()); in ContextScope()
305 virtual bool AllowMacroInstructions() const VIXL_OVERRIDE { in AllowMacroInstructions() function