HomeSort by relevance Sort by last modified time
    Searched refs:BRCT (Results 1 - 7 of 7) 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).
SystemZLongBranch.cpp 223 case SystemZ::BRCT:
392 case SystemZ::BRCT:
SystemZInstrInfo.cpp     [all...]
  /external/v8/src/s390/
assembler-s390.cc 363 if (BRC == opcode || BRCT == opcode || BRCTG == opcode) {
389 *is_branch = (opcode == BRC || opcode == BRCT || opcode == BRCTG ||
393 if (BRC == opcode || BRCT == opcode || BRCTG == opcode) {
423 if (BRC == opcode || BRCT == opcode || BRCTG == opcode) {
1655 void Assembler::brct(Register r1, const Operand& imm) { function in class:v8::internal::Assembler
    [all...]
constants-s390.h 234 BRCT = 0xA76, // Branch Relative On Count (32)
    [all...]
simulator-s390.h 667 EVALUATE(BRCT);
simulator-s390.cc     [all...]

Completed in 3090 milliseconds