Home
last modified time | relevance | path

Searched refs:AllowAssembler (Results 1 - 6 of 6) sorted by relevance

/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.cc1928 VIXL_ASSERT(AllowAssembler()); in adc()
2016 VIXL_ASSERT(AllowAssembler()); in adcs()
2104 VIXL_ASSERT(AllowAssembler()); in add()
2317 VIXL_ASSERT(AllowAssembler()); in add()
2353 VIXL_ASSERT(AllowAssembler()); in adds()
2486 VIXL_ASSERT(AllowAssembler()); in adds()
2506 VIXL_ASSERT(AllowAssembler()); in addw()
2542 VIXL_ASSERT(AllowAssembler()); in adr()
2702 VIXL_ASSERT(AllowAssembler()); in and_()
2790 VIXL_ASSERT(AllowAssembler()); in ands()
[all...]
H A Dassembler-aarch32.h207 VIXL_ASSERT(AllowAssembler()); in bind()
216 VIXL_ASSERT(AllowAssembler()); in bind()
221 VIXL_ASSERT(AllowAssembler()); in place()
/third_party/vixl/test/
H A Dtest-code-generation-scopes.cc629 VIXL_ASSERT(!masm.AllowAssembler()); in TEST_A32()
634 VIXL_ASSERT(masm.AllowAssembler()); in TEST_A32()
640 VIXL_ASSERT(masm.AllowAssembler()); in TEST_A32()
645 VIXL_ASSERT(masm.AllowAssembler()); in TEST_A32()
649 VIXL_ASSERT(!masm.AllowAssembler()); in TEST_A32()
669 VIXL_ASSERT(!masm.AllowAssembler()); in TEST()
674 VIXL_ASSERT(masm.AllowAssembler()); in TEST()
680 VIXL_ASSERT(masm.AllowAssembler()); in TEST()
685 VIXL_ASSERT(masm.AllowAssembler()); in TEST()
689 VIXL_ASSERT(!masm.AllowAssembler()); in TEST()
[all...]
/third_party/vixl/src/
H A Dassembler-base-vixl.h80 bool AllowAssembler() const { return allow_assembler_; } in AllowAssembler() function in vixl::internal::AssemblerBase
H A Dcode-generation-scopes-vixl.h103 previous_allow_assembler_ = assembler_->AllowAssembler(); in Open()
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h7114 VIXL_ASSERT(AllowAssembler());
7123 VIXL_ASSERT(AllowAssembler());
8314 VIXL_ASSERT(AllowAssembler());

Completed in 40 milliseconds