Searched refs:CLGR (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1420 case SystemZ::CLGR: in getFusedCompare() 1441 case SystemZ::CLGR: in getFusedCompare() 1462 case SystemZ::CLGR: in getFusedCompare() 1483 case SystemZ::CLGR: in getFusedCompare()
|
D | SystemZLongBranch.cpp | 417 splitCompareBranch(Branch, SystemZ::CLGR); in relaxBranch()
|
D | SystemZISelLowering.cpp | 6196 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CLGR, in EmitInstrWithCustomInserter() 6206 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CLGR, in EmitInstrWithCustomInserter()
|
D | SystemZInstrInfo.td | 1322 def CLGR : CompareRRE<"clg", 0xB921, z_ucmp, GR64, GR64>;
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-08.ll | 5 ; Check CLGR.
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 715 case CLGR: in DecodeFourByte()
|
D | constants-s390.h | 353 CLGR = 0xB921, // Compare Logical (64) enumerator
|
D | simulator-s390.h | 945 EVALUATE(CLGR);
|
D | simulator-s390.cc | 1166 EvalTable[CLGR] = &Simulator::Evaluate_CLGR; in EvalTableInit() 2741 case CLGR: { in DecodeFourByte() 10032 EVALUATE(CLGR) { in EVALUATE() argument 10033 DCHECK_OPCODE(CLGR); in EVALUATE()
|
D | assembler-s390.cc | 1779 void Assembler::clgr(Register r1, Register r2) { rre_form(CLGR, r1, r2); } in clgr()
|