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.td329 bits<6> XC;
346 let Inst{53-57} = XC{4-0};
348 let Inst{60} = XC{5};
496 bits<6> XC;
510 let Inst{53-57} = XC{4-0};
512 let Inst{60} = XC{5};
525 bits<6> XC;
541 let Inst{53-57} = XC{4-0};
543 let Inst{60} = XC{5};
827 vsrc:$XC, u3imm:$IMM),
[all …]
H A DPPCScheduleP7.td
H A DPPCInstrFormats.td1410 bits<6> XC;
1417 let Inst{21-25} = XC{4-0};
1419 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.cpp143 return emitMemMemImm(DAG, DL, SystemZISD::XC, Chain, Dst, Dst, Bytes); in EmitTargetCodeForMemset()
152 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.td441 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 DSystemZScheduleZ14.td460 def : InstRW<[WLat3LSU, LSU2, FXb, Cracked], (instregex "XC$")>;
H A DSystemZScheduleZ15.td464 def : InstRW<[WLat3LSU, LSU2, FXb, Cracked], (instregex "XC$")>;
H A DSystemZScheduleZ16.td464 def : InstRW<[WLat3LSU, LSU2, FXb, Cracked], (instregex "XC$")>;
H A DSystemZInstrInfo.td1345 defm XC : MemorySS<"xc", 0xD7, z_xc>;
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp645 RegisterCell XC = eSXT(rc(1).cat(eIMM(0, W0)), W0); in evaluate() local
646 RegisterCell RC = eASR(eADD(eASR(XC, im(2)), eIMM(1, 2*W0)), 1); in evaluate()
654 RegisterCell XC = eSXT(rc(1).cat(eIMM(0, W0)), W0); in evaluate() local
655 RegisterCell RC = eLSR(eADD(eASR(XC, S-1), eIMM(1, 2*W0)), 1); in evaluate()
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dwlan.subr1280 local XA=" " XC=" " XS=" "
1282 [ "$DIALOG_MENU_WLAN_SHOW_CONFIGURED" ] && XC="X"
1291 '> $msg_show_configured' '[$XC]'
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp721 Value *XC = Builder.CreateFMul(X, C); in foldFMulReassoc() local
722 return BinaryOperator::CreateFAddFMF(XC, CC1, FMF); in foldFMulReassoc()
729 Value *XC = Builder.CreateFMul(X, C); in foldFMulReassoc() local
730 return BinaryOperator::CreateFSubFMF(CC1, XC, FMF); in foldFMulReassoc()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h840 SDValue X, ConstantSDNode *XC, ConstantSDNode *CC, SDValue Y, in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd() argument
853 if (XC && NewShiftOpcode == ISD::SHL && XC->isOne()) in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd()
861 return !XC; in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h510 SDValue X, ConstantSDNode *XC, ConstantSDNode *CC, SDValue Y,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1142 SDValue X, ConstantSDNode *XC, ConstantSDNode *CC, SDValue Y,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h881 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.cpp9967 ConstantFPSDNode *XC = isConstOrConstSplatFP(X, /* AllowUndefs */ true); in simplifyFPBinop() local
9969 bool HasNan = (XC && XC->getValueAPF().isNaN()) || in simplifyFPBinop()
9971 bool HasInf = (XC && XC->getValueAPF().isInfinity()) || in simplifyFPBinop()

12