| /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 | 65 // 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 | 384 // 4-bit immediate used by some XOP instructions 424 // Unsigned 4-bit immediate used by some XOP instructions.
|
| H A D | X86InstrMisc.td | 1417 [(int_x86_llwpcb GR32:$src)]>, XOP, XOP9; 1419 [(set GR32:$dst, (int_x86_slwpcb))]>, XOP, XOP9; 1422 [(int_x86_llwpcb GR64:$src)]>, XOP, XOP9, REX_W; 1424 [(set GR64:$dst, (int_x86_slwpcb))]>, XOP, XOP9, REX_W; 1430 XOP, VVVV, XOPA; 1435 XOP, VVVV, XOPA; 1446 [(Int RC:$src0, GR32:$src1, timm:$cntl)]>, XOP, VVVV, XOPA; 1451 XOP, VVVV, XOPA;
|
| H A D | X86InstrUtils.td | 42 class XOP { Encoding OpEnc = EncXOP; } 888 // XOP 2, 3 and 4 Operand Instruction Template 894 // XOP 2 and 3 Operand Instruction Templates with imm byte 899 // XOP 4 Operand Instruction Templates with imm byte 905 // XOP 5 operand instruction (VEX encoding!)
|
| H A D | X86.td | 193 "Enable XOP instructions",
|
| H A D | X86ISelDAGToDAG.cpp | 1775 (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 | 325 } 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 | 41 enum PrefixKind { None, REX, REX2, XOP, VEX2, VEX3, EVEX }; enumerator 287 case XOP: in determineOptimalKind() 319 case XOP: in emit() 993 case X86II::XOP: in emitVEXOpcodePrefix() 994 Prefix.setLowerBound(XOP); in emitVEXOpcodePrefix()
|
| H A D | X86BaseInfo.h | 820 XOP = 2 << EncodingShift, enumerator
|
| H A D | X86MCTargetDesc.cpp | 542 bool HasXOP = (Desc.TSFlags & X86II::EncodingMask) == X86II::XOP; in clearsSuperRegisters()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | X86.cpp | 539 .Case("+xop", XOP) in handleTargetFeatures() 849 case XOP: in getTargetDefines() 1351 .Case("xop", XOPLevel >= XOP) in hasFeature()
|
| H A D | X86.h | 75 enum XOPEnum { NoXOP, SSE4A, FMA4, XOP } XOPLevel = NoXOP; enumerator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | X86TargetParser.def | 155 X86_FEATURE_COMPAT(XOP, "xop", 15)
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_ia32cap.pod | 62 =item bit #0+43 denoting AMD XOP support (forced to zero on non-AMD CPUs);
|
| /freebsd/contrib/netbsd-tests/usr.bin/netpgpverify/ |
| H A D | t_netpgpverify.sh | 1344 XOP+MTRqgPThhWdJV207WBMrIwNUneQyhibogLlNgpA5bmqyBkh05AN4dSuqSu9H
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsX86.td | 2043 // XOP
|
| /freebsd/share/misc/ |
| H A D | usb_vendors | 14328 602c Clas Ohlson TWC-30XOP Webcam
|
| /freebsd/crypto/krb5/src/lib/krb5/unicode/ |
| H A D | UnicodeData.txt | 10076 A46A;YI SYLLABLE XOP;Lo;0;L;;;;;N;;;;;
|