Home
last modified time | relevance | path

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

/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.h522 const int op_lsb = (mops_type == "cpy"_h) ? 22 : 14; in IsMOPSPrologueOf() local
523 return GetInstructionBits() == instr->Mask(~(0x3U << op_lsb)); in IsMOPSPrologueOf()
529 const int op_lsb = (mops_type == "cpy"_h) ? 22 : 14; in IsMOPSMainOf() local
531 (instr->Mask(~(0x3U << op_lsb)) | (0x1 << op_lsb)); in IsMOPSMainOf()
537 const int op_lsb = (mops_type == "cpy"_h) ? 22 : 14; in IsMOPSEpilogueOf() local
539 (instr->Mask(~(0x3U << op_lsb)) | (0x2 << op_lsb)); in IsMOPSEpilogueOf()
558 const int op_lsb = (mops_type == "cpy"_h) ? 22 : 14; in IsConsistentMOPSTriplet() local
559 const uint32_t kMOPSOpfield = 0x3 << op_lsb; in IsConsistentMOPSTriplet()
[all...]

Completed in 3 milliseconds