Home
last modified time | relevance | path

Searched refs:form_hash_ (Results 1 - 4 of 4) sorted by relevance

/third_party/vixl/src/aarch64/
H A Ddisasm-aarch64.cc798 switch (form_hash_) { in Disassembler()
839 switch (form_hash_) { in Disassembler()
1043 switch (form_hash_) { in Disassembler()
1272 VIXL_ASSERT(form_hash_ == "b_only_condbranch"_h); in Disassembler()
1281 switch (form_hash_) { in Disassembler()
1311 switch (form_hash_) { in Disassembler()
1343 switch (form_hash_) { in Disassembler()
1586 switch (form_hash_) { in Disassembler()
1622 switch (form_hash_) { in Disassembler()
1662 switch (form_hash_) { in Disassembler()
[all...]
H A Dsimulator-aarch64.cc2130 form_hash_ = Hash(form.c_str()); in Simulator()
2132 FormToVisitorFnMap::const_iterator it = fv->find(form_hash_); in Simulator()
2147 switch (form_hash_) { in Simulator()
2171 switch (form_hash_) { in Simulator()
2193 VIXL_ASSERT(form_hash_ == "ext_z_zi_con"_h); in Simulator()
2211 switch (form_hash_) { in Simulator()
2242 VIXL_ASSERT((form_hash_ == "mul_z_zzi_d"_h) || in Simulator()
2243 (form_hash_ == "mul_z_zzi_h"_h) || in Simulator()
2244 (form_hash_ == "mul_z_zzi_s"_h)); in Simulator()
2262 (form_hash_ in Simulator()
[all...]
H A Ddisasm-aarch64.h136 uint32_t form_hash_; member in vixl::aarch64::Disassembler
H A Dsimulator-aarch64.h1390 (form_hash_ == "movprfx_z_z"_h) || (form_hash_ == "movprfx_z_p_z"_h); in ExecuteInstruction()
1402 VIXL_CHECK(pc_->CanTakeSVEMovprfx(form_hash_, last_instr_)); in ExecuteInstruction()
5171 uint32_t form_hash_;

Completed in 22 milliseconds