Lines Matching full:const0
62 bool Const0();
117 bool Matcher::Const0() {
187 uint16_t GetZeroVRegMask(const Instruction* const0) {
188 DCHECK(IsInstructionDirectConst(const0->Opcode()));
189 DCHECK((const0->Opcode() == Instruction::CONST_WIDE) ? const0->VRegB_51l() == 0u
190 : const0->VRegB() == 0);
191 uint16_t base_mask = IsInstructionConstWide(const0->Opcode()) ? 3u : 1u;
192 return base_mask << const0->VRegA();
284 &Matcher::Repeated<&Matcher::Const0>,
287 &Matcher::Repeated<&Matcher::Const0>,