Home
last modified time | relevance | path

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

123456

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A 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-2.17/gas/doc/
H A 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 …]
H A 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/gas/doc/
H A 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 …]
H A 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/
H A 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/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h211 bool Execute = false; // Compare requested. variable
220 bool Execute = false; // Print requested. variable
230 bool Execute = false; // Report requested. variable
237 bool Execute = false; // Select requested. variable
372 BOOL_FUNCTION(Compare, Execute);
398 BOOL_FUNCTION(Print, Execute);
410 BOOL_FUNCTION(Report, Execute);
415 BOOL_FUNCTION(Select, Execute);
/openbsd-src/gnu/llvm/clang/include/clang/Interpreter/
H A DInterpreter.h62 llvm::Error Execute(PartialTranslationUnit &T);
68 return Execute(*PTU); in ParseAndExecute()
/openbsd-src/usr.bin/mail/misc/
H A Dmail.tildehelp21 ~!command Execute shell command.
23 ~:command | ~_command Execute a Mail command.
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A 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/
H A 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/
H A DContext.cpp50 auto Execute = in createDefaultPipeline() local
67 StagePipeline->appendStage(std::move(Execute)); in createDefaultPipeline()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h62 bool Execute(const char *args_string, CommandReturnObject &result) override;
132 bool Execute(const char *args_string, CommandReturnObject &result) override;
H A 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;
H A DCommandAlias.h59 bool Execute(const char *args_string, CommandReturnObject &result) override;
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A 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/
H A DStackFrameRecognizer.cpp128 if (!entry.module_regexp->Execute(module_name.GetStringRef())) in GetRecognizerForFrame()
136 if (!entry.symbol_regexp->Execute(function_name.GetStringRef())) in GetRecognizerForFrame()
H A DInstrumentationRuntime.cpp58 if (runtime_regex.Execute(file_spec.GetFilename().GetCString()) || in ModulesDidLoad()
/openbsd-src/gnu/llvm/libcxx/include/
H A 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/
H A DNameMatches.cpp30 return regex.Execute(name); in NameMatches()
H A DRegularExpression.cpp23 bool RegularExpression::Execute( in Execute() function in RegularExpression
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DEnumTables.cpp25 PDB_ENUM_CLASS_ENT(OMFSegDescFlags, Execute),
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DRegularExpression.h57 bool Execute(llvm::StringRef string,
/openbsd-src/usr.bin/vi/docs/internals/
H A Dautowrite32 :! N * Execute.
87 :shell * * * Execute shell.
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h105 Execute = 1 << 2, // Segment is executable. enumerator

123456