Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.h105 void AddEntry(RawLiteral* literal);
119 void DeleteOnDestruction(RawLiteral* literal) { in DeleteOnDestruction()
127 std::vector<RawLiteral*> entries_;
137 std::vector<RawLiteral*> deleted_on_destruction_;
1469 RawLiteral* literal; in Ldr()
1473 RawLiteral::kDeletedOnPlacementByPool); in Ldr()
1477 RawLiteral::kDeletedOnPlacementByPool); in Ldr()
1484 RawLiteral* literal; in Ldr()
1488 RawLiteral::kDeletedOnPlacementByPool); in Ldr()
1492 RawLiteral::kDeletedOnPlacementByPool); in Ldr()
[all …]
Dassembler-a64.h908 class RawLiteral {
916 RawLiteral(size_t size,
922 virtual ~RawLiteral() {} in ~RawLiteral()
996 class Literal : public RawLiteral {
1000 RawLiteral::DeletionPolicy ownership = kManuallyDeleted)
1001 : RawLiteral(sizeof(value), literal_pool, ownership) { in RawLiteral() function
1008 RawLiteral::DeletionPolicy ownership = kManuallyDeleted)
1009 : RawLiteral(kQRegSizeInBytes, literal_pool, ownership) { in RawLiteral() function
1136 void place(RawLiteral* literal);
1831 void ldr(const CPURegister& rt, RawLiteral* literal);
[all …]
Dmacro-assembler-a64.cc57 for (std::vector<RawLiteral*>::iterator it = deleted_on_destruction_.begin(); in ~LiteralPool()
66 std::vector<RawLiteral*>::iterator it, end; in Reset()
68 RawLiteral* literal = *it; in Reset()
69 if (literal->deletion_policy_ == RawLiteral::kDeletedOnPlacementByPool) { in Reset()
110 std::vector<RawLiteral*>::iterator it, end; in Emit()
122 void LiteralPool::AddEntry(RawLiteral* literal) { in AddEntry()
1254 RawLiteral::kDeletedOnPlacementByPool)); in Fmov()
1286 RawLiteral::kDeletedOnPlacementByPool)); in Fmov()
Dassembler-a64.cc474 RawLiteral::RawLiteral(size_t size, in RawLiteral() function in vixl::RawLiteral
581 void Assembler::place(RawLiteral* literal) { in place()
618 ptrdiff_t Assembler::LinkAndGetWordOffsetTo(RawLiteral* literal) { in LinkAndGetWordOffsetTo()
1677 void Assembler::ldrsw(const Register& rt, RawLiteral* literal) { in ldrsw()
1684 void Assembler::ldr(const CPURegister& rt, RawLiteral* literal) { in ldr()
1903 void Assembler::prfm(PrefetchOperation op, RawLiteral* literal) { in prfm()
/external/vixl/doc/
Dsupported-instructions.md598 void ldr(const CPURegister& rt, RawLiteral* literal)
652 void ldrsw(const Register& rt, RawLiteral* literal)
921 void prfm(PrefetchOperation op, RawLiteral* literal)
4695 void place(RawLiteral* literal)
/external/vixl/test/
Dtest-assembler-a64.cc21977 RawLiteral::kDeletedOnPlacementByPool); in TEST()
21981 RawLiteral::kDeletedOnPoolDestruction); in TEST()