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 174 // and convert the branch to a BRCT(G). Return true on success.
180 unsigned BRCT;
182 BRCT = SystemZ::BRCT;
184 BRCT = SystemZ::BRCTG;
208 // The transformation is OK. Rebuild Branch as a BRCT(G).
212 Branch->setDesc(TII->get(BRCT));
349 // Try to remove both MI and Compare by converting a branch to BRCT(G).
SystemZLongBranch.cpp 226 case SystemZ::BRCT:
395 case SystemZ::BRCT:
SystemZInstrInfo.cpp     [all...]
  /external/v8/src/s390/
assembler-s390.cc 378 if (BRC == opcode || BRCT == opcode || BRCTG == opcode) {
404 *is_branch = (opcode == BRC || opcode == BRCT || opcode == BRCTG ||
408 if (BRC == opcode || BRCT == opcode || BRCTG == opcode) {
438 if (BRC == opcode || BRCT == opcode || BRCTG == opcode) {
1317 void Assembler::brct(Register r1, const Operand& imm) { function in class:v8::internal::Assembler
    [all...]
simulator-s390.h 680 EVALUATE(BRCT);
simulator-s390.cc     [all...]
constants-s390.h     [all...]

Completed in 3768 milliseconds