| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrUtils.td | 111 class NDD<bit ndd> { 112 string Constraints = !if(!eq(ndd, 0), tie_dst_src1, ""); 113 Encoding OpEnc = !if(!eq(ndd, 0), EncNormal, EncEVEX); 114 bit hasEVEX_B = ndd; 115 bit hasVEX_4V = ndd; 116 Map OpMap = !if(!eq(ndd, 0), OB, T_MAP4); 988 class BinOpRR_R<bits<8> o, string m, X86TypeInfo t, bit ndd = 0> 989 : BinOpRR<o, m, !if(!eq(ndd, 0), binop_args, binop_ndd_args), t, 990 (outs t.RegClass:$dst), []>, NDD<ndd>; 992 class BinOpRR_R_Rev<bits<8> o, string m, X86TypeInfo t, bit ndd = 0> [all …]
|
| H A D | X86InstrArithmetic.td | 211 class IMulOpRR_R<X86TypeInfo t, X86FoldableSchedWrite sched, bit ndd = 0> 212 : BinOpRR_R<0xAF, "imul", t, ndd> { 218 class IMulOpRR_RF<X86TypeInfo t, X86FoldableSchedWrite sched, bit ndd = 0> 219 : BinOpRR_RF<0xAF, "imul", t, X86smul_flag, ndd> { 225 class IMulOpRM_R<X86TypeInfo t, X86FoldableSchedWrite sched, bit ndd = 0> 226 : BinOpRM_R<0xAF, "imul", t, ndd> { 230 class IMulOpRM_RF<X86TypeInfo t, X86FoldableSchedWrite sched, bit ndd = 0> 231 : BinOpRM_RF<0xAF, "imul", t, X86smul_flag, ndd> { 392 class IncOpR_RF<X86TypeInfo t, bit ndd = 0> : UnaryOpR_RF<0xFF, MRM0r, "inc", t, null_frag, ndd> { 396 class DecOpR_RF<X86TypeInfo t, bit ndd = 0> : UnaryOpR_RF<0xFF, MRM1r, "dec", t, null_frag, ndd> { [all …]
|
| H A D | X86InstrCMovSetCC.td | 16 multiclass Cmov<X86TypeInfo t, string args, bit ndd = 0, string suffix = ""> { 22 … t.RegClass:$src2, timm:$cond, EFLAGS))]>, UseEFLAGS, NDD<ndd>; 28 … (t.LoadNode addr:$src2), timm:$cond, EFLAGS))]>, UseEFLAGS, NDD<ndd>;
|
| H A D | X86.td | 352 def FeatureNDD : SubtargetFeature<"ndd", "HasNDD", "true",
|
| /freebsd/sys/kern/ |
| H A D | vfs_cache.c | 2525 struct namecache *ncp, *n2, *ndd; in cache_enter_time() local 2570 ndd = NULL; in cache_enter_time() 2670 if ((ndd = vp->v_cache_dd) != NULL) { in cache_enter_time() 2671 if ((ndd->nc_flag & NCF_ISDOTDOT) != 0) in cache_enter_time() 2672 cache_zap_locked(ndd); in cache_enter_time() 2674 ndd = NULL; in cache_enter_time() 2718 if (ndd != NULL) in cache_enter_time() 2719 cache_free(ndd); in cache_enter_time()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | X86TargetParser.def | 246 X86_FEATURE (NDD, "ndd")
|
| /freebsd/share/examples/ipfilter/ |
| H A D | ipf-howto.txt | 2409 ndd -set /dev/ip ip_forwarding 1 2428 ndd -set /dev/tcp tcp_smallest_anon_port 25000 2429 ndd -set /dev/tcp tcp_largest_anon_port 65535 2461 ndd -set /dev/ip ip_forward_directed_broadcasts 0 2462 ndd -set /dev/ip ip_forward_src_routed 0 2463 ndd -set /dev/ip ip_respond_to_echo_broadcast 0
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 6790 …HelpText<"Enable features of APX">, Values<"egpr,push2pop2,ppx,ndd,ccmp,nf,cf,zu">, Visibility<[C… 6792 …HelpText<"Disable features of APX">, Values<"egpr,push2pop2,ppx,ndd,ccmp,nf,cf,zu">, Visibility<[C… 6794 AliasArgs<["egpr","push2pop2","ppx","ndd","ccmp","nf","cf","zu"]>, 6797 AliasArgs<["egpr","push2pop2","ppx","ndd","ccmp","nf","cf","zu"]>,
|
| /freebsd/contrib/unbound/doc/ |
| H A D | unbound.conf.rst | 638 On Solaris ``ndd -set /dev/udp udp_max_buf 8388608``.
|