Home
last modified time | relevance | path

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

123

/minix/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCDwarf.h327 OpType Operation;
437 OpType getOperation() const { return Operation; } in getOperation()
441 assert(Operation == OpDefCfa || Operation == OpOffset || in getRegister()
442 Operation == OpRestore || Operation == OpUndefined || in getRegister()
443 Operation == OpSameValue || Operation == OpDefCfaRegister || in getRegister()
444 Operation == OpRelOffset || Operation == OpRegister); in getRegister()
449 assert(Operation == OpRegister); in getRegister2()
454 assert(Operation == OpDefCfa || Operation == OpOffset || in getOffset()
455 Operation == OpRelOffset || Operation == OpDefCfaOffset || in getOffset()
456 Operation == OpAdjustCfaOffset); in getOffset()
[all …]
H A DMCWinEH.h27 const unsigned Operation; member
30 : Label(L), Offset(Off), Register(Reg), Operation(Op) {} in Instruction()
/minix/external/bsd/llvm/dist/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp202 ArchiveOperation Operation; in parseCommandLine() local
256 Operation = CreateSymTab; in parseCommandLine()
270 if (Operation != Move && Operation != ReplaceOrInsert) in parseCommandLine()
280 return Operation; in parseCommandLine()
392 switch (Operation) { in performReadOperation()
507 if (Operation == Delete) in computeInsertAction()
510 if (Operation == Move) in computeInsertAction()
513 if (Operation == ReplaceOrInsert) { in computeInsertAction()
585 if (Operation == Delete) in computeNewArchiveMembers()
889 switch (Operation) { in performOperation()
[all …]
/minix/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMips32r6InstrFormats.td221 let Inst{25-21} = Operation.Value;
233 let Inst{25-21} = Operation.Value;
246 let Inst{20-16} = Operation.Value;
258 let Inst{20-19} = Operation.Value;
270 let Inst{20-18} = Operation.Value;
285 let Inst{5-0} = Operation.Value;
301 let Inst{5-0} = Operation.Value;
315 let Inst{5-0} = Operation.Value;
433 let Inst{5-0} = Operation.Value;
465 let Inst{5-0} = Operation.Value;
[all …]
H A DMipsInstrFormats.td857 let Inst{10-6} = op; // Operation
905 let Inst{5-0} = op; // Operation
/minix/external/bsd/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageFilters.h57 enum Operation { LessThan, GreaterThan }; enum
60 Operation Op;
63 StatisticThresholdFilter(Operation Op, T Threshold) in StatisticThresholdFilter()
84 RegionCoverageFilter(Operation Op, double Threshold) in RegionCoverageFilter()
95 LineCoverageFilter(Operation Op, double Threshold) in LineCoverageFilter()
/minix/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dkadm5_err.et11 error_code FAILURE, "Operation failed for unspecified reason"
12 error_code AUTH_GET, "Operation requires `get' privilege"
13 error_code AUTH_ADD, "Operation requires `add' privilege"
14 error_code AUTH_MODIFY, "Operation requires `modify' privilege"
15 error_code AUTH_DELETE, "Operation requires `delete' privilege"
55 error_code AUTH_LIST, "Operation requires `list' privilege"
56 error_code AUTH_CHANGEPW, "Operation requires `change-password' privilege"
/minix/lib/libc/nls/
H A Dde.msg3 1 Operation nicht erlaubt
39 19 Die Operation wird von diesem Ger�t nicht unterst�tzt
73 36 Operation wird jetzt fortgesetzt
75 37 Operation wird bereits ausgef�hrt
91 45 Operation nicht unterst�tzt
173 86 Operation nicht unterst�tzt
175 87 Operation abgebrochen
H A DC.msg3 1 Operation not permitted
39 19 Operation not supported by device
73 36 Operation now in progress
75 37 Operation already in progress
91 45 Operation not supported
175 87 Operation Canceled
/minix/crypto/external/bsd/heimdal/dist/po/heim_com_err43787520/
H A Dheim_com_err43787520.pot20 msgid "Operation failed for unspecified reason"
25 msgid "Operation requires `get' privilege"
30 msgid "Operation requires `add' privilege"
35 msgid "Operation requires `modify' privilege"
40 msgid "Operation requires `delete' privilege"
241 msgid "Operation requires `list' privilege"
246 msgid "Operation requires `change-password' privilege"
/minix/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCWin64EH.cpp27 switch (static_cast<Win64EH::UnwindOpcodes>(I.Operation)) { in CountOfUnwindCodes()
63 b2 = (inst.Operation & 0x0F); in EmitUnwindCode()
64 switch (static_cast<Win64EH::UnwindOpcodes>(inst.Operation)) { in EmitUnwindCode()
99 if (inst.Operation == Win64EH::UOP_SaveXMM128) in EmitUnwindCode()
108 if (inst.Operation == Win64EH::UOP_SaveXMM128Big) in EmitUnwindCode()
185 assert(frameInst.Operation == Win64EH::UOP_SetFPReg); in EmitUnwindInfo()
/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h832 CondCode getSetCCInverse(CondCode Operation, bool isInteger);
836 CondCode getSetCCSwappedOperands(CondCode Operation);
/minix/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/logs/
H A Dgraphs.dem3 set ylabel "Cycles per Operation"
/minix/external/bsd/libc++/dist/libcxx/include/
H A Dfunctional228 template <class Operation>
237 binder1st(const Operation& x, const typename Operation::first_argument_type y);
238 …typename Operation::result_type operator()( typename Operation::second_argument_type& x) cons…
242 template <class Operation, class T>
243 binder1st<Operation> bind1st(const Operation& op, const T& x);
245 template <class Operation>
254 binder2nd(const Operation& x, const typename Operation::second_argument_type y);
255 …typename Operation::result_type operator()( typename Operation::first_argument_type& x) const;
256 …typename Operation::result_type operator()(const typename Operation::first_argument_type& x) const;
259 template <class Operation, class T>
[all …]
/minix/external/bsd/llvm/dist/llvm/unittests/ADT/
H A DPackedVectorTest.cpp21 TEST(PackedVectorTest, Operation) { in TEST() argument
/minix/external/bsd/llvm/dist/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1590 StringRef Operation; in printInstruction() local
1592 case AtomicRMWInst::Xchg: Operation = "AtomicRMWInst::Xchg"; break; in printInstruction()
1593 case AtomicRMWInst::Add: Operation = "AtomicRMWInst::Add"; break; in printInstruction()
1594 case AtomicRMWInst::Sub: Operation = "AtomicRMWInst::Sub"; break; in printInstruction()
1595 case AtomicRMWInst::And: Operation = "AtomicRMWInst::And"; break; in printInstruction()
1596 case AtomicRMWInst::Nand: Operation = "AtomicRMWInst::Nand"; break; in printInstruction()
1597 case AtomicRMWInst::Or: Operation = "AtomicRMWInst::Or"; break; in printInstruction()
1598 case AtomicRMWInst::Xor: Operation = "AtomicRMWInst::Xor"; break; in printInstruction()
1599 case AtomicRMWInst::Max: Operation = "AtomicRMWInst::Max"; break; in printInstruction()
1600 case AtomicRMWInst::Min: Operation = "AtomicRMWInst::Min"; break; in printInstruction()
[all …]
/minix/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dheim_err.et16 error_code OPNOTSUPP, "Operation not supported"
/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A Darm_neon.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>;
169 def OP_NONE : Operation;
170 def OP_UNAVAILABLE : Operation {
256 class Inst <string n, string p, string t, Operation o> {
262 Operation Operation = o;
[all …]
/minix/crypto/external/bsd/heimdal/dist/po/heim_com_err-1980176640/
H A Dheim_com_err-1980176640.pot40 msgid "Operation not supported"
/minix/external/bsd/dhcp/dist/doc/
H A DIANA-arp-parameters27 Number Operation Code (op) References
/minix/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp4632 AtomicRMWInst::BinOp Operation; in ParseAtomicRMW() local
4639 case lltok::kw_xchg: Operation = AtomicRMWInst::Xchg; break; in ParseAtomicRMW()
4640 case lltok::kw_add: Operation = AtomicRMWInst::Add; break; in ParseAtomicRMW()
4641 case lltok::kw_sub: Operation = AtomicRMWInst::Sub; break; in ParseAtomicRMW()
4642 case lltok::kw_and: Operation = AtomicRMWInst::And; break; in ParseAtomicRMW()
4643 case lltok::kw_nand: Operation = AtomicRMWInst::Nand; break; in ParseAtomicRMW()
4644 case lltok::kw_or: Operation = AtomicRMWInst::Or; break; in ParseAtomicRMW()
4645 case lltok::kw_xor: Operation = AtomicRMWInst::Xor; break; in ParseAtomicRMW()
4646 case lltok::kw_max: Operation = AtomicRMWInst::Max; break; in ParseAtomicRMW()
4647 case lltok::kw_min: Operation = AtomicRMWInst::Min; break; in ParseAtomicRMW()
[all …]
/minix/external/bsd/llvm/dist/llvm/docs/
H A DCompilerWriterInfo.rst91 * `z/Architecture Principles of Operation (registration required, free sign-up) <http://www-01.ibm.…
/minix/crypto/external/bsd/netpgp/dist/src/libpaa/
H A DPubKeyAccessAuthScheme.txt47 1.1.2 Overall Operation
83 1.1.2 Overall Operation
/minix/external/bsd/bind/dist/bin/win32/BINDInstall/
H A DBINDInstall.rc106 RTEXT "Current Operation:",IDC_CURRENT_TAG,34,245,58,8
/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h678 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val,
681 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val,
689 void setOperation(BinOp Operation) {
692 (Operation << 5));
758 void Init(BinOp Operation, Value *Ptr, Value *Val,

123