Home
last modified time | relevance | path

Searched refs:XAR (Results 1 – 17 of 17) sorted by relevance

/freebsd/tools/build/options/
H A DWITHOUT_LLVM_BINUTILS_BOOTSTRAP4 .Ev XAR ,
/freebsd/contrib/libarchive/
H A DREADME.md99 * XAR archives
133 * XAR archives
H A DNEWS67 Jan 23, 2020: Important fixes for writing XAR archives
244 May 28, 2010: XAR writer
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_xar.c233 XAR, enumerator
2023 xar->xmlsts = XAR; in xml_start()
2028 case XAR: in xml_start()
2313 case XAR: in xml_end()
2319 xar->xmlsts = XAR; in xml_end()
2959 case XAR: in xml_data()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp4759 SDNode *XAR = nullptr; in trySelectXAR() local
4765 XAR = CurDAG->getMachineNode(Opc, DL, SVT, Ops); in trySelectXAR()
4767 XAR = CurDAG->getMachineNode(AArch64::XAR, DL, SVT, Ops); in trySelectXAR()
4770 assert(XAR && "Unexpected NULL value for XAR instruction in DAG"); in trySelectXAR()
4778 SDValue(XAR, 0), ZSub); in trySelectXAR()
4781 XAR = CurDAG->getMachineNode(AArch64::EXTRACT_SUBREG, DL, VT, in trySelectXAR()
4787 XAR = CurDAG->getMachineNode(AArch64::EXTRACT_SUBREG, DL, VT, in trySelectXAR()
4788 SDValue(XAR, 0), SubReg); in trySelectXAR()
4791 ReplaceNode(N, XAR); in trySelectXAR()
H A DAArch64SchedAmpere1.td709 (instregex "^BCAX", "^EOR3", "^RAX1", "^XAR")>;
H A DAArch64SchedAmpere1B.td671 (instregex "^BCAX", "^EOR3", "^RAX1", "^XAR")>;
H A DAArch64SchedOryon.td1616 "^XAR",
H A DAArch64SchedA510.td525 def : InstRW<[CortexA510Write<4, CortexA510UnitVALU>], (instrs XAR)>;
H A DAArch64SchedA320.td547 def : InstRW<[CortexA320Write<4, CortexA320UnitVALU>], (instrs XAR)>;
H A DAArch64SchedNeoverseV1.td1409 def : InstRW<[V1Write_2c_1V0], (instrs BCAX, EOR3, RAX1, XAR)>;
H A DAArch64SchedNeoverseN2.td1524 def : InstRW<[N2Write_2c_1V0], (instrs BCAX, EOR3, RAX1, XAR)>;
H A DAArch64SchedNeoverseN3.td1492 def : InstRW<[N3Write_2c_1V], (instrs BCAX, EOR3, RAX1, XAR)>;
H A DAArch64SchedNeoverseV2.td2006 def : InstRW<[V2Write_2c_1V0], (instrs BCAX, EOR3, RAX1, XAR)>;
H A DAArch64InstrInfo.td1760 def XAR : CryptoRRRi6<"xar">;
1815 (XAR (v2i64 V128:$Vn), (v2i64 V128:$Vm), (timm0_63:$imm))>;
/freebsd/
H A DMakefile.inc1243 .if ${XAR:M/*} && ${XNM:M/*} && ${XOBJCOPY:M/*} && ${XSIZE:M/*} && \
858 AR="${XAR}" ELFCTL="${XELFCTL}" LD="${XLD}" \
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_neon.td1164 def XAR : SInst<"vxar", "...I", "QUl", [ImmCheck<2, ImmCheck0_63>]>;