/freebsd/contrib/libxo/tests/xo/ |
H A D | xo_02.sh | 14 XOP="${XO} --warn" 21 ${XOP} --top-wrap --open a/b/c "$@" 22 ${XOP} --top-wrap --close a/b/c --not-first "$@" 24 ${XOP} --top-wrap --wrap a/b/c "$@" 26 ${XOP} --top-wrap --open a/b/c "$@" 27 ${XOP} --depth 4 --not-first --wrap d/e/f "$@" 28 ${XOP} --top-wrap --close a/b/c --not-first "$@" 30 ${XOP} --wrap a/b/c "$@" 32 ${XOP} --top-wrap --wrap a/b/c "$@" 34 ${XOP} --top-wrap "test\n" [all …]
|
H A D | xo_01.sh | 14 XOP="${XO} --warn --depth 1 --leading-xpath /top" 21 ${XOP} ${NF} --wrap item \
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrXOP.td | 1 //===-- X86InstrXOP.td - XOP Instruction Set ---------------*- tablegen -*-===// 9 // This file describes XOP (eXtended OPerations) 16 [(set VR128:$dst, (Int VR128:$src))]>, XOP, Sched<[SchedWriteVecALU.XMM]>; 19 [(set VR128:$dst, (Int (load addr:$src)))]>, XOP, 47 [(set VR128:$dst, (Int VR128:$src))]>, XOP, Sched<[sched]>; 50 [(set VR128:$dst, (Int (mem_frags addr:$src)))]>, XOP, 58 [(set VR128:$dst, (Int VR128:$src))]>, XOP, Sched<[sched]>; 61 [(set VR128:$dst, (Int (load addr:$src)))]>, XOP, 69 [(set VR256:$dst, (Int VR256:$src))]>, XOP, VEX_L, Sched<[sched]>; 72 [(set VR256:$dst, (Int (load addr:$src)))]>, XOP, VEX_ [all...] |
H A D | X86InstrInfo.td | 60 // XOP
|
H A D | X86InstrTBM.td | 27 XOP, XOPA, Sched<[Sched]>; 33 XOP, XOPA, Sched<[Sched.Folded]>; 49 XOP, VVVV, XOP9, Sched<[Sched]>; 53 XOP, VVVV, XOP9, Sched<[Sched.Folded]>;
|
H A D | X86InstrOperands.td | 380 // 4-bit immediate used by some XOP instructions 420 // Unsigned 4-bit immediate used by some XOP instructions.
|
H A D | X86InstrMisc.td | 1419 [(int_x86_llwpcb GR32:$src)]>, XOP, XOP9; 1421 [(set GR32:$dst, (int_x86_slwpcb))]>, XOP, XOP9; 1424 [(int_x86_llwpcb GR64:$src)]>, XOP, XOP9, REX_W; 1426 [(set GR64:$dst, (int_x86_slwpcb))]>, XOP, XOP9, REX_W; 1432 XOP, VVVV, XOPA; 1437 XOP, VVVV, XOPA; 1448 [(Int RC:$src0, GR32:$src1, timm:$cntl)]>, XOP, VVVV, XOPA; 1453 XOP, VVVV, XOPA;
|
H A D | X86InstrUtils.td | 42 class XOP { Encoding OpEnc = EncXOP; } 890 // XOP 2, 3 and 4 Operand Instruction Template 896 // XOP 2 and 3 Operand Instruction Templates with imm byte 901 // XOP 4 Operand Instruction Templates with imm byte 907 // XOP 5 operand instruction (VEX encoding!)
|
H A D | X86.td | 198 "Enable XOP instructions",
|
H A D | X86ISelDAGToDAG.cpp | 1731 (TSFlags & X86II::EncodingMask) != X86II::XOP) in PostprocessISelDAG()
|
/freebsd/sys/contrib/xen/arch-x86/ |
H A D | cpufeatureset.h | 178 XEN_CPUFEATURE(XOP, 3*32+11) /*A extended AVX instructions */
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.h | 174 enum { VEX = 1, XOP = 2, EVEX = 3 }; enumerator
|
H A D | X86RecognizableInstr.cpp | 295 } else if (Encoding == X86Local::VEX || Encoding == X86Local::XOP) { in insnContext()
|
/freebsd/sys/contrib/libb2/ |
H A D | blake2-dispatch.c | 31 XOP = 5, enumerator 134 feature = XOP; in get_cpu_features()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCCodeEmitter.cpp | 39 enum PrefixKind { None, REX, REX2, XOP, VEX2, VEX3, EVEX }; enumerator 284 case XOP: in determineOptimalKind() 316 case XOP: in emit() 981 case X86II::XOP: in emitVEXOpcodePrefix() 982 Prefix.setLowerBound(XOP); in emitVEXOpcodePrefix()
|
H A D | X86BaseInfo.h | 820 XOP = 2 << EncodingShift, enumerator
|
H A D | X86MCTargetDesc.cpp | 544 bool HasXOP = (Desc.TSFlags & X86II::EncodingMask) == X86II::XOP; in clearsSuperRegisters()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | X86.cpp | 493 .Case("+xop", XOP) in handleTargetFeatures() 802 case XOP: in getTargetDefines() 1267 .Case("xop", XOPLevel >= XOP) in hasFeature()
|
H A D | X86.h | 71 enum XOPEnum { NoXOP, SSE4A, FMA4, XOP } XOPLevel = NoXOP; enumerator
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_ia32cap.pod | 47 =item bit #43 denoting AMD XOP support (forced to zero on non-AMD CPUs);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | X86TargetParser.def | 154 X86_FEATURE_COMPAT(XOP, "xop", 15)
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | BuiltinsX86.def | 715 // XOP
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsX86.td | 2043 // XOP
|
/freebsd/contrib/netbsd-tests/usr.bin/netpgpverify/ |
H A D | t_netpgpverify.sh | 1344 XOP+MTRqgPThhWdJV207WBMrIwNUneQyhibogLlNgpA5bmqyBkh05AN4dSuqSu9H
|
/freebsd/share/misc/ |
H A D | usb_vendors | 14276 602c Clas Ohlson TWC-30XOP Webcam
|