Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Ddisasm-aarch32.h42 Condition first_condition_; variable
47 ITBlock() : first_condition_(al), condition_(al), it_mask_(0) {} in ITBlock()
59 condition_ = first_condition_ = first_condition; in Set()
62 Condition GetFirstCondition() const { return first_condition_; } in GetFirstCondition()
Dassembler-aarch32.h40 Condition first_condition_; variable
100 first_condition_(al), in isa_()
117 first_condition_(al), in AssemblerBase()
131 first_condition_(al), in AssemblerBase()
172 first_condition_ = first_condition; in SetIT()
Dassembler-aarch32.cc70 VIXL_ASSERT(condition.Is(first_condition_)); in PerformCheckIT()
71 first_condition_ = in PerformCheckIT()
72 Condition((first_condition_.GetCondition() & 0xe) | (it_mask_ >> 3)); in PerformCheckIT()