Searched refs:CLGR (Results 1 – 19 of 19) 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-08.ll | 5 ; Check CLGR.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZLongBranch.cpp | 422 splitCompareBranch(Branch, SystemZ::CLGR); in relaxBranch()
|
D | SystemZInstrInfo.cpp | 1741 case SystemZ::CLGR: in getFusedCompare() 1762 case SystemZ::CLGR: in getFusedCompare() 1783 case SystemZ::CLGR: in getFusedCompare() 1804 case SystemZ::CLGR: in getFusedCompare()
|
D | SystemZScheduleZ196.td | 496 def : InstRW<[WLat1, FXU, NormalGr], (instregex "CLGR$")>;
|
D | SystemZScheduleZEC12.td | 507 def : InstRW<[WLat1, FXU, NormalGr], (instregex "CLGR$")>;
|
D | SystemZScheduleZ13.td | 531 def : InstRW<[WLat1, FXb, NormalGr], (instregex "CLGR$")>;
|
D | SystemZISelLowering.cpp | 7224 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CLGR, in EmitInstrWithCustomInserter() 7234 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CLGR, in EmitInstrWithCustomInserter()
|
D | SystemZScheduleZ14.td | 540 def : InstRW<[WLat1, FXb, NormalGr], (instregex "CLGR$")>;
|
D | SystemZInstrInfo.td | 1480 def CLGR : CompareRRE<"clgr", 0xB921, z_ucmp, GR64, GR64>;
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-08.ll | 5 ; Check CLGR.
|
/external/v8/src/s390/ |
D | simulator-s390.h | 892 EVALUATE(CLGR);
|
D | constants-s390.h | 1388 V(clgr, CLGR, 0xB921) /* type = RRE COMPARE LOGICAL (64) */ \
|
D | simulator-s390.cc | 1180 EvalTable[CLGR] = &Simulator::Evaluate_CLGR; in EvalTableInit() 6931 EVALUATE(CLGR) { in EVALUATE() argument 6932 DCHECK_OPCODE(CLGR); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 473 4201930U, // CLGR
|
D | SystemZGenDisassemblerTables.inc | 620 /* 2309 */ MCD_OPC_Decode, 196, 3, 80, // Opcode: CLGR
|