Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dstdatomic.h247 #define atomic_fetch_add_explicit(object, operand, order) \ argument
249 #define atomic_fetch_and_explicit(object, operand, order) \ argument
251 #define atomic_fetch_or_explicit(object, operand, order) \ argument
253 #define atomic_fetch_sub_explicit(object, operand, order) \ argument
255 #define atomic_fetch_xor_explicit(object, operand, order) \ argument
272 #define atomic_fetch_add_explicit(object, operand, order) \ argument
274 #define atomic_fetch_and_explicit(object, operand, order) \ argument
276 #define atomic_fetch_or_explicit(object, operand, order) \ argument
278 #define atomic_fetch_sub_explicit(object, operand, order) \ argument
280 #define atomic_fetch_xor_explicit(object, operand, order) \ argument
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h156 #define atomic_fetch_add(object, operand) __c11_atomic_fetch_add(object, operand, __ATOMIC_SEQ_CST) argument
159 #define atomic_fetch_sub(object, operand) __c11_atomic_fetch_sub(object, operand, __ATOMIC_SEQ_CST) argument
162 #define atomic_fetch_or(object, operand) __c11_atomic_fetch_or(object, operand, __ATOMIC_SEQ_CST) argument
165 #define atomic_fetch_xor(object, operand) __c11_atomic_fetch_xor(object, operand, __ATOMIC_SEQ_CST) argument
168 #define atomic_fetch_and(object, operand) __c11_atomic_fetch_and(object, operand, __ATOMIC_SEQ_CST) argument
/freebsd/contrib/libpcap/
H A Dbpf_image.c135 const char *operand; in bpf_image() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp1990 const OperandSpecifier &operand, in translateImmediate()
2298 static bool translateRM(MCInst &mcInst, const OperandSpecifier &operand, in translateRM()
2364 static bool translateOperand(MCInst &mcInst, const OperandSpecifier &operand, in translateOperand()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h138 UnaryOpNode(OpType op_type, Node &operand) in UnaryOpNode()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp68 Node *operand = stack.pop_back_val(); in ParseOneExpression() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp1147 const uint64_t operand = in EmulateCBZ() local
1183 const uint64_t operand = in EmulateTBZ() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1225 GetBaseExplainingValue(const Instruction::Operand &operand, in GetBaseExplainingValue()
1288 GetBaseExplainingDereference(const Instruction::Operand &operand, in GetBaseExplainingDereference()
1335 for (const Instruction::Operand &operand : operands) { in GuessValueForAddress() local
/freebsd/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.c406 try_help (char const *reason_msgid, char const *operand) in try_help()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1085 Operand operand; ParseOperands() local
1137 for (const Operand &operand : operands) { ParseOperands() local
[all...]
/freebsd/contrib/llvm-project/libunwind/src/
H A DDwarfParser.hpp459 uint8_t operand; in parseFDEInstructions() local
/freebsd/contrib/bc/src/
H A Dprogram.c1672 BcResult* operand; in bc_program_pushArray() local
1887 BcResult* operand; in bc_program_return() local
H A Dnum.c1514 BcNum* operand; in bc_num_m() local
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp643 Value *operand = ii.getOperand(oi); in CanInterpret() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2519 ExprResult operand(ParseExpression()); in ParseObjCSynchronizedStmt() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp287 Expr *operand) { in ActOnObjCAtSynchronizedOperand()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp2988 llvm::Value *operand = bitcast->getOperand(0); in emitARCOperationAfterCall() local