Home
last modified time | relevance | path

Searched refs:first_condition_ (Results 1 – 3 of 3) sorted by relevance

/external/vixl/src/aarch32/
Ddisasm-aarch32.h43 Condition first_condition_; variable
48 ITBlock() : first_condition_(al), condition_(al), it_mask_(0) {} in ITBlock()
60 condition_ = first_condition_ = first_condition; in Set()
63 Condition GetFirstCondition() const { return first_condition_; } in GetFirstCondition()
Dassembler-aarch32.h40 Condition first_condition_; variable
63 first_condition_ = in AdvanceIT()
64 Condition((first_condition_.GetCondition() & 0xe) | (it_mask_ >> 3)); in AdvanceIT()
104 first_condition_(al), in isa_()
121 first_condition_(al), in AssemblerBase()
135 first_condition_(al), in AssemblerBase()
176 first_condition_ = first_condition; in SetIT()
Dassembler-aarch32.cc70 VIXL_ASSERT(condition.Is(first_condition_)); in PerformCheckIT()