Searched refs:cl (Results 176 - 200 of 878) sorted by relevance

1234567891011>>

/freebsd-11-stable/secure/lib/libcrypto/amd64/
H A Drc4-md5-x86_64.S29 movb -4(%rdi),%cl
34 addb %al,%cl
67 addb %bl,%cl
86 addb %al,%cl
104 addb %bl,%cl
122 addb %al,%cl
140 addb %bl,%cl
158 addb %al,%cl
176 addb %bl,%cl
194 addb %al,%cl
[all...]
/freebsd-11-stable/secure/lib/libcrypto/i386/
H A Drc4-586.S48 addb %cl,%bl
62 addb %cl,%bl
77 addb %cl,%bl
88 addb %cl,%bl
100 addb %cl,%bl
112 addb %cl,%bl
124 addb %cl,%bl
136 addb %cl,%bl
148 addb %cl,%bl
178 addb %cl,
[all...]
H A Dcrypt586.S54 movb %ah,%cl
60 movb %dh,%cl
66 movb %dh,%cl
104 movb %ah,%cl
110 movb %dh,%cl
116 movb %dh,%cl
154 movb %ah,%cl
160 movb %dh,%cl
166 movb %dh,%cl
204 movb %ah,%cl
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCFGPrinter.cpp27 static cl::opt<std::string> CFGFuncName(
28 "cfg-func-name", cl::Hidden,
29 cl::desc("The name of a function (or its substring)"
32 static cl::opt<std::string> CFGDotFilenamePrefix(
33 "cfg-dot-filename-prefix", cl::Hidden,
34 cl::desc("The prefix used for the CFG dot file names."));
H A DInstructionPrecedenceTracking.cpp28 static cl::opt<bool> ExpensiveAsserts(
30 cl::desc("Perform expensive assert validation on every query to Instruction"
32 cl::init(false), cl::Hidden);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DAllTUsExecution.cpp57 llvm::cl::opt<std::string>
59 llvm::cl::desc("Only process files that match this filter. "
61 llvm::cl::init(".*"));
151 llvm::cl::opt<unsigned> ExecutorConcurrency(
153 llvm::cl::desc("The number of threads used to process all files in "
156 llvm::cl::init(0));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp53 static cl::opt<bool>
54 ForceHardwareLoops("force-hardware-loops", cl::Hidden, cl::init(false),
55 cl::desc("Force hardware loops intrinsics to be inserted"));
57 static cl::opt<bool>
59 "force-hardware-loop-phi", cl::Hidden, cl::init(false),
60 cl::desc("Force hardware loop counter to be updated through a phi"));
62 static cl::opt<bool>
63 ForceNestedLoop("force-nested-hardware-loop", cl
[all...]
H A DEdgeBundles.cpp24 static cl::opt<bool>
25 ViewEdgeBundles("view-edge-bundles", cl::Hidden,
26 cl::desc("Pop up a window to show edge bundle graphs"));
H A DStackMapLivenessAnalysis.cpp31 static cl::opt<bool> EnablePatchPointLiveness(
32 "enable-patchpoint-liveness", cl::Hidden, cl::init(true),
33 cl::desc("Enable PatchPoint Liveness Analysis Pass"));
/freebsd-11-stable/contrib/gcc/
H A Dgenmodes.c58 enum mode_class cl; /* this mode class */ member in struct:mode_data
123 vector_class (enum mode_class cl) argument
125 switch (cl)
130 error ("no vector class for class %s", mode_class_names[cl]);
146 new_mode (enum mode_class cl, const char *name, argument
163 m->cl = cl;
170 m->next = modes[cl];
171 modes[cl] = m;
172 n_modes[cl]
398 int cl; local
407 make_complex_modes(enum mode_class cl, const char *file, unsigned int line) argument
465 make_vector_modes(enum mode_class cl, unsigned int width, const char *file, unsigned int line) argument
516 make_special_mode(enum mode_class cl, const char *name, const char *file, unsigned int line) argument
[all...]
/freebsd-11-stable/sys/crypto/des/arch/i386/
H A Ddes_enc.S133 movb %ah, %cl
140 movb %dh, %cl
149 movb %dh, %cl
170 movb %ah, %cl
177 movb %dh, %cl
186 movb %dh, %cl
207 movb %ah, %cl
214 movb %dh, %cl
223 movb %dh, %cl
244 movb %ah, %cl
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dbfd-target.c61 struct section_closure cl; local
66 cl.end = targ->to_sections;
67 bfd_map_over_sections (abfd, add_to_section_table, &cl);
68 gdb_assert (cl.end - start <= count);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp23 static cl::opt<unsigned> SSThreshold(
24 "lanai-ssection-threshold", cl::Hidden,
25 cl::desc("Small data and bss section threshold size (default=0)"),
26 cl::init(0));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsOs16.cpp24 static cl::opt<std::string> Mips32FunctionMask(
26 cl::init(""),
27 cl::desc("Force function to be mips32"),
28 cl::Hidden);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/i386/
H A Dudivdi3.S35 shrl %cl, %eax // Practically, this means that bhi is given by:
38 shll %cl, %ebx // (low word of b) >> (1 + i)
52 shrl %cl, %eax // q = qs >> (1 + i)
84 shrl %cl, %eax // q = (1:qs) >> (1 + i)
H A Dumoddi3.S36 shrl %cl, %eax // Practically, this means that bhi is given by:
39 shll %cl, %ebx // (low word of b) >> (1 + i)
53 shrl %cl, %eax // q = qs >> (1 + i)
89 shrl %cl, %eax // q = (1:qs) >> (1 + i)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.cpp20 cl::opt<bool>
21 EmitJalrReloc("mips-jalr-reloc", cl::Hidden,
22 cl::desc("MIPS: Emit R_{MICRO}MIPS_JALR relocation with jalr"),
23 cl::init(true));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAlwaysInlinePass.cpp26 static cl::opt<bool> StressCalls(
28 cl::Hidden,
29 cl::desc("Force all functions to be noinline"),
30 cl::init(false));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DRemarkStreamer.cpp25 static cl::opt<cl::boolOrDefault> EnableRemarksSection(
27 cl::desc(
30 cl::init(cl::BOU_UNSET), cl::Hidden);
116 if (EnableRemarksSection == cl::BOU_TRUE)
119 if (EnableRemarksSection == cl::BOU_FALSE)
122 assert(EnableRemarksSection == cl::BOU_UNSET);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp32 static cl::opt<unsigned> DefaultRotationThreshold(
33 "rotation-max-header-size", cl::init(16), cl::Hidden,
34 cl::desc("The default maximum header size for automatic loop rotation"));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGuardUtils.cpp25 static cl::opt<uint32_t> PredicatePassBranchWeight(
26 "guards-predicate-pass-branch-weight", cl::Hidden, cl::init(1 << 20),
27 cl::desc("The probability of a guard failing is assumed to be the "
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp67 static cl::opt<bool>
68 NVVMReflectEnabled("nvvm-reflect-enable", cl::init(true), cl::Hidden,
69 cl::desc("NVVM reflection, enabled by default"));
H A DNVVMIntrRange.cpp29 static cl::opt<unsigned> NVVMIntrRangeSM("nvvm-intr-range-sm", cl::init(20),
30 cl::Hidden, cl::desc("SM variant"));
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp49 cl::OptionCategory DwpCategory("Specific Options");
50 static cl::list<std::string> InputFiles(cl::Positional, cl::ZeroOrMore,
51 cl::desc("<input files>"),
52 cl::cat(DwpCategory));
54 static cl::list<std::string> ExecFilenames(
55 "e", cl::ZeroOrMore,
56 cl::desc("Specify the executable/library files to get the list of *.dwo from"),
57 cl
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IndirectBranchTracking.cpp31 static cl::opt<bool> IndirectBranchTracking(
32 "x86-indirect-branch-tracking", cl::init(false), cl::Hidden,
33 cl::desc("Enable X86 indirect branch tracking pass."));

Completed in 329 milliseconds

1234567891011>>