Home
last modified time | relevance | path

Searched refs:Execute (Results 1 – 25 of 145) sorted by relevance

123456

/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86InstrSGX.td18 // ENCLS - Execute an Enclave System Function of Specified Leaf Number
22 // ENCLU - Execute an Enclave User Function of Specified Leaf Number
26 // ENCLV - Execute an Enclave VMM Function of Specified Leaf Number
/openbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-d30v.texi124 Execute these sequentially. The instruction on the right is in the right
128 Execute these reverse-sequentially. The instruction on the right is in the right
132 Execute these in parallel.
136 Two-line format. Execute these in parallel.
140 Two-line format. Execute these sequentially unless @samp{-O} option is
150 Two-line format. Execute the @samp{stw} instruction followed by the
175 Execute the instruction if flag f0 is true.
177 Execute the instruction if flag f0 is false.
179 Execute the instruction if flag f1 is true.
181 Execute the instruction if flag f1 is false.
[all …]
Dc-d10v.texi121 Execute these sequentially. The instruction on the right is in the right
124 Execute these reverse-sequentially. The instruction on the right is in the right
127 Execute these in parallel.
130 Two-line format. Execute these in parallel.
133 Two-line format. Execute these sequentially. Assembler will
137 Two-line format. Execute these sequentially. Same as above but
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/
Dc-d30v.texi124 Execute these sequentially. The instruction on the right is in the right
128 Execute these reverse-sequentially. The instruction on the right is in the right
132 Execute these in parallel.
136 Two-line format. Execute these in parallel.
140 Two-line format. Execute these sequentially unless @samp{-O} option is
150 Two-line format. Execute the @samp{stw} instruction followed by the
175 Execute the instruction if flag f0 is true.
177 Execute the instruction if flag f0 is false.
179 Execute the instruction if flag f1 is true.
181 Execute the instruction if flag f1 is false.
[all …]
Dc-d10v.texi121 Execute these sequentially. The instruction on the right is in the right
124 Execute these reverse-sequentially. The instruction on the right is in the right
127 Execute these in parallel.
130 Two-line format. Execute these in parallel.
133 Two-line format. Execute these sequentially. Assembler will
137 Two-line format. Execute these sequentially. Same as above but
/openbsd/src/gnu/llvm/llvm/lib/Support/
DProgram.cpp25 static bool Execute(ProcessInfo &PI, StringRef Program,
41 if (Execute(PI, Program, Args, Env, Redirects, MemoryLimit, ErrMsg, in ExecuteAndWait()
66 if (!Execute(PI, Program, Args, Env, Redirects, MemoryLimit, ErrMsg, in ExecuteNoWait()
/openbsd/src/usr.bin/mail/misc/
Dmail.tildehelp21 ~!command Execute shell command.
23 ~:command | ~_command Execute a Mail command.
/openbsd/src/gnu/llvm/clang/lib/Driver/
DJob.cpp317 int Command::Execute(ArrayRef<std::optional<StringRef>> Redirects, in Execute() function in Command
398 int CC1Command::Execute(ArrayRef<std::optional<StringRef>> Redirects, in Execute() function in CC1Command
404 return Command::Execute(Redirects, ErrMsg, ExecutionFailed); in Execute()
455 int ForceSuccessCommand::Execute(ArrayRef<std::optional<StringRef>> Redirects, in Execute() function in ForceSuccessCommand
458 int Status = Command::Execute(Redirects, ErrMsg, ExecutionFailed); in Execute()
/openbsd/src/gnu/llvm/clang/include/clang/Driver/
DJob.h181 virtual int Execute(ArrayRef<std::optional<StringRef>> Redirects,
250 int Execute(ArrayRef<std::optional<StringRef>> Redirects, std::string *ErrMsg,
269 int Execute(ArrayRef<std::optional<StringRef>> Redirects, std::string *ErrMsg,
/openbsd/src/gnu/llvm/llvm/lib/MCA/
DContext.cpp50 auto Execute = in createDefaultPipeline() local
67 StagePipeline->appendStage(std::move(Execute)); in createDefaultPipeline()
/openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/
DCommandObjectMultiword.h62 bool Execute(const char *args_string, CommandReturnObject &result) override;
132 bool Execute(const char *args_string, CommandReturnObject &result) override;
DCommandObject.h314 virtual bool Execute(const char *args_string,
400 bool Execute(const char *args_string, CommandReturnObject &result) override;
417 bool Execute(const char *args_string, CommandReturnObject &result) override;
DCommandAlias.h59 bool Execute(const char *args_string, CommandReturnObject &result) override;
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectMultiword.cpp162 bool CommandObjectMultiword::Execute(const char *args_string, in Execute() function in CommandObjectMultiword
191 sub_cmd_obj->Execute(args_string, result); in Execute()
432 bool CommandObjectProxy::Execute(const char *args_string, in Execute() function in CommandObjectProxy
436 return proxy_command->Execute(args_string, result); in Execute()
/openbsd/src/gnu/llvm/lldb/source/Target/
DStackFrameRecognizer.cpp128 if (!entry.module_regexp->Execute(module_name.GetStringRef())) in GetRecognizerForFrame()
136 if (!entry.symbol_regexp->Execute(function_name.GetStringRef())) in GetRecognizerForFrame()
DInstrumentationRuntime.cpp58 if (runtime_regex.Execute(file_spec.GetFilename().GetCString()) || in ModulesDidLoad()
/openbsd/src/gnu/llvm/libcxx/include/
D__threading_support75 // Execute once
107 // Execute once
140 // Execute Once
204 // Execute once
351 // Execute once
511 // Execute once
/openbsd/src/gnu/llvm/lldb/source/Utility/
DNameMatches.cpp30 return regex.Execute(name); in NameMatches()
DRegularExpression.cpp23 bool RegularExpression::Execute( in Execute() function in RegularExpression
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
DEnumTables.cpp25 PDB_ENUM_CLASS_ENT(OMFSegDescFlags, Execute),
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DRegularExpression.h57 bool Execute(llvm::StringRef string,
/openbsd/src/usr.bin/vi/docs/internals/
Dautowrite32 :! N * Execute.
87 :shell * * * Execute shell.
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
DRawConstants.h105 Execute = 1 << 2, // Segment is executable. enumerator
/openbsd/src/gnu/llvm/llvm/utils/gn/
D.gn11 # Execute action() targets using Python 3.
/openbsd/src/gnu/llvm/lldb/source/Core/
DMangled.cpp308 if (m_mangled && regex.Execute(m_mangled.GetStringRef())) in NameMatches()
312 return demangled && regex.Execute(demangled.GetStringRef()); in NameMatches()

123456