Searched refs:Operation (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/include/llvm/MC/
H A DMCWin64EH.h31 OpType Operation; member in class:llvm::MCWin64EHInstruction
37 : Operation(Op), Label(L), Offset(0), Register(Reg) {
41 : Operation(Size>128 ? Win64EH::UOP_AllocLarge : Win64EH::UOP_AllocSmall),
44 : Operation(Op), Label(L), Offset(Off), Register(Reg) {
52 : Operation(Op), Label(L), Offset(Code ? 1 : 0) {
55 OpType getOperation() const { return Operation; }
H A DMCDwarf.h288 OpType Operation; member in class:llvm::MCCFIInstruction
298 Operation(Op), Label(L), Register(R), Offset(O),
304 Operation(Op), Label(L), Register(R1), Register2(R2) {
367 OpType getOperation() const { return Operation; }
371 assert(Operation == OpDefCfa || Operation == OpOffset ||
372 Operation == OpRestore || Operation == OpUndefined ||
373 Operation == OpSameValue || Operation
[all...]
/freebsd-10.0-release/contrib/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp204 ArchiveOperation Operation = NoOperation; local
208 case 'd': ++NumOperations; Operation = Delete; break;
209 case 'm': ++NumOperations; Operation = Move ; break;
210 case 'p': ++NumOperations; Operation = Print; break;
211 case 'q': ++NumOperations; Operation = QuickAppend; break;
212 case 'r': ++NumOperations; Operation = ReplaceOrInsert; break;
213 case 't': ++NumOperations; Operation = DisplayTable; break;
214 case 'x': ++NumOperations; Operation = Extract; break;
267 if (Operation != Move && Operation !
724 ArchiveOperation Operation = parseCommandLine(); local
[all...]
/freebsd-10.0-release/sys/dev/mps/mpi/
H A Dmpi2_hbd.h62 U8 Operation; /* 0x00 */ member in struct:_MPI2_HBD_ACTION_REQUEST
89 /* values for the Operation field */
123 U8 Operation; /* 0x00 */ member in struct:_MPI2_HBD_ACTION_REPLY
H A Dmpi2_sas.h47 * 06-26-07 02.00.01 Added Clear All Persistent Operation to SAS IO Unit
49 * 10-02-08 02.00.02 Added Set IOC Parameter Operation to SAS IO Unit Control
244 U8 Operation; /* 0x00 */ member in struct:_MPI2_SAS_IOUNIT_CONTROL_REQUEST
269 /* values for the Operation field */
298 U8 Operation; /* 0x00 */ member in struct:_MPI2_SAS_IOUNIT_CONTROL_REPLY
H A Dmpi2_history.txt372 * 06-26-07 02.00.01 Added Clear All Persistent Operation to SAS IO Unit
374 * 10-02-08 02.00.02 Added Set IOC Parameter Operation to SAS IO Unit Control
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp197 /// @class Operation
204 /// task. The Operation class provides an abstract base for all services the
207 class Operation class
210 virtual ~Operation() {}
217 class ReadOperation : public Operation
247 class WriteOperation : public Operation
277 class ReadRegOperation : public Operation
316 class WriteRegOperation : public Operation
353 class ReadGPROperation : public Operation
384 class ReadFPROperation : public Operation
[all...]
H A DProcessMonitor.h30 class Operation;
308 DoOperation(Operation *op);
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h781 CondCode getSetCCInverse(CondCode Operation, bool isInteger);
785 CondCode getSetCCSwappedOperands(CondCode Operation);
/freebsd-10.0-release/sys/dev/mpt/mpilib/
H A Dmpi_sas.h51 * 10-11-06 01.05.04 Fixed the name of a define for Operation field of SAS IO
247 U8 Operation; /* 00h */ member in struct:_MSG_SAS_IOUNIT_CONTROL_REQUEST
265 /* values for the Operation field */
289 U8 Operation; /* 00h */ member in struct:_MSG_SAS_IOUNIT_CONTROL_REPLY
/freebsd-10.0-release/sys/dev/asr/
H A Di2omsg.h953 /* Operation Function Numbers */
980 /* Read Operation Result Block Template Structure */
1014 /* Operation Template for Specific Fields */
1017 U16 Operation;
1024 /* Operation Template for All Fields */
1027 U16 Operation;
1033 /* Operation Template for All List Fields */
1036 U16 Operation;
1044 /* Modify Operation Result Block Template Structure */
1053 /* Operation Templat
[all...]
H A Di2odep.h824 getLU2((&(x)->Operation),0)
826 setLU2((&(x)->Operation),0,y)
/freebsd-10.0-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1566 StringRef Operation; local
1568 case AtomicRMWInst::Xchg: Operation = "AtomicRMWInst::Xchg"; break;
1569 case AtomicRMWInst::Add: Operation = "AtomicRMWInst::Add"; break;
1570 case AtomicRMWInst::Sub: Operation = "AtomicRMWInst::Sub"; break;
1571 case AtomicRMWInst::And: Operation = "AtomicRMWInst::And"; break;
1572 case AtomicRMWInst::Nand: Operation = "AtomicRMWInst::Nand"; break;
1573 case AtomicRMWInst::Or: Operation = "AtomicRMWInst::Or"; break;
1574 case AtomicRMWInst::Xor: Operation = "AtomicRMWInst::Xor"; break;
1575 case AtomicRMWInst::Max: Operation = "AtomicRMWInst::Max"; break;
1576 case AtomicRMWInst::Min: Operation
[all...]
/freebsd-10.0-release/contrib/ee/
H A Dnew_curse.h203 extern int Operation P_((int Temp_Stack[], int place));
H A Dnew_curse.c1643 Operation(Temp_Stack, place) /* handle conditional operations */ function
1892 Cond_place = Operation(Cond_Stack, Cond_place);
1990 Top_of_stack = Operation(Stack, Top_of_stack);
/freebsd-10.0-release/sys/boot/efi/include/
H A Defipxebc.h306 IN EFI_PXE_BASE_CODE_TFTP_OPCODE Operation,
H A Defiprot.h432 IN EFI_IO_OPERATION_TYPE Operation,
/freebsd-10.0-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp4195 AtomicRMWInst::BinOp Operation;
4202 case lltok::kw_xchg: Operation = AtomicRMWInst::Xchg; break;
4203 case lltok::kw_add: Operation = AtomicRMWInst::Add; break;
4204 case lltok::kw_sub: Operation = AtomicRMWInst::Sub; break;
4205 case lltok::kw_and: Operation = AtomicRMWInst::And; break;
4206 case lltok::kw_nand: Operation = AtomicRMWInst::Nand; break;
4207 case lltok::kw_or: Operation = AtomicRMWInst::Or; break;
4208 case lltok::kw_xor: Operation = AtomicRMWInst::Xor; break;
4209 case lltok::kw_max: Operation = AtomicRMWInst::Max; break;
4210 case lltok::kw_min: Operation
[all...]
/freebsd-10.0-release/sys/dev/ce/
H A Dtau32-ddk.h512 unsigned __int32 TAU32_CALL_TYPE TAU32_Diag(TAU32_Controller *pControllerObject, unsigned Operation, unsigned __int32 Data);
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DInstructions.cpp1266 void AtomicRMWInst::Init(BinOp Operation, Value *Ptr, Value *Val, argument
1271 setOperation(Operation);
1286 AtomicRMWInst::AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, argument
1294 Init(Operation, Ptr, Val, Ordering, SynchScope);
1297 AtomicRMWInst::AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, argument
1305 Init(Operation, Ptr, Val, Ordering, SynchScope);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp223 ISD::CondCode ISD::getSetCCSwappedOperands(ISD::CondCode Operation) { argument
226 unsigned OldL = (Operation >> 2) & 1;
227 unsigned OldG = (Operation >> 1) & 1;
228 return ISD::CondCode((Operation & ~6) | // Keep the N, U, E bits
236 unsigned Operation = Op; local
238 Operation ^= 7; // Flip L, G, E bits, but not U.
240 Operation ^= 15; // Flip all of the condition bits.
242 if (Operation > ISD::SETTRUE2)
243 Operation &= ~8; // Don't let N and U bits get set.
245 return ISD::CondCode(Operation);
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DInstructions.h600 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val,
603 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val,
611 void setOperation(BinOp Operation) { argument
614 (Operation << 5));
680 void Init(BinOp Operation, Value *Ptr, Value *Val,
/freebsd-10.0-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2703 AtomicRMWInst::BinOp Operation = GetDecodedRMWOperation(Record[OpNum]);
2704 if (Operation < AtomicRMWInst::FIRST_BINOP ||
2705 Operation > AtomicRMWInst::LAST_BINOP)
2711 I = new AtomicRMWInst(Operation, Ptr, Val, Ordering, SynchScope);
/freebsd-10.0-release/sys/dev/isp/
H A DDriverManual.txt3 Driver Theory of Operation Manual
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp930 bool MatchOperationAddr(User *Operation, unsigned Opcode, unsigned Depth);

Completed in 265 milliseconds

12