Home
last modified time | relevance | path

Searched defs:operand (Results 1 – 23 of 23) sorted by relevance

/freebsd-13.1/sys/sys/
H A Dstdatomic.h243 #define atomic_fetch_add_explicit(object, operand, order) \ argument
245 #define atomic_fetch_and_explicit(object, operand, order) \ argument
247 #define atomic_fetch_or_explicit(object, operand, order) \ argument
272 #define atomic_fetch_or_explicit(object, operand, order) \ argument
283 #define __atomic_apply_stride(object, operand) \ argument
321 #define atomic_fetch_or_explicit(object, operand, order) \ argument
350 #define atomic_fetch_add(object, operand) \ argument
352 #define atomic_fetch_and(object, operand) \ argument
354 #define atomic_fetch_or(object, operand) \ argument
356 #define atomic_fetch_sub(object, operand) \ argument
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h132 #define atomic_fetch_add(object, operand) __c11_atomic_fetch_add(object, operand, __ATOMIC_SEQ_CST) argument
135 #define atomic_fetch_sub(object, operand) __c11_atomic_fetch_sub(object, operand, __ATOMIC_SEQ_CST) argument
138 #define atomic_fetch_or(object, operand) __c11_atomic_fetch_or(object, operand, __ATOMIC_SEQ_CST) argument
141 #define atomic_fetch_xor(object, operand) __c11_atomic_fetch_xor(object, operand, __ATOMIC_SEQ_CST) argument
144 #define atomic_fetch_and(object, operand) __c11_atomic_fetch_and(object, operand, __ATOMIC_SEQ_CST) argument
/freebsd-13.1/contrib/libpcap/
H A Dbpf_image.c43 const char *operand; in bpf_image() local
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h138 UnaryOpNode(OpType op_type, Node &operand) in UnaryOpNode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp1886 const OperandSpecifier &operand, in translateImmediate()
2192 static bool translateRM(MCInst &mcInst, const OperandSpecifier &operand, in translateRM()
2258 static bool translateOperand(MCInst &mcInst, const OperandSpecifier &operand, in translateOperand()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp66 Node *operand = stack.pop_back_val(); in ParseOneExpression() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp1136 const uint64_t operand = in EmulateCBZ() local
1172 const uint64_t operand = in EmulateTBZ() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1212 GetBaseExplainingValue(const Instruction::Operand &operand, in GetBaseExplainingValue()
1275 GetBaseExplainingDereference(const Instruction::Operand &operand, in GetBaseExplainingDereference()
1322 for (const Instruction::Operand &operand : operands) { in GuessValueForAddress() local
/freebsd-13.1/contrib/diff/src/
H A Dcmp.c110 try_help (char const *reason_msgid, char const *operand) in try_help()
H A Ddiff.c842 try_help (char const *reason_msgid, char const *operand) in try_help()
H A Dsdiff.c164 try_help (char const *reason_msgid, char const *operand) in try_help()
H A Ddiff3.c407 try_help (char const *reason_msgid, char const *operand) in try_help()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp739 Operand operand; in ParseOperands() local
792 for (const Operand &operand : operands) { in ParseOperands() local
/freebsd-13.1/contrib/llvm-project/libunwind/src/
H A DDwarfParser.hpp443 uint8_t operand; in parseFDEInstructions() local
/freebsd-13.1/contrib/bc/src/
H A Dprogram.c1523 BcResult r, *operand; in bc_program_pushArray() local
1746 BcResult *operand; in bc_program_return() local
H A Dnum.c1307 BcNum *operand; in bc_num_m() local
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp92 NonLoc SValBuilder::makeNonLoc(const SymExpr *operand, in makeNonLoc()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp592 Value *operand = ii.getOperand(oi); in CanInterpret() local
H A DDWARFExpression.cpp2723 const Instruction::Operand &operand) { in MatchesOperand()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2455 ExprResult operand(ParseExpression()); in ParseObjCSynchronizedStmt() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h1582 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp2966 llvm::Value *operand = bitcast->getOperand(0); in emitARCOperationAfterCall() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4210 Sema::ActOnObjCAtSynchronizedOperand(SourceLocation atLoc, Expr *operand) { in ActOnObjCAtSynchronizedOperand()