/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrP10.td | 329 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 D | PPCScheduleP7.td |
|
H A D | PPCInstrFormats.td | 1410 bits<6> XC; 1417 let Inst{21-25} = XC{4-0}; 1419 let Inst{28} = XC{5};
|
/freebsd/libexec/getty/ |
H A D | gettytab.h | 159 #define XC gettyflags[12].value macro
|
H A D | subr.c | 373 if (XC) in set_flags()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZSelectionDAGInfo.cpp | 143 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 D | README.txt | 39 We only use MVC, XC and CLC for constant-length block operations.
|
H A D | SystemZISelLowering.h | 124 XC, enumerator
|
H A D | SystemZOperators.td | 441 def z_xc : SDNode<"SystemZISD::XC", SDT_ZMemMemLength,
|
H A D | SystemZScheduleZEC12.td | 432 def : InstRW<[WLat5LSU, LSU2, FXU, GroupAlone], (instregex "XC$")>;
|
H A D | SystemZScheduleZ196.td | 421 def : InstRW<[WLat5LSU, LSU2, FXU, GroupAlone], (instregex "XC$")>;
|
H A D | SystemZScheduleZ13.td | 459 def : InstRW<[WLat3LSU, LSU2, FXb, Cracked], (instregex "XC$")>;
|
H A D | SystemZScheduleZ14.td | 460 def : InstRW<[WLat3LSU, LSU2, FXb, Cracked], (instregex "XC$")>;
|
H A D | SystemZScheduleZ15.td | 464 def : InstRW<[WLat3LSU, LSU2, FXb, Cracked], (instregex "XC$")>;
|
H A D | SystemZScheduleZ16.td | 464 def : InstRW<[WLat3LSU, LSU2, FXb, Cracked], (instregex "XC$")>;
|
H A D | SystemZInstrInfo.td | 1345 defm XC : MemorySS<"xc", 0xD7, z_xc>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitTracker.cpp | 645 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 D | wlan.subr | 1280 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 D | InstCombineMulDivRem.cpp | 721 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 D | TargetLowering.h | 840 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 D | RISCVISelLowering.h | 510 SDValue X, ConstantSDNode *XC, ConstantSDNode *CC, SDValue Y,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 1142 SDValue X, ConstantSDNode *XC, ConstantSDNode *CC, SDValue Y,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 881 SDValue X, ConstantSDNode *XC, ConstantSDNode *CC, SDValue Y,
|
/freebsd/contrib/ncurses/include/ |
H A D | Caps-ncurses | 389 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 D | SelectionDAG.cpp | 9967 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()
|