HomeSort by relevance Sort by last modified time
    Searched refs:AGHI (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZLongBranch.cpp 399 splitBranchOnCount(Branch, SystemZ::AGHI);
SystemZElimCompare.cpp 183 else if (Opcode == SystemZ::AGHI)
SystemZFrameLowering.cpp 302 Opcode = SystemZ::AGHI;
SystemZInstrInfo.cpp     [all...]
SystemZISelLowering.cpp     [all...]
  /external/v8/src/s390/
constants-s390.h 174 AGHI = 0xA7B, // Add Halfword Immediate (64)
    [all...]
simulator-s390.h 678 EVALUATE(AGHI);
simulator-s390.cc     [all...]
assembler-s390.cc 1929 void Assembler::aghi(Register r1, const Operand& i2) { ri_form(AGHI, r1, i2); } function in class:v8::internal::Assembler
    [all...]

Completed in 140 milliseconds