Home
last modified time | relevance | path

Searched refs:Operation (Results 1 – 25 of 104) sorted by relevance

12345

/openbsd/src/regress/lib/libc/strerror/
Dvalid.ok6 Operation not permitted
17 10 34 9: Operation
18 11 34 10: Operation
19 12 34 11: Operation n
20 13 34 12: Operation no
21 14 34 13: Operation not
22 15 34 14: Operation not
23 16 34 15: Operation not p
24 17 34 16: Operation not pe
25 18 34 17: Operation not per
[all …]
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp21 typedef std::vector<DWARFExpression::Operation::Description> DescVector;
25 typedef DWARFExpression::Operation Op; in getDescriptions()
110 static DWARFExpression::Operation::Description getOpDesc(unsigned OpCode) { in getOpDesc()
119 bool DWARFExpression::Operation::extract(DataExtractor Data, in extract()
126 if (Desc.Version == Operation::DwarfNA) in extract()
131 unsigned Signed = Size & Operation::SignBit; in extract()
133 if (Size == Operation::SizeNA) in extract()
136 switch (Size & ~Operation::SignBit) { in extract()
137 case Operation::Size1: in extract()
142 case Operation::Size2: in extract()
[all …]
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCDwarf.h502 OpType Operation;
515 : Operation(Op), Label(L), Register(R), Offset(O), in Operation() function
521 : Operation(Op), Label(L), Register(R1), Register2(R2) { in MCCFIInstruction()
526 : Operation(Op), Label(L), Register(R), Offset(O), AddressSpace(AS) { in MCCFIInstruction()
642 OpType getOperation() const { return Operation; } in getOperation()
646 assert(Operation == OpDefCfa || Operation == OpOffset || in getRegister()
647 Operation == OpRestore || Operation == OpUndefined || in getRegister()
648 Operation == OpSameValue || Operation == OpDefCfaRegister || in getRegister()
649 Operation == OpRelOffset || Operation == OpRegister || in getRegister()
650 Operation == OpLLVMDefAspaceCfa); in getRegister()
[all …]
DMCWinEH.h25 unsigned Operation; member
28 : Label(L), Offset(Off), Register(Reg), Operation(Op) {} in Instruction()
34 Operation == I.Operation;
/openbsd/src/gnu/llvm/llvm/tools/llvm-ar/
Dllvm-ar.cpp332 ArchiveOperation Operation; in parseCommandLine() local
340 Operation = Delete; in parseCommandLine()
344 Operation = Move; in parseCommandLine()
348 Operation = Print; in parseCommandLine()
352 Operation = QuickAppend; in parseCommandLine()
356 Operation = ReplaceOrInsert; in parseCommandLine()
360 Operation = DisplayTable; in parseCommandLine()
364 Operation = Extract; in parseCommandLine()
447 Operation = CreateSymTab; in parseCommandLine()
461 if (Operation != Move && Operation != ReplaceOrInsert) in parseCommandLine()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMips32r6InstrFormats.td248 class COP1_BCCZ_FM<OPCODE5 Operation> : MipsR6Inst {
255 let Inst{25-21} = Operation.Value;
260 class COP2_BCCZ_FM<OPCODE5 Operation> : MipsR6Inst {
267 let Inst{25-21} = Operation.Value;
272 class PCREL16_FM<OPCODE5 Operation> : MipsR6Inst {
280 let Inst{20-16} = Operation.Value;
284 class PCREL19_FM<OPCODE2 Operation> : MipsR6Inst {
292 let Inst{20-19} = Operation.Value;
296 class PCREL18_FM<OPCODE3 Operation> : MipsR6Inst {
304 let Inst{20-18} = Operation.Value;
[all …]
DMipsEVAInstrFormats.td60 class SPECIAL3_EVA_LOAD_STORE_FM<OPCODE6 Operation> : MipsEVAInst {
73 let Inst{5-0} = Operation.Value;
76 class TLB_FM<OPCODE6 Operation> : MipsEVAInst {
82 let Inst{5-0} = Operation.Value;
/openbsd/src/gnu/llvm/libcxx/include/
Dfunctional238 template <class Operation>
240 : public unary_function<typename Operation::second_argument_type,
241 typename Operation::result_type>
244 Operation op;
245 typename Operation::first_argument_type value;
247 binder1st(const Operation& x, const typename Operation::first_argument_type y);
248 …typename Operation::result_type operator()( typename Operation::second_argument_type& x) cons…
249 …typename Operation::result_type operator()(const typename Operation::second_argument_type& x) cons…
252 template <class Operation, class T>
253 binder1st<Operation> bind1st(const Operation& op, const T& x); // deprecated in C++11, removed in …
[all …]
/openbsd/src/gnu/llvm/llvm/tools/llvm-cov/
DCoverageFilters.h85 enum Operation { LessThan, GreaterThan }; enum
88 Operation Op;
91 StatisticThresholdFilter(Operation Op, T Threshold) in StatisticThresholdFilter()
112 RegionCoverageFilter(Operation Op, double Threshold) in RegionCoverageFilter()
124 LineCoverageFilter(Operation Op, double Threshold) in LineCoverageFilter()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
Dspec1.C15 struct Operation { struct
20 mem_fun1_t<double, Operation> m(&Operation::eval); in main() argument
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFExpression.h33 class Operation {
99 static bool verify(const Operation &Op, DWARFUnit *U);
109 const Operation> {
113 Operation Op;
130 const Operation &operator*() const { return Op; }
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCWin64EH.cpp28 switch (static_cast<Win64EH::UnwindOpcodes>(I.Operation)) { in CountOfUnwindCodes()
66 b2 = (inst.Operation & 0x0F); in EmitUnwindCode()
67 switch (static_cast<Win64EH::UnwindOpcodes>(inst.Operation)) { in EmitUnwindCode()
104 if (inst.Operation == Win64EH::UOP_SaveXMM128) in EmitUnwindCode()
113 if (inst.Operation == Win64EH::UOP_SaveXMM128Big) in EmitUnwindCode()
201 assert(frameInst.Operation == Win64EH::UOP_SetFPReg); in EmitUnwindInfo()
315 switch (static_cast<Win64EH::UnwindOpcodes>(I.Operation)) { in checkARM64Instructions()
342 switch (static_cast<Win64EH::UnwindOpcodes>(I.Operation)) { in ARM64CountOfUnwindCodes()
444 switch (static_cast<Win64EH::UnwindOpcodes>(inst.Operation)) { in ARM64EmitUnwindCode()
617 int Op = inst.Operation - Win64EH::UOP_SaveAnyRegI; in ARM64EmitUnwindCode()
[all …]
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
Darm_neon_incl.td18 // The operations are subclasses of Operation providing a list of DAGs, the
24 // The base Operation class. All operations must subclass this.
25 class Operation<list<dag> ops=[]> {
30 class Op<dag op> : Operation<[op]>;
31 // A shorter version of Operation - takes a list of DAGs. The last of these will
33 class LOp<list<dag> ops> : Operation<ops>;
178 def OP_NONE : Operation;
179 def OP_UNAVAILABLE : Operation {
263 class Inst <string n, string p, string t, Operation o> {
270 Operation Operation = o;
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86InstrTDX.td19 // SEAMCALL - Call to SEAM VMX-root Operation Module
23 // SEAMRET - Return to Legacy VMX-root Operation
/openbsd/src/regress/sys/kern/pledge/generic/
Dtests.out15 test(test_pledge): pledge=("stdio",NULL) status=256 exit=1 (errno: "Operation not permitted")
16 test(test_pledge): pledge=("stdio unix",NULL) status=256 exit=1 (errno: "Operation not permitted")
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DComplexDeinterleavingPass.cpp128 : Operation(Op), Real(R), Imag(I) {} in ComplexDeinterleavingCompositeNode()
136 ComplexDeinterleavingOperation Operation; member
177 OS << " Operation: " << (int)Operation << "\n"; in dump()
206 NodePtr prepareCompositeNode(ComplexDeinterleavingOperation Operation, in prepareCompositeNode() argument
208 return std::make_shared<ComplexDeinterleavingCompositeNode>(Operation, R, in prepareCompositeNode()
856 Node->Real, Node->Operation, Node->Rotation, Input0, Input1, Accumulator); in replaceNode()
871 if (Operation == ComplexDeinterleavingOperation::Shuffle) in hasAllInternalUses()
/openbsd/src/gnu/usr.bin/perl/t/lib/warnings/
Dutf875 Operation "uc" returns its argument for UTF-16 surrogate U+D800 at - line 3.
76 Operation "uc" returns its argument for UTF-16 surrogate U+DFFF at - line 4.
77 Operation "uc" returns its argument for non-Unicode code point 0x110000 at - line 14.
86 Operation "uc" returns its argument for UTF-16 surrogate U+D800 at - line 2.
87 Operation "uc" returns its argument for non-Unicode code point 0x110000 at - line 3.
88 Operation "uc" returns its argument for non-Unicode code point 0x110000 at - line 6.
97 Operation "uc" returns its argument for UTF-16 surrogate U+D800 at - line 2.
98 Operation "uc" returns its argument for non-Unicode code point 0x110000 at - line 3.
99 Operation "uc" returns its argument for UTF-16 surrogate U+D800 at - line 5.
106 Operation "uc" returns its argument for non-Unicode code point 0x7FFFFFFF at - line 2.
[all …]
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DISDOpcodes.h1491 CondCode getSetCCInverse(CondCode Operation, EVT Type);
1505 CondCode getSetCCInverse(CondCode Operation, bool isIntegerLike);
1510 CondCode getSetCCSwappedOperands(CondCode Operation);
/openbsd/src/gnu/llvm/clang/include/clang/Analysis/Analyses/
DUnsafeBufferUsage.h34 virtual void handleUnsafeOperation(const Stmt *Operation,
/openbsd/src/gnu/llvm/clang/lib/ASTMatchers/
DGtestMatchers.cpp93 static std::string getMacroName(MacroType Macro, llvm::StringRef Operation) { in getMacroName() argument
94 return (getMacroTypeName(Macro) + "_" + Operation).str(); in getMacroName()
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp721 const DWARFYAML::DWARFOperation &Operation, in writeDWARFExpression() argument
724 return checkOperandCount(dwarf::OperationEncodingString(Operation.Operator), in writeDWARFExpression()
725 Operation.Values, ExpectedOperands); in writeDWARFExpression()
729 writeInteger((uint8_t)Operation.Operator, OS, IsLittleEndian); in writeDWARFExpression()
730 switch (Operation.Operator) { in writeDWARFExpression()
734 encodeSLEB128(Operation.Values[0], OS); in writeDWARFExpression()
741 StringRef EncodingStr = dwarf::OperationEncodingString(Operation.Operator); in writeDWARFExpression()
745 ? "0x" + utohexstr(Operation.Operator) in writeDWARFExpression()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
DARMWinCOFFStreamer.cpp252 if (EndInstr.Operation == Win64EH::UOP_Nop) { in emitARMWinCFIEpilogEnd()
255 } else if (EndInstr.Operation == Win64EH::UOP_WideNop) { in emitARMWinCFIEpilogEnd()
/openbsd/src/gnu/usr.bin/perl/cpan/OpenBSD-Unveil/t/
DOpenBSD-Unveil.t154 is $!, 'Operation not permitted', "Expected ERRNO from _unveil";
162 is $!, 'Operation not permitted', "Expected ERRNO from _unveil";
/openbsd/src/share/snmp/
DSNMP-USM-AES-MIB.txt56 Cipher Modes of Operation, Methods and
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZProcessors.td14 // of the z/Architecture Principles of Operation document (e.g. arch8).

12345