Home
last modified time | relevance | path

Searched refs:CanTakeSVEMovprfx (Results 1 – 4 of 4) sorted by relevance

/third_party/vixl/src/aarch64/
Dinstructions-aarch64.cc47 bool Instruction::CanTakeSVEMovprfx(const char* form, in CanTakeSVEMovprfx() function in vixl::aarch64::Instruction
49 return CanTakeSVEMovprfx(Hash(form), movprfx); in CanTakeSVEMovprfx()
52 bool Instruction::CanTakeSVEMovprfx(uint32_t form_hash, in CanTakeSVEMovprfx() function in vixl::aarch64::Instruction
Dinstructions-aarch64.h481 bool CanTakeSVEMovprfx(uint32_t form_hash, Instruction const* movprfx) const;
482 bool CanTakeSVEMovprfx(const char* form, Instruction const* movprfx) const;
Dsimulator-aarch64.h1181 VIXL_CHECK(pc_->CanTakeSVEMovprfx(form_hash_, last_instr_));
/third_party/vixl/test/aarch64/
Dtest-api-movprfx-aarch64.cc79 can_take_movprfx != candidate->CanTakeSVEMovprfx(form.c_str(), movprfx); in CheckAndMaybeDisassembleMovprfxPairs()