Lines Matching defs:op_lsb
522 const int op_lsb = (mops_type == "cpy"_h) ? 22 : 14;
523 return GetInstructionBits() == instr->Mask(~(0x3U << op_lsb));
529 const int op_lsb = (mops_type == "cpy"_h) ? 22 : 14;
531 (instr->Mask(~(0x3U << op_lsb)) | (0x1 << op_lsb));
537 const int op_lsb = (mops_type == "cpy"_h) ? 22 : 14;
539 (instr->Mask(~(0x3U << op_lsb)) | (0x2 << op_lsb));
558 const int op_lsb = (mops_type == "cpy"_h) ? 22 : 14;
559 const uint32_t kMOPSOpfield = 0x3 << op_lsb;
561 const uint32_t kMOPSMain = 0x1 << op_lsb;
562 const uint32_t kMOPSEpilogue = 0x2 << op_lsb;