HomeSort by relevance Sort by last modified time
    Searched defs:Const0 (Results 1 - 2 of 2) sorted by null

  /art/compiler/dex/
inline_method_analyser.cc 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>,
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringMIPS32.cpp     [all...]

Completed in 439 milliseconds