OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VIXL_ASSERT
(Results
1 - 25
of
163
) sorted by null
1
2
3
4
5
6
7
/external/vixl/src/aarch32/
label-aarch32.cc
35
VIXL_ASSERT
(IsBlocked());
macro-assembler-aarch32.h
54
VIXL_ASSERT
(literals_.empty() && (size_ == 0));
68
VIXL_ASSERT
(!literal->IsManuallyPlaced());
69
VIXL_ASSERT
(!literal->IsBound());
161
VIXL_ASSERT
((count_ > 0) && (count_ < kMaxRecursion));
178
VIXL_ASSERT
(masm_->AllowMacroInstructions());
220
VIXL_ASSERT
(!cond_.Is(al));
221
VIXL_ASSERT
(masm_->IsUsingT32());
222
VIXL_ASSERT
(!can_use_it_);
223
VIXL_ASSERT
(masm_->GetCursorOffset() - initial_cursor_offset_ <=
230
VIXL_ASSERT
(can_use_it_)
[
all
...]
label-aarch32.h
79
VIXL_ASSERT
(isa_ == A32);
82
VIXL_ASSERT
(isa == T32);
172
VIXL_ASSERT
(!IsBound());
178
VIXL_ASSERT
(isa == A32);
180
VIXL_ASSERT
(isa == T32);
187
VIXL_ASSERT
(IsBound());
191
VIXL_ASSERT
(IsBound()); // Must be bound to know its ISA.
201
VIXL_ASSERT
(IsBound());
225
VIXL_ASSERT
(referenced_);
253
VIXL_ASSERT
(HasForwardReference())
[
all
...]
operands-aarch32.h
79
VIXL_ASSERT
(rm_.IsValid());
87
VIXL_ASSERT
(rm_.IsValid());
88
VIXL_ASSERT
(shift_.IsRRX());
97
VIXL_ASSERT
(rm_.IsValid());
98
VIXL_ASSERT
(!shift_.IsRRX());
102
VIXL_ASSERT
(amount_ <= 31);
105
VIXL_ASSERT
(amount_ <= 31);
109
VIXL_ASSERT
(amount_ <= 32);
125
VIXL_ASSERT
(rm_.IsValid() && rs_.IsValid());
126
VIXL_ASSERT
(!shift_.IsRRX())
[
all
...]
instructions-aarch32.h
91
VIXL_ASSERT
(code < kNumberOfRegisters);
92
VIXL_ASSERT
(size == kRegSizeInBits);
95
VIXL_ASSERT
(code < kNumberOfSRegisters);
96
VIXL_ASSERT
(size == kSRegSizeInBits);
99
VIXL_ASSERT
(code < kMaxNumberOfDRegisters);
100
VIXL_ASSERT
(size == kDRegSizeInBits);
103
VIXL_ASSERT
(code < kNumberOfQRegisters);
104
VIXL_ASSERT
(size == kQRegSizeInBits);
141
VIXL_ASSERT
(GetCode() < kNumberOfRegisters);
157
VIXL_ASSERT
(code_ < kNumberOfRegisters)
[
all
...]
/external/vixl/test/aarch64/
test-utils-aarch64.h
62
VIXL_ASSERT
(sizeof(dump_.d_[0]) == kDRegSizeInBytes);
63
VIXL_ASSERT
(sizeof(dump_.s_[0]) == kSRegSizeInBytes);
64
VIXL_ASSERT
(sizeof(dump_.d_[0]) == kXRegSizeInBytes);
65
VIXL_ASSERT
(sizeof(dump_.s_[0]) == kWRegSizeInBytes);
66
VIXL_ASSERT
(sizeof(dump_.x_[0]) == kXRegSizeInBytes);
67
VIXL_ASSERT
(sizeof(dump_.w_[0]) == kWRegSizeInBytes);
68
VIXL_ASSERT
(sizeof(dump_.q_[0]) == kQRegSizeInBytes);
85
VIXL_ASSERT
(RegAliasesMatch(code));
93
VIXL_ASSERT
(RegAliasesMatch(code));
99
VIXL_ASSERT
(FPRegAliasesMatch(code))
[
all
...]
/external/vixl/src/aarch64/
operands-aarch64.cc
38
VIXL_ASSERT
((1 << index) & list_);
45
VIXL_ASSERT
(IsValid());
51
VIXL_ASSERT
((1 << index) & list_);
82
VIXL_ASSERT
(GetType() == CPURegister::kNoRegister);
83
VIXL_ASSERT
(IsEmpty());
191
VIXL_ASSERT
(code < kNumberOfRegisters);
201
VIXL_ASSERT
(code < kNumberOfRegisters);
208
VIXL_ASSERT
(code < kNumberOfVRegisters);
214
VIXL_ASSERT
(code < kNumberOfVRegisters);
220
VIXL_ASSERT
(code < kNumberOfVRegisters)
[
all
...]
macro-assembler-aarch64.h
219
VIXL_ASSERT
(IsValidComparison(*this, other));
223
VIXL_ASSERT
(IsValidComparison(*this, other));
227
VIXL_ASSERT
(IsValidComparison(*this, other));
231
VIXL_ASSERT
(IsValidComparison(*this, other));
335
VIXL_ASSERT
(IsValidBranchType(type));
443
VIXL_ASSERT
(!Done());
461
VIXL_ASSERT
(!Done());
[
all
...]
operands-aarch64.h
59
VIXL_ASSERT
(!IsValid());
60
VIXL_ASSERT
(IsNone());
65
VIXL_ASSERT
(IsValidOrNone());
69
VIXL_ASSERT
(IsValid());
75
VIXL_ASSERT
(IsValidOrNone());
81
VIXL_ASSERT
(code_ < (sizeof(RegList) * 8));
87
VIXL_ASSERT
(IsValid());
88
VIXL_ASSERT
(size_ % 8 == 0);
96
VIXL_ASSERT
(IsValid());
107
VIXL_ASSERT
(IsValid())
[
all
...]
assembler-aarch64.cc
45
VIXL_ASSERT
((deletion_policy == kManuallyDeleted) || (literal_pool_ != NULL));
61
VIXL_ASSERT
((offset >= 0) && (offset <= GetBuffer()->GetCursorOffset()));
62
VIXL_ASSERT
(offset % kInstructionSize == 0);
111
VIXL_ASSERT
(!literal->IsPlaced());
120
VIXL_ASSERT
(ldr->IsLoadLiteral());
123
VIXL_ASSERT
(imm19 <= 0);
142
VIXL_ASSERT
(literal->GetSize() == kQRegSizeInBytes);
152
VIXL_ASSERT
(IsWordAligned(GetCursorOffset()));
159
VIXL_ASSERT
((literal->GetOffset() - GetCursorOffset()) <= 0);
181
VIXL_ASSERT
(xn.Is64Bits())
[
all
...]
macro-assembler-aarch64.cc
38
VIXL_ASSERT
(masm_->GetCursorOffset() < checkpoint_);
57
VIXL_ASSERT
(IsEmpty());
58
VIXL_ASSERT
(!IsBlocked());
112
VIXL_ASSERT
(!IsBlocked());
113
VIXL_ASSERT
(!IsEmpty());
120
VIXL_ASSERT
(emit_size % kInstructionSize == 0);
137
VIXL_ASSERT
((pool_size % kWRegSizeInBytes) == 0);
145
VIXL_ASSERT
((*it)->IsUsed());
163
VIXL_ASSERT
(masm_->GetCursorOffset() == literal->GetLastUse());
166
VIXL_ASSERT
(masm_->GetCursorOffset() >= first_use_)
[
all
...]
cpu-aarch64.cc
68
VIXL_ASSERT
(IsUint32(cache_type_register));
101
VIXL_ASSERT
(IsPowerOf2(dsize));
102
VIXL_ASSERT
(IsPowerOf2(isize));
instructions-aarch64.cc
54
VIXL_ASSERT
((width == 2) || (width == 4) || (width == 8) || (width == 16) ||
56
VIXL_ASSERT
((reg_size == kWRegSize) || (reg_size == kXRegSize));
229
VIXL_ASSERT
((LSSize_offset + LSSize_width) == (kInstructionSize * 8));
299
VIXL_ASSERT
(Mask(PCRelAddressingMask) == ADR);
303
VIXL_ASSERT
(GetBranchType() != UnknownBranchType);
342
VIXL_ASSERT
(Mask(PCRelAddressingMask) == ADRP);
354
VIXL_ASSERT
(((target - this) & 3) == 0);
387
VIXL_ASSERT
(IsWordAligned(source));
397
VIXL_ASSERT
(vform == kFormat8H || vform == kFormat4S || vform == kFormat2D ||
420
VIXL_ASSERT
(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S |
[
all
...]
abi-aarch64.h
78
VIXL_ASSERT
(result.IsCPURegister());
93
VIXL_ASSERT
(is_floating_point_type || is_integral_type || is_pointer_type);
139
VIXL_ASSERT
(size <= 8u);
cpu-aarch64.h
51
VIXL_ASSERT
(IsUintN(kAddressTagWidth, tag));
assembler-aarch64.h
49
VIXL_ASSERT
(!IsLinked());
93
VIXL_ASSERT
(!IsBound());
100
VIXL_ASSERT
(!IsBound());
197
VIXL_ASSERT
((size_ == kXRegSizeInBytes) || (size_ == kWRegSizeInBytes) ||
204
VIXL_ASSERT
(size_ == kQRegSizeInBytes);
212
VIXL_ASSERT
(size_ == kQRegSizeInBytes);
220
VIXL_ASSERT
(size_ == kXRegSizeInBytes);
221
VIXL_ASSERT
(high64_ == 0);
229
VIXL_ASSERT
(size_ == kWRegSizeInBytes);
230
VIXL_ASSERT
(high64_ == 0)
[
all
...]
/external/vixl/src/
invalset-vixl.h
227
VIXL_ASSERT
(monitor_ >= 0);
327
VIXL_ASSERT
(monitor_ == 0);
350
VIXL_ASSERT
(monitor() == 0);
351
VIXL_ASSERT
(IsValid(element));
352
VIXL_ASSERT
(Search(element) == NULL);
382
VIXL_ASSERT
(monitor() == 0);
383
VIXL_ASSERT
(IsValid(element));
396
VIXL_ASSERT
(monitor() == 0);
427
VIXL_ASSERT
(monitor() == 0);
439
VIXL_ASSERT
(monitor() == 0)
[
all
...]
code-buffer-vixl.cc
67
VIXL_ASSERT
(IsWordAligned(buffer_));
79
VIXL_ASSERT
(buffer_ != NULL);
84
VIXL_ASSERT
(!IsDirty());
114
VIXL_ASSERT
(HasSpaceFor(strlen(string) + 1));
123
VIXL_ASSERT
(HasSpaceFor(size));
133
VIXL_ASSERT
(dst + size <= cursor_);
141
VIXL_ASSERT
(padding_size <= 4);
162
VIXL_ASSERT
(managed_);
163
VIXL_ASSERT
(new_capacity > capacity_);
173
VIXL_ASSERT
(!managed_)
[
all
...]
compiler-intrinsics-vixl.cc
33
VIXL_ASSERT
(IsPowerOf2(width) && (width <= 64));
43
VIXL_ASSERT
(IsPowerOf2(width) && (width <= 64));
78
VIXL_ASSERT
(IsPowerOf2(width) && (width <= 64));
113
VIXL_ASSERT
(IsPowerOf2(width) && (width <= 64));
code-buffer-vixl.h
59
VIXL_ASSERT
((offset >= 0) && (offset <= cursor_offset));
74
VIXL_ASSERT
((buffer_ <= rewound_cursor) && (rewound_cursor <= cursor_));
81
VIXL_ASSERT
((offset >= 0) && (offset <= (cursor_ - buffer_)));
98
VIXL_ASSERT
((cursor_ >= buffer_) && (cursor_ <= (buffer_ + capacity_)));
106
VIXL_ASSERT
((cursor_ >= buffer_) && (cursor_ <= (buffer_ + capacity_)));
126
VIXL_ASSERT
(HasSpaceFor(sizeof(value)));
161
VIXL_ASSERT
(has_grown != NULL);
code-generation-scopes-vixl.h
89
VIXL_ASSERT
(!initialised_);
90
VIXL_ASSERT
(assembler != NULL);
118
VIXL_ASSERT
(assembler_->GetSizeOfCodeGenerated() == limit_);
121
VIXL_ASSERT
(assembler_->GetSizeOfCodeGenerated() <= limit_);
198
VIXL_ASSERT
(!initialised_);
226
VIXL_ASSERT
(initialised_);
301
VIXL_ASSERT
(size_policy != kNoAssert);
utils-vixl.h
71
VIXL_ASSERT
((0 < n) && (n < 32));
76
VIXL_ASSERT
((0 < n) && (n < 32));
81
VIXL_ASSERT
((0 < n) && (n < 64));
86
VIXL_ASSERT
((0 < n) && (n < 64));
95
VIXL_ASSERT
((0 < n) && (n < 32));
99
VIXL_ASSERT
((0 < n) && (n < 32));
104
VIXL_ASSERT
((0 < n) && (n < 64));
108
VIXL_ASSERT
((0 < n) && (n < 64));
117
VIXL_ASSERT
((0 < n) && (n < 64));
173
VIXL_ASSERT
((static_cast<size_t>(msb) < sizeof(x) * 8) && (lsb >= 0) &
[
all
...]
/external/vixl/test/aarch32/
test-utils-aarch32.h
91
VIXL_ASSERT
(sizeof(dump_.r_[0]) == kRegSizeInBytes);
105
VIXL_ASSERT
(IsComplete());
107
VIXL_ASSERT
(code != kPcCode);
113
VIXL_ASSERT
(IsComplete());
114
VIXL_ASSERT
(code < kNumberOfQRegisters);
121
VIXL_ASSERT
(IsComplete());
122
VIXL_ASSERT
(code < kMaxNumberOfDRegisters);
128
VIXL_ASSERT
(IsComplete());
129
VIXL_ASSERT
(code < kNumberOfSRegisters);
144
VIXL_ASSERT
(IsComplete())
[
all
...]
/external/vixl/examples/aarch32/
examples.h
58
VIXL_ASSERT
(reinterpret_cast<intptr_t>(buffer_) != -1);
74
VIXL_ASSERT
((offset >= 0) && (static_cast<size_t>(offset) <= size_));
/external/vixl/test/
test-code-generation-scopes.cc
625
VIXL_ASSERT
(!masm.AllowAssembler());
626
VIXL_ASSERT
(masm.AllowMacroInstructions());
630
VIXL_ASSERT
(masm.AllowAssembler());
631
VIXL_ASSERT
(!masm.AllowMacroInstructions());
636
VIXL_ASSERT
(masm.AllowAssembler());
637
VIXL_ASSERT
(!masm.AllowMacroInstructions());
641
VIXL_ASSERT
(masm.AllowAssembler());
642
VIXL_ASSERT
(!masm.AllowMacroInstructions());
645
VIXL_ASSERT
(!masm.AllowAssembler());
646
VIXL_ASSERT
(masm.AllowMacroInstructions())
[
all
...]
Completed in 785 milliseconds
1
2
3
4
5
6
7