Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SchedTSV110.td58 // 1cyc_1BRU: ADDS, ADCS, ANDS, BICS, SUBS, SBCS, CCMN, CCMP
403 def : InstRW<[TSV110Wr_1cyc_1AB], (instregex "^(CCMN|CCMP)(W|X)(r|i)$")>;
H A DAArch64SchedThunderX2T99.td434 "CCMP(W|X)(i|r)", "CSEL(W|X)r",
456 "CCMP(W|X)(i|r)", "CSEL(W|X)r",
475 "CCMP(W|X)(i|r)", "CSEL(W|X)r",
H A DAArch64SchedThunderX3T110.td694 "CCMP(W|X)(i|r)", "CSEL(W|X)r",
716 "CCMP(W|X)(i|r)", "CSEL(W|X)r",
735 "CCMP(W|X)(i|r)", "CSEL(W|X)r",
H A DAArch64ISelLowering.h161 CCMP, enumerator
H A DAArch64SchedA64FX.td611 "CCMP(W|X)(i|r)", "CSEL(W|X)r",
631 "CCMP(W|X)(i|r)", "CSEL(W|X)r",
648 "CCMP(W|X)(i|r)", "CSEL(W|X)r",
H A DAArch64SchedKryoDetails.td483 (instregex "(CCMN|CCMP)(W|X)i")>;
489 (instregex "(CCMN|CCMP)(W|X)r")>;
H A DAArch64SchedAmpere1.td946 (instregex "(CCMN|CCMP)(X|W)")>;
H A DAArch64SchedFalkorDetails.td891 def : InstRW<[FalkorWr_1XYZ_1cyc], (instregex "^(CCMN|CCMP)(W|X)(r|i)$")>;
H A DAArch64ISelLowering.cpp2356 MAKE_CASE(AArch64ISD::CCMP) in getTargetNodeName()
3175 Opcode = AArch64ISD::CCMP; in emitConditionalComparison()
16180 CCmp = DAG.getNode(AArch64ISD::CCMP, DL, MVT_CC, Cmp1.getOperand(0), in performANDORCSELCombine()
H A DAArch64InstrInfo.td621 def AArch64ccmp : SDNode<"AArch64ISD::CCMP", SDT_AArch64CCMP>;
2430 defm CCMP : CondComparison<1, "ccmp", AArch64ccmp>;