Home
last modified time | relevance | path

Searched refs:XC (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrP10.td339 bits<6> XC;
356 let Inst{53-57} = XC{4-0};
358 let Inst{60} = XC{5};
506 bits<6> XC;
520 let Inst{53-57} = XC{4-0};
522 let Inst{60} = XC{5};
535 bits<6> XC;
551 let Inst{53-57} = XC{4-0};
553 let Inst{60} = XC{5};
837 vsrc:$XC, u3imm:$IMM),
[all …]
H A DPPCInstrFormats.td1416 bits<6> XC;
1423 let Inst{21-25} = XC{4-0};
1425 let Inst{28} = XC{5};
/freebsd/libexec/getty/
H A Dgettytab.h159 #define XC gettyflags[12].value macro
H A Dsubr.c373 if (XC) in set_flags()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp153 return emitMemMemImm(DAG, DL, SystemZISD::XC, Chain, Dst, Dst, Bytes); in EmitTargetCodeForMemset()
162 return emitMemMemReg(DAG, DL, SystemZISD::XC, Chain, Dst, Dst, Size); in EmitTargetCodeForMemset()
H A DREADME.txt39 We only use MVC, XC and CLC for constant-length block operations.
H A DSystemZISelLowering.h124 XC, enumerator
H A DSystemZOperators.td470 def z_xc : SDNode<"SystemZISD::XC", SDT_ZMemMemLength,
H A DSystemZScheduleZEC12.td432 def : InstRW<[WLat5LSU, LSU2, FXU, GroupAlone], (instregex "XC$")>;
H A DSystemZScheduleZ196.td421 def : InstRW<[WLat5LSU, LSU2, FXU, GroupAlone], (instregex "XC$")>;
H A DSystemZScheduleZ13.td459 def : InstRW<[WLat3LSU, LSU2, FXb, Cracked], (instregex "XC$")>;
H A DSystemZScheduleZ17.td467 def : InstRW<[WLat3LSU, LSU2, FXb, Cracked], (instregex "XC$")>;
H A DSystemZScheduleZ15.td464 def : InstRW<[WLat3LSU, LSU2, FXb, Cracked], (instregex "XC$")>;
H A DSystemZScheduleZ14.td460 def : InstRW<[WLat3LSU, LSU2, FXb, Cracked], (instregex "XC$")>;
H A DSystemZScheduleZ16.td464 def : InstRW<[WLat3LSU, LSU2, FXb, Cracked], (instregex "XC$")>;
H A DSystemZInstrInfo.td1371 defm XC : MemorySS<"xc", 0xD7, z_xc>;
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp637 RegisterCell XC = eSXT(rc(1).cat(eIMM(0, W0)), W0); in evaluate() local
638 RegisterCell RC = eASR(eADD(eASR(XC, im(2)), eIMM(1, 2*W0)), 1); in evaluate()
646 RegisterCell XC = eSXT(rc(1).cat(eIMM(0, W0)), W0); in evaluate() local
647 RegisterCell RC = eLSR(eADD(eASR(XC, S-1), eIMM(1, 2*W0)), 1); in evaluate()
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dwlan.subr1283 local XA=" " XC=" " XS=" "
1285 [ "$DIALOG_MENU_WLAN_SHOW_CONFIGURED" ] && XC="X"
1294 '> $msg_show_configured' '[$XC]'
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp820 Value *XC = Builder.CreateFMulFMF(X, C, FMF); in foldFMulReassoc() local
821 return BinaryOperator::CreateFAddFMF(XC, CC1, FMF); in foldFMulReassoc()
828 Value *XC = Builder.CreateFMulFMF(X, C, FMF); in foldFMulReassoc() local
829 return BinaryOperator::CreateFSubFMF(CC1, XC, FMF); in foldFMulReassoc()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h870 SDValue X, ConstantSDNode *XC, ConstantSDNode *CC, SDValue Y, in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd() argument
883 if (XC && NewShiftOpcode == ISD::SHL && XC->isOne()) in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd()
891 return !XC; in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h59 SDValue X, ConstantSDNode *XC, ConstantSDNode *CC, SDValue Y,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h388 SDValue X, ConstantSDNode *XC, ConstantSDNode *CC, SDValue Y,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1228 SDValue X, ConstantSDNode *XC, ConstantSDNode *CC, SDValue Y,
/freebsd/contrib/ncurses/include/
H A DCaps-ncurses389 userdef XC str s describe a translation of characters to strings depending on the current font.
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10511 ConstantFPSDNode *XC = isConstOrConstSplatFP(X, /* AllowUndefs */ true); in simplifyFPBinop() local
10513 bool HasNan = (XC && XC->getValueAPF().isNaN()) || in simplifyFPBinop()
10515 bool HasInf = (XC && XC->getValueAPF().isInfinity()) || in simplifyFPBinop()

12