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

  /external/llvm/lib/Target/SystemZ/
SystemZElimCompare.cpp 173 // and convert the branch to a BRCT(G). Return true on success.
179 unsigned BRCT;
181 BRCT = SystemZ::BRCT;
183 BRCT = SystemZ::BRCTG;
207 // The transformation is OK. Rebuild Branch as a BRCT(G).
211 Branch->setDesc(TII->get(BRCT));
350 // Try to remove both MI and Compare by converting a branch to BRCT(G).
  /external/v8/src/s390/
constants-s390.h 234 BRCT = 0xA76, // Branch Relative On Count (32)
    [all...]

Completed in 713 milliseconds