Searched refs:GetCursorOffset (Results 1 - 25 of 81) sorted by relevance

1234

/external/vixl/test/
H A Dtest-code-buffer.cc45 VIXL_CHECK(IsAligned<2>(code_buffer.GetCursorOffset()));
47 VIXL_CHECK(IsWordAligned(code_buffer.GetCursorOffset()));
/external/vixl/src/
H A Dassembler-base-vixl.h52 ptrdiff_t GetCursorOffset() const { return GetBuffer().GetCursorOffset(); } function in class:vixl::internal::AssemblerBase
58 return GetBuffer().GetOffsetAddress<T>(GetCursorOffset());
61 size_t GetSizeOfCodeGenerated() const { return GetCursorOffset(); }
H A Dcode-buffer-vixl.h67 ptrdiff_t GetCursorOffset() const { return GetOffsetFrom(0); } function in class:vixl::CodeBuffer
68 VIXL_DEPRECATED("GetCursorOffset", ptrdiff_t CursorOffset() const) {
69 return GetCursorOffset();
H A Dcode-buffer-vixl.cc164 ptrdiff_t cursor_offset = GetCursorOffset();
/external/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc216 masm.GetCursorOffset()); \
219 masm.GetCursorOffset()); \
1466 AlignDown(masm->GetBuffer()->GetCursorOffset() +
1486 while (masm->GetCursorOffset() < end) {
1489 VIXL_CHECK(masm->GetCursorOffset() == end);
1614 VIXL_ASSERT((masm.GetBuffer()->GetCursorOffset() % 4) == 2);
1770 int32_t end = masm.GetCursorOffset() + space;
1771 while (masm.GetCursorOffset() < end) {
1782 for (int32_t end = masm.GetCursorOffset() + space;
1783 masm.GetCursorOffset() < en
[all...]
H A Dtest-assembler-cond-rdlow-rnlow-operand-immediate-t32-zero.cc189 int32_t start = masm.GetCursorOffset();
199 int32_t end = masm.GetCursorOffset();
H A Dtest-assembler-cond-rdlow-rnlow-rmlow-t32.cc188 int32_t start = masm.GetCursorOffset();
198 int32_t end = masm.GetCursorOffset();
H A Dtest-assembler-cond-rd-operand-rn-t32-identical-low-registers-in-it-block.cc233 int32_t start = masm.GetCursorOffset();
243 int32_t end = masm.GetCursorOffset();
H A Dtest-assembler-cond-rd-rn-operand-rm-t32-rn-is-sp-in-it-block.cc237 int32_t start = masm.GetCursorOffset();
247 int32_t end = masm.GetCursorOffset();
H A Dtest-assembler-cond-rd-operand-rn-t32.cc374 int32_t start = masm.GetCursorOffset();
384 int32_t end = masm.GetCursorOffset();
H A Dtest-assembler-cond-rd-rn-t32.cc357 int32_t start = masm.GetCursorOffset();
367 int32_t end = masm.GetCursorOffset();
H A Dtest-assembler-cond-sp-sp-operand-imm7-t32.cc256 int32_t start = masm.GetCursorOffset();
266 int32_t end = masm.GetCursorOffset();
H A Dtest-disasm-a32.cc69 int32_t start = masm.GetCursorOffset();
72 int32_t end = masm.GetCursorOffset(); \
116 int32_t start = masm.GetCursorOffset();
119 int32_t end = masm.GetCursorOffset(); \
191 int32_t start = masm.GetCursorOffset(); \
192 ASM int32_t end = masm.GetCursorOffset(); \
1641 Label label_64(__ GetCursorOffset() + __ GetArchitectureStatePCOffset(), 64);
1650 Label label_126(__ GetCursorOffset() + __ GetArchitectureStatePCOffset(),
1656 Label label_128(__ GetCursorOffset() + __ GetArchitectureStatePCOffset(),
1666 Label label_8192(__ GetCursorOffset()
[all...]
H A Dtest-macro-assembler-cond-rd-rn-a32.cc636 symbols.insert(std::pair<uint32_t, int>(masm.GetCursorOffset(), i));
662 masm.GetCursorOffset());
665 masm.GetCursorOffset());
H A Dtest-macro-assembler-cond-rd-rn-pc-a32.cc594 symbols.insert(std::pair<uint32_t, int>(masm.GetCursorOffset(), i));
620 masm.GetCursorOffset());
623 masm.GetCursorOffset());
H A Dtest-macro-assembler-cond-rd-rn-t32.cc636 symbols.insert(std::pair<uint32_t, int>(masm.GetCursorOffset(), i));
662 masm.GetCursorOffset());
665 masm.GetCursorOffset());
H A Dtest-assembler-cond-rd-operand-imm16-t32.cc517 int32_t start = masm.GetCursorOffset();
527 int32_t end = masm.GetCursorOffset();
H A Dtest-assembler-cond-rd-operand-rn-shift-rs-t32-narrow-out-it-block.cc382 int32_t start = masm.GetCursorOffset();
392 int32_t end = masm.GetCursorOffset();
H A Dtest-assembler-cond-rd-rn-operand-rm-t32-rd-is-rn-is-sp-in-it-block.cc335 int32_t start = masm.GetCursorOffset();
345 int32_t end = masm.GetCursorOffset();
H A Dtest-assembler-cond-rd-rn-rm-a32.cc539 int32_t start = masm.GetCursorOffset();
549 int32_t end = masm.GetCursorOffset();
H A Dtest-assembler-cond-rd-rn-rm-t32.cc537 int32_t start = masm.GetCursorOffset();
547 int32_t end = masm.GetCursorOffset();
H A Dtest-assembler-cond-rd-sp-operand-imm8-t32.cc381 int32_t start = masm.GetCursorOffset();
391 int32_t end = masm.GetCursorOffset();
H A Dtest-assembler-cond-rd-operand-const-a32-can-use-pc.cc1593 int32_t start = masm.GetCursorOffset();
1603 int32_t end = masm.GetCursorOffset();
H A Dtest-assembler-cond-rd-operand-const-a32-cannot-use-pc.cc1408 int32_t start = masm.GetCursorOffset();
1418 int32_t end = masm.GetCursorOffset();
/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc38 VIXL_ASSERT(masm_->GetCursorOffset() < checkpoint_);
86 ptrdiff_t distance = masm_->GetCursorOffset() + amount - first_use_;
163 VIXL_ASSERT(masm_->GetCursorOffset() == literal->GetLastUse());
165 UpdateFirstUse(masm_->GetCursorOffset());
166 VIXL_ASSERT(masm_->GetCursorOffset() >= first_use_);
193 masm_->GetCursorOffset() <
238 return (masm_->GetCursorOffset() + offset) > max_reachable_pc;
245 VIXL_ASSERT(masm_->GetCursorOffset() < unresolved_branches_.GetFirstLimit());
582 veneer_pool_.RegisterUnresolvedBranch(GetCursorOffset(),
603 veneer_pool_.RegisterUnresolvedBranch(GetCursorOffset(),
[all...]

Completed in 1317 milliseconds

1234