Home
last modified time | relevance | path

Searched refs:CLGR (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1420 case SystemZ::CLGR: in getFusedCompare()
1441 case SystemZ::CLGR: in getFusedCompare()
1462 case SystemZ::CLGR: in getFusedCompare()
1483 case SystemZ::CLGR: in getFusedCompare()
DSystemZLongBranch.cpp417 splitCompareBranch(Branch, SystemZ::CLGR); in relaxBranch()
DSystemZISelLowering.cpp6196 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CLGR, in EmitInstrWithCustomInserter()
6206 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CLGR, in EmitInstrWithCustomInserter()
DSystemZInstrInfo.td1322 def CLGR : CompareRRE<"clg", 0xB921, z_ucmp, GR64, GR64>;
/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-08.ll5 ; Check CLGR.
/external/v8/src/s390/
Ddisasm-s390.cc715 case CLGR: in DecodeFourByte()
Dconstants-s390.h353 CLGR = 0xB921, // Compare Logical (64) enumerator
Dsimulator-s390.h945 EVALUATE(CLGR);
Dsimulator-s390.cc1166 EvalTable[CLGR] = &Simulator::Evaluate_CLGR; in EvalTableInit()
2741 case CLGR: { in DecodeFourByte()
10032 EVALUATE(CLGR) { in EVALUATE() argument
10033 DCHECK_OPCODE(CLGR); in EVALUATE()
Dassembler-s390.cc1779 void Assembler::clgr(Register r1, Register r2) { rre_form(CLGR, r1, r2); } in clgr()