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

12

/freebsd-10.2-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.h298 OpType Operation; member in class:llvm::MCCFIInstruction
308 : Operation(Op), Label(L), Register(R), Offset(O),
314 : Operation(Op), Label(L), Register(R1), Register2(R2) {
408 OpType getOperation() const { return Operation; }
412 assert(Operation == OpDefCfa || Operation == OpOffset ||
413 Operation == OpRestore || Operation == OpUndefined ||
414 Operation == OpSameValue || Operation
[all...]
/freebsd-10.2-release/contrib/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp189 ArchiveOperation Operation; local
195 case 'd': ++NumOperations; Operation = Delete; break;
196 case 'm': ++NumOperations; Operation = Move ; break;
197 case 'p': ++NumOperations; Operation = Print; break;
198 case 'q': ++NumOperations; Operation = QuickAppend; break;
199 case 'r': ++NumOperations; Operation = ReplaceOrInsert; break;
200 case 't': ++NumOperations; Operation = DisplayTable; break;
201 case 'x': ++NumOperations; Operation = Extract; break;
243 Operation = CreateSymTab;
257 if (Operation !
366 performReadOperation(ArchiveOperation Operation, object::Archive *OldArchive) argument
464 computeInsertAction(ArchiveOperation Operation, object::Archive::child_iterator I, StringRef Name, std::vector<std::string>::iterator &Pos) argument
512 computeNewArchiveMembers(ArchiveOperation Operation, object::Archive *OldArchive) argument
735 performWriteOperation(ArchiveOperation Operation, object::Archive *OldArchive) argument
846 performOperation(ArchiveOperation Operation, object::Archive *OldArchive) argument
906 ArchiveOperation Operation = parseCommandLine(); local
910 performOperation(ArchiveOperation Operation) argument
[all...]
/freebsd-10.2-release/sys/dev/mpr/mpi/
H A Dmpi2_hbd.h73 U8 Operation; /* 0x00 */ member in struct:_MPI2_HBD_ACTION_REQUEST
100 /* values for the Operation field */
135 U8 Operation; /* 0x00 */ member in struct:_MPI2_HBD_ACTION_REPLY
H A Dmpi2_sas.h57 * 06-26-07 02.00.01 Added Clear All Persistent Operation to SAS IO Unit
59 * 10-02-08 02.00.02 Added Set IOC Parameter Operation to SAS IO Unit Control
270 U8 Operation; /* 0x00 */ member in struct:_MPI2_SAS_IOUNIT_CONTROL_REQUEST
295 /* values for the Operation field */
328 U8 Operation; /* 0x00 */ member in struct:_MPI2_SAS_IOUNIT_CONTROL_REPLY
/freebsd-10.2-release/sys/dev/mps/mpi/
H A Dmpi2_hbd.h64 U8 Operation; /* 0x00 */ member in struct:_MPI2_HBD_ACTION_REQUEST
91 /* values for the Operation field */
125 U8 Operation; /* 0x00 */ member in struct:_MPI2_HBD_ACTION_REPLY
H A Dmpi2_sas.h49 * 06-26-07 02.00.01 Added Clear All Persistent Operation to SAS IO Unit
51 * 10-02-08 02.00.02 Added Set IOC Parameter Operation to SAS IO Unit Control
246 U8 Operation; /* 0x00 */ member in struct:_MPI2_SAS_IOUNIT_CONTROL_REQUEST
271 /* values for the Operation field */
300 U8 Operation; /* 0x00 */ member in struct:_MPI2_SAS_IOUNIT_CONTROL_REPLY
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp204 /// @class Operation
211 /// task. The Operation class provides an abstract base for all services the
214 class Operation class
217 virtual ~Operation() {}
224 class ReadOperation : public Operation
254 class WriteOperation : public Operation
284 class ReadRegOperation : public Operation
323 class WriteRegOperation : public Operation
360 class ReadDebugRegOperation : public Operation
399 class WriteDebugRegOperation : public Operation
[all...]
H A DProcessMonitor.h30 class Operation;
223 Operation *m_operation;
226 // semaphores notified when Operation is ready to be processed and when
327 DoOperation(Operation *op);
/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h779 CondCode getSetCCInverse(CondCode Operation, bool isInteger);
783 CondCode getSetCCSwappedOperands(CondCode Operation);
/freebsd-10.2-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.2-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.2-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1565 StringRef Operation; local
1567 case AtomicRMWInst::Xchg: Operation = "AtomicRMWInst::Xchg"; break;
1568 case AtomicRMWInst::Add: Operation = "AtomicRMWInst::Add"; break;
1569 case AtomicRMWInst::Sub: Operation = "AtomicRMWInst::Sub"; break;
1570 case AtomicRMWInst::And: Operation = "AtomicRMWInst::And"; break;
1571 case AtomicRMWInst::Nand: Operation = "AtomicRMWInst::Nand"; break;
1572 case AtomicRMWInst::Or: Operation = "AtomicRMWInst::Or"; break;
1573 case AtomicRMWInst::Xor: Operation = "AtomicRMWInst::Xor"; break;
1574 case AtomicRMWInst::Max: Operation = "AtomicRMWInst::Max"; break;
1575 case AtomicRMWInst::Min: Operation
[all...]
/freebsd-10.2-release/contrib/ee/
H A Dnew_curse.h203 extern int Operation P_((int Temp_Stack[], int place));
/freebsd-10.2-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.2-release/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsampicmd.c286 bit32 Operation,
302 SA_DBG1(("mpiGetPhyProfileCmd, Operation 0x%x PhyId %d \n",Operation ,PhyId ));
332 OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaGetPhyProfileCmd_V_t, Reserved_Ppc_SOP_PHYID), (((Operation & 0xF) << SHIFT8 ) | (PhyId & 0xFF) ) );
443 bit32 Operation,
462 SA_DBG1(("mpiSetPhyProfileCmd, Operation 0x%x PhyId %d \n",Operation ,PhyId ));
482 pRequest->SOP = (bit16) Operation;
492 OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaSetPhyProfileCmd_V_t, Reserved_Ppc_SOP_PHYID), (((Operation & 0xF) << SHIFT8 ) | (PhyId & 0xFF) ) );
283 mpiGetPhyProfileCmd( agsaRoot_t *agRoot, agsaContext_t *agContext, bit32 Operation, bit32 PhyId, void *agCB ) argument
440 mpiSetPhyProfileCmd( agsaRoot_t *agRoot, agsaContext_t *agContext, bit32 Operation, bit32 PhyId, bit32 length, void * buffer ) argument
H A Dsaproto.h609 bit32 Operation,
617 bit32 Operation,
/freebsd-10.2-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp4210 AtomicRMWInst::BinOp Operation;
4217 case lltok::kw_xchg: Operation = AtomicRMWInst::Xchg; break;
4218 case lltok::kw_add: Operation = AtomicRMWInst::Add; break;
4219 case lltok::kw_sub: Operation = AtomicRMWInst::Sub; break;
4220 case lltok::kw_and: Operation = AtomicRMWInst::And; break;
4221 case lltok::kw_nand: Operation = AtomicRMWInst::Nand; break;
4222 case lltok::kw_or: Operation = AtomicRMWInst::Or; break;
4223 case lltok::kw_xor: Operation = AtomicRMWInst::Xor; break;
4224 case lltok::kw_max: Operation = AtomicRMWInst::Max; break;
4225 case lltok::kw_min: Operation
[all...]
/freebsd-10.2-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.2-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.2-release/contrib/llvm/include/llvm/IR/
H A DInstructions.h598 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val,
601 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val,
609 void setOperation(BinOp Operation) { argument
612 (Operation << 5));
678 void Init(BinOp Operation, Value *Ptr, Value *Val,
/freebsd-10.2-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2878 AtomicRMWInst::BinOp Operation = GetDecodedRMWOperation(Record[OpNum]);
2879 if (Operation < AtomicRMWInst::FIRST_BINOP ||
2880 Operation > AtomicRMWInst::LAST_BINOP)
2886 I = new AtomicRMWInst(Operation, Ptr, Val, Ordering, SynchScope);
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp222 ISD::CondCode ISD::getSetCCSwappedOperands(ISD::CondCode Operation) { argument
225 unsigned OldL = (Operation >> 2) & 1;
226 unsigned OldG = (Operation >> 1) & 1;
227 return ISD::CondCode((Operation & ~6) | // Keep the N, U, E bits
235 unsigned Operation = Op; local
237 Operation ^= 7; // Flip L, G, E bits, but not U.
239 Operation ^= 15; // Flip all of the condition bits.
241 if (Operation > ISD::SETTRUE2)
242 Operation &= ~8; // Don't let N and U bits get set.
244 return ISD::CondCode(Operation);
[all...]

Completed in 367 milliseconds

12