Home
last modified time | relevance | path

Searched refs:PTR (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm88 mov eax, DWORD PTR _mode$[ebp]
89 mov ecx, DWORD PTR _mode2$[ebp]
92 mov edi, DWORD PTR _p$[ebp]
93 mov DWORD PTR _eax$[ edi ], eax
94 mov DWORD PTR _ebx$[ edi ], ebx
95 mov DWORD PTR _ecx$[ edi ], ecx
96 mov DWORD PTR _edx$[ edi ], edx
122 mov eax, DWORD PTR _d$[esp]
123 mov ecx, DWORD PTR _p$[esp]
124 lock xadd DWORD PTR [ecx], eax
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h38 #define PTR(CLASS) typename Ptr<CLASS>::type macro
44 void VisitDeclRefExpr(PTR(DeclRefExpr) E) { } in VisitDeclRefExpr()
45 void VisitOffsetOfExpr(PTR(OffsetOfExpr) E) { } in VisitOffsetOfExpr()
46 void VisitUnaryExprOrTypeTraitExpr(PTR(UnaryExprOrTypeTraitExpr) E) { } in VisitUnaryExprOrTypeTraitExpr()
47 void VisitExpressionTraitExpr(PTR(ExpressionTraitExpr) E) { } in VisitExpressionTraitExpr()
48 void VisitBlockExpr(PTR(BlockExpr) E) { } in VisitBlockExpr()
49 void VisitCXXUuidofExpr(PTR(CXXUuidofExpr) E) { } in VisitCXXUuidofExpr()
50 void VisitCXXNoexceptExpr(PTR(CXXNoexceptExpr) E) { } in VisitCXXNoexceptExpr()
52 void VisitMemberExpr(PTR(MemberExpr) E) { in VisitMemberExpr()
57 void VisitChooseExpr(PTR(ChooseExpr) E) { in VisitChooseExpr()
[all …]
H A DAttrVisitor.h27 #define PTR(CLASS) typename Ptr<CLASS>::type macro
29 return static_cast<ImplClass *>(this)->Visit##NAME(static_cast<PTR(NAME)>(A))
31 RetTy Visit(PTR(Attr) A) { in Visit()
45 RetTy Visit##NAME##Attr(PTR(NAME##Attr) A) { DISPATCH(Attr); }
48 RetTy VisitAttr(PTR(Attr)) { return RetTy(); } in VisitAttr()
50 #undef PTR
H A DDeclVisitor.h33 #define PTR(CLASS) typename Ptr<CLASS>::type macro
35 return static_cast<ImplClass*>(this)->Visit##NAME(static_cast<PTR(CLASS)>(D))
37 RetTy Visit(PTR(Decl) D) { in Visit()
50 RetTy Visit##DERIVED##Decl(PTR(DERIVED##Decl) D) { DISPATCH(BASE, BASE); }
53 RetTy VisitDecl(PTR(Decl) D) { return RetTy(); } in VisitDecl()
55 #undef PTR
H A DStmtVisitor.h39 #define PTR(CLASS) typename Ptr<CLASS>::type macro
42 static_cast<PTR(CLASS)>(S), std::forward<ParamTys>(P)...)
44 RetTy Visit(PTR(Stmt) S, ParamTys... P) { in Visit()
48 if (PTR(BinaryOperator) BinOp = dyn_cast<BinaryOperator>(S)) { in Visit()
86 } else if (PTR(UnaryOperator) UnOp = dyn_cast<UnaryOperator>(S)) { in Visit()
118 RetTy Visit ## CLASS(PTR(CLASS) S, ParamTys... P) { DISPATCH(PARENT, PARENT); }
124 RetTy VisitBin ## NAME(PTR(BinaryOperator) S, ParamTys... P) { \
146 RetTy VisitBin ## NAME(PTR(CompoundAssignOperator) S, ParamTys... P) { \ in BINOP_FALLBACK()
158 RetTy VisitUnary ## NAME(PTR(UnaryOperator) S, ParamTys... P) { \
172 RetTy VisitStmt(PTR(Stmt) Node, ParamTys... P) { return RetTy(); }
[all …]
H A DOpenMPClause.h8848 #define PTR(CLASS) Ptr<CLASS> macro
8850 return static_cast<ImplClass*>(this)->Visit##CLASS(static_cast<PTR(CLASS)>(S))
8854 RetTy Visit##Class(PTR(Class) S) { DISPATCH(Class); }
8857 RetTy Visit(PTR(OMPClause) S) { in Visit()
8863 return Visit##Class(static_cast<PTR(Class)>(S)); in Visit()
8871 RetTy VisitOMPClause(PTR(OMPClause) Node) { return RetTy(); } in VisitOMPClause()
8872 #undef PTR
/freebsd/contrib/bsnmp/snmpd/
H A Dsnmpmod.h66 #define INSERT_OBJECT_OID_LINK_INDEX_TYPE(PTR, LIST, LINK, INDEX, SUBF) do {\ argument
67 typedef __typeof ((PTR)->SUBF) _subf_type; \
71 if (asn_compare_oid(&_lelem->INDEX, &(PTR)->SUBF.INDEX) > 0)\
74 TAILQ_INSERT_TAIL((LIST), &(PTR)->SUBF, LINK); \
76 TAILQ_INSERT_BEFORE(_lelem, &(PTR)->SUBF, LINK); \
101 #define INSERT_OBJECT_OID_LINK_INDEX(PTR, LIST, LINK, INDEX) do { \ argument
102 __typeof (PTR) _lelem; \
105 if (asn_compare_oid(&_lelem->INDEX, &(PTR)->INDEX) > 0) \
108 TAILQ_INSERT_TAIL((LIST), (PTR), LINK); \
110 TAILQ_INSERT_BEFORE(_lelem, (PTR), LINK); \
[all …]
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S78 #define PTR %rcx macro
81 #define PTR %rdi macro
86 movq %rax, (PTR)
87 movq %rbx, 8(PTR)
88 movq %rcx, 16(PTR)
89 movq %rdx, 24(PTR)
90 movq %rdi, 32(PTR)
91 movq %rsi, 40(PTR)
92 movq %rbp, 48(PTR)
93 movq %rsp, 56(PTR)
[all …]
/freebsd/sys/dev/qat/qat_api/common/utils/
H A Dlac_lock_free_stack.h20 PTR(const uintptr_t addr48) in PTR() function
42 next = PTR(old_top.ptr); in pop()
63 val->pNext = PTR(old_top.ptr); in push()
82 lac_mem_blk_t *next = PTR(old_top.ptr); in top()
/freebsd/sys/contrib/vchiq/interface/compat/
H A Dlist.h201 #define list_entry(PTR, TYPE, FIELD) container_of(PTR, TYPE, FIELD) argument
202 #define list_first_entry(PTR, TYPE, FIELD) \ argument
203 list_entry(list_first((PTR)), TYPE, FIELD)
204 #define list_last_entry(PTR, TYPE, FIELD) \ argument
205 list_entry(list_last((PTR)), TYPE, FIELD)
/freebsd/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl81 my $PTR=" PTR";
96 elsif ($flavour eq "nasm") { $gas=0; $elf=0; $nasm=$nasmref; $win64=1; $decor="\$L\$"; $PTR=""; }
99 { $nasm = $1 + $2*0.01; $PTR=""; }
222 $self->{op} = "mov rdi,QWORD$PTR\[8+rsp\]\t;WIN64 epilogue\n\t".
223 "mov rsi,QWORD$PTR\[16+rsp\]\n\t";
277 my %szmap = ( b=>"BYTE$PTR", w=>"WORD$PTR",
278 l=>"DWORD$PTR", d=>"DWORD$PTR",
279 q=>"QWORD$PTR", o=>"OWORD$PTR",
280 x=>"XMMWORD$PTR", y=>"YMMWORD$PTR",
474 $func .= " mov QWORD$PTR\[8+rsp\],rdi\t;WIN64 prologue\n";
[all …]
H A Dx86masm.pl26 if ($opcode =~ /lea/ && @arg[1] =~ s/.*PTR\s+(\(.*\))$/OFFSET $1/) # no []
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.h76 void setPassesToRun(const std::vector<std::string> &PTR) { in addPass()
77 PassesToRun = PTR; in setPassesToRun() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.def19 HANDLE_BTF_KIND(2, PTR)
/freebsd/sys/dev/smc/
H A Dif_smcreg.h179 #define PTR 0x6 macro
H A Dif_smc.c628 smc_write_2(sc, PTR, 0 | PTR_AUTO_INCR); in smc_task_tx()
722 smc_write_2(sc, PTR, 0 | PTR_READ | PTR_RCV | PTR_AUTO_INCR); in smc_task_rx()
758 smc_write_2(sc, PTR, 4 | PTR_READ | PTR_RCV | PTR_AUTO_INCR); in smc_task_rx()
879 smc_write_2(sc, PTR, 0 | PTR_READ | in smc_task_intr()
/freebsd/contrib/unbound/doc/
H A Dcontrol_proto_spec.txt47 removes the A, AAAA, NS, SOA, CNAME, DNAME, MX, PTR, SRV, NAPTR types.
H A DTODO23 o library add convenience functions for A, AAAA, PTR, getaddrinfo, libresolve.
H A Dexample.conf.in904 # Shorthand to make PTR records, "IPv4 name" or "IPv6 name".
905 # You can also add PTR records using local-data directly, but then
/freebsd/contrib/tcp_wrappers/
H A DREADME.NIS32 And of course there are PTR records in zones 210.155.131.in-addr.arpa
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips.td26 // Predicates for the PTR size such as IsPTR64bit
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFragments.td18 // RES = op PTR, PASSTHRU, COND, EFLAGS
22 // op VAL, PTR, COND, EFLAGS
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-P2P515 # AFP Over TCP (PTR)
520 # IP Printing over TCP (PTR) (RDATA=MyPrinter._ipp._tcp.local.)
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h4576 LLVMValueRef PTR, LLVMValueRef Val,
/freebsd/contrib/sendmail/cf/cf/
H A Dsubmit.cf1190 R<TEMP> $#TEMP $@ 4.4.0 $: "450 Relaying temporarily denied. Cannot resolve PTR record for " $&{c…

12