Searched refs:P1 (Results 1 - 25 of 50) sorted by relevance

12

/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dia64-opc-a.c151 {"cmp.lt", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P1, P2, R2, R3}, EMPTY},
152 {"cmp.le", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P2, P1, R3, R2}, EMPTY},
153 {"cmp.gt", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P1, P2, R3, R2}, EMPTY},
154 {"cmp.ge", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P2, P1, R2, R3}, EMPTY},
155 {"cmp.lt.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P1, P2, R2, R3}, EMPTY},
156 {"cmp.le.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P2, P1, R3, R2}, EMPTY},
157 {"cmp.gt.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P1, P2, R3, R2}, EMPTY},
158 {"cmp.ge.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P2, P1, R2, R3}, EMPTY},
159 {"cmp.eq.and", A2, OpX2TbTaC (0xc, 0, 0, 1, 0), {P1, P2, R2, R3}, EMPTY},
160 {"cmp.ne.andcm", A2, OpX2TbTaC (0xc, 0, 0, 1, 0), {P1, P
[all...]
H A Dtic80-opc.c566 /* The 'P1' field at bits 6-5 in floating point instructions */
567 #define P1(x) ((x) << 5)
777 {"fadd.ddd", OP_REG(0x3E0) | PD(1) | P2(1) | P1(1), MASK_REG | PD(3) | P2(3) | P1(3), 0, {REG_0_E, REG_22_E, REG_DEST_E} },
778 {"fadd.dsd", OP_REG(0x3E0) | PD(1) | P2(0) | P1(1), MASK_REG | PD(3) | P2(3) | P1(3), 0, {REG_0_E, REG_22, REG_DEST_E} },
779 {"fadd.sdd", OP_LI(0x3E1) | PD(1) | P2(1) | P1(0), MASK_LI | PD(3) | P2(3) | P1(3), 0, {SPFI, REG_22_E, REG_DEST_E} },
780 {"fadd.sdd", OP_REG(0x3E0) | PD(1) | P2(1) | P1(0), MASK_REG | PD(3) | P2(3) | P1(
564 #define P1 macro
[all...]
H A Dia64-opc-f.c309 {"fcmp.eq.s0", f2, OpRaRbTaSf (4, 0, 0, 0, 0), {P1, P2, F2, F3}, EMPTY},
310 {"fcmp.eq", f2, OpRaRbTaSf (4, 0, 0, 0, 0), {P1, P2, F2, F3}, PSEUDO, 0, NULL},
311 {"fcmp.eq.s1", f2, OpRaRbTaSf (4, 0, 0, 0, 1), {P1, P2, F2, F3}, EMPTY},
312 {"fcmp.eq.s2", f2, OpRaRbTaSf (4, 0, 0, 0, 2), {P1, P2, F2, F3}, EMPTY},
313 {"fcmp.eq.s3", f2, OpRaRbTaSf (4, 0, 0, 0, 3), {P1, P2, F2, F3}, EMPTY},
314 {"fcmp.lt.s0", f2, OpRaRbTaSf (4, 0, 1, 0, 0), {P1, P2, F2, F3}, EMPTY},
315 {"fcmp.lt", f2, OpRaRbTaSf (4, 0, 1, 0, 0), {P1, P2, F2, F3}, PSEUDO, 0, NULL},
316 {"fcmp.lt.s1", f2, OpRaRbTaSf (4, 0, 1, 0, 1), {P1, P2, F2, F3}, EMPTY},
317 {"fcmp.lt.s2", f2, OpRaRbTaSf (4, 0, 1, 0, 2), {P1, P2, F2, F3}, EMPTY},
318 {"fcmp.lt.s3", f2, OpRaRbTaSf (4, 0, 1, 0, 3), {P1, P
[all...]
H A Dia64-opc-i.c174 I2, OpX2TaTbYaXcC (5, 0, a, b, 1, 1, c), {P1, P2, IMMU5b}, EMPTY
176 I2, OpX2TaTbYaXcC (5, 0, a, b, 1, 1, c), {P2, P1, IMMU5b}, PSEUDO, 0, NULL
196 I2, OpX2TaTbYaC (5, 0, a, b, c, d), {P1, P2, R3, POS6}, EMPTY
198 I2, OpX2TaTbYaC (5, 0, a, b, c, d), {P2, P1, R3, POS6}, PSEUDO, 0, NULL
218 I2, OpX2TaTbYaC (5, 0, a, b, c, d), {P1, P2, R3}, EMPTY
220 I2, OpX2TaTbYaC (5, 0, a, b, c, d), {P2, P1, R3}, PSEUDO, 0, NULL
H A Dia64-opc.h68 #define P1 IA64_OPND_P1 macro
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DFunctional.h103 template<typename R, typename P1>
104 class FunctionWrapper<R (*)(P1)> {
109 explicit FunctionWrapper(R (*function)(P1))
114 R operator()(P1 p1)
120 R (*m_function)(P1);
123 template<typename R, typename P1, typename P2>
124 class FunctionWrapper<R (*)(P1, P2)> {
129 explicit FunctionWrapper(R (*function)(P1, P2))
134 R operator()(P1 p1, P2 p2)
140 R (*m_function)(P1, P
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DAsyncTask.h76 template<typename T, typename P1, typename MP1>
80 const P1& parameter1)
85 WebCore::CrossThreadCopier<P1>::copy(parameter1));
88 template<typename T, typename P1, typename MP1, typename P2, typename MP2>
92 const P1& parameter1,
98 WebCore::CrossThreadCopier<P1>::copy(parameter1),
103 template<typename T, typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3>
107 const P1& parameter1,
114 WebCore::CrossThreadCopier<P1>::copy(parameter1),
119 template<typename T, typename P1, typenam
[all...]
/macosx-10.10.1/apr-32/apr/apr/test/
H A Dtestpath.c32 #define P1 "first path" macro
38 static const char *parts_in[] = { P1, P2, P3, PX, P4, P5 };
39 static const char *path_in = P1 PSEP P2 PSEP P3 PSEP PX PSEP P4 PSEP P5;
42 static const char *parts_out[] = { P1, P2, P3, P4, P5 };
43 static const char *path_out = P1 PSEP P2 PSEP P3 PSEP P4 PSEP P5;
/macosx-10.10.1/OpenSSL098-52/src/VMS/
H A Dopenssl_utils.com12 $! Always define OPENSSL. Others are optional (non-null P1).
16 $ IF (P1 .NES. "")
H A Dinstall.com6 $! P1 root of the directory tree
8 $ IF P1 .EQS. ""
23 $ ROOT = F$PARSE(P1,"[]A.;0",,,"SYNTAX_ONLY,NO_CONCEAL") - "A.;0"
49 $ WRITE SF "$! P1 a qualifier to DEFINE. For example ""/SYSTEM"" to get the logical names"
59 $ WRITE SF "$ DEFINE/NOLOG'P1 SSLROOT ",ROOT,".] /TRANS=CONC"
60 $ WRITE SF "$ DEFINE/NOLOG'P1 SSLLIB SSLROOT:['ARCH'_LIB]"
61 $ WRITE SF "$ DEFINE/NOLOG'P1 SSLINCLUDE SSLROOT:[INCLUDE]"
62 $ WRITE SF "$ DEFINE/NOLOG'P1 SSLEXE SSLROOT:['ARCH'_EXE]"
63 $ WRITE SF "$ DEFINE/NOLOG'P1 SSLCERTS SSLROOT:[CERTS]"
64 $ WRITE SF "$ DEFINE/NOLOG'P1 SSLPRIVAT
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DVariadicFunction.h201 ResultT operator()(Param0T P0, Param1T P1) const {
202 return Func(P0, P1, ArrayRef<const ArgT *>());
206 ResultT operator()(Param0T P0, Param1T P1, \
209 return Func(P0, P1, makeArrayRef(Args)); \
250 ResultT operator()(Param0T P0, Param1T P1, Param2T P2) const { argument
251 return Func(P0, P1, P2, ArrayRef<const ArgT *>());
255 ResultT operator()(Param0T P0, Param1T P1, Param2T P2, \
258 return Func(P0, P1, P2, makeArrayRef(Args)); \
H A DSTLExtras.h241 inline int array_pod_sort_comparator(const void *P1, const void *P2) { argument
242 if (*reinterpret_cast<const T*>(P1) < *reinterpret_cast<const T*>(P2))
244 if (*reinterpret_cast<const T*>(P2) < *reinterpret_cast<const T*>(P1))
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Dinstall.com6 $! P1 root of the directory tree
9 $ IF P1 .EQS. ""
25 $ ROOT = F$PARSE(P1,"[]A.;0",,,"SYNTAX_ONLY,NO_CONCEAL") - "A.;0"
H A Dmakeapps.com19 $! Specify DEBUG or NODEBUG as P1 to compile with or without debugger
512 $! Check To See If P1 Is Blank.
514 $ IF (P1.EQS."NODEBUG")
517 $! P1 Is NODEBUG, So Compile Without Debugger Information.
532 $ IF (P1.EQS."DEBUG")
548 $ WRITE SYS$OUTPUT "The Option ",P1," Is Invalid. The Valid Options Are:"
562 $! End The P1 Check.
/macosx-10.10.1/OpenSSL098-52/src/fips/
H A Dinstall.com6 $! P1 root of the directory tree
8 $ IF P1 .EQS. ""
23 $ ROOT = F$PARSE(P1,"[]A.;0",,,"SYNTAX_ONLY,NO_CONCEAL") - "A.;0"
/macosx-10.10.1/OpenSSL098-52/src/crypto/des/
H A Ddes-lib.com651 $ IF (P1.EQS."ALL")
654 $! P1 Is "ALL", So Build Everything.
662 $! Else, Check To See If P1 Has A Valid Arguement.
664 $ IF (P1.EQS."LIBRARY").OR.(P1.EQS."DESTEST").OR.(P1.EQS."SPEED") -
665 .OR.(P1.EQS."RPW").OR.(P1.EQS."DES").OR.(P1.EQS."DES_OPTS")
670 $ BUILDALL = P1
[all...]
/macosx-10.10.1/OpenSSL098-52/src/
H A Dinstall.com6 $! P1 root of the directory tree
12 $ IF P1 .EQS. ""
28 $ ROOT = F$PARSE(P1,"[]A.;0",,,"SYNTAX_ONLY,NO_CONCEAL") - "A.;0"
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dinstall.com6 $! P1 root of the directory tree
8 $ IF P1 .EQS. ""
24 $ ROOT = F$PARSE(P1,"[]A.;0",,,"SYNTAX_ONLY,NO_CONCEAL") - "A.;0"
/macosx-10.10.1/llvmCore-3425.0.34/tools/opt/
H A DAnalysisWrappers.cpp73 P1("print-externalfnconstants",
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A DDebugServices.h705 #define check_ptr_overlap( P1, P1_SIZE, P2, P2_SIZE ) \
708 check( !( ( (uintptr_t)( P1 ) >= (uintptr_t)( P2 ) ) && \
709 ( (uintptr_t)( P1 ) < ( ( (uintptr_t)( P2 ) ) + ( P2_SIZE ) ) ) ) ); \
710 check( !( ( (uintptr_t)( P2 ) >= (uintptr_t)( P1 ) ) && \
711 ( (uintptr_t)( P2 ) < ( ( (uintptr_t)( P1 ) ) + ( P1_SIZE ) ) ) ) ); \
1258 #define DebugLogMsg( LEVEL, FORMAT, P1, P2, P3, P4, P5, P6 ) \
1263 logMsg( ( FORMAT ), ( P1 ), ( P2 ), ( P3 ), ( P4 ), ( P5 ), ( P6 ) ); \
1268 #define DebugLogMsg( LEVEL, FORMAT, P1, P2, P3, P4, P5, P6 )
/macosx-10.10.1/OpenSSL098-52/src/crypto/
H A Dcrypto-lib.com18 $! Specify the following as P1 to build just that part or ALL to just
759 $! Check To See If P1 Is Blank.
761 $ IF (P1.EQS."ALL")
764 $! P1 Is Blank, So Build Everything.
772 $! Else, Check To See If P1 Has A Valid Arguement.
774 $ IF (P1.EQS."LIBRARY").OR.(P1.EQS."APPS")
779 $ BUILDALL = P1
788 $ WRITE SYS$OUTPUT "The Option ",P1," Is Invalid. The Valid Options Are:"
809 $! End The P1 Chec
[all...]
H A Dinstall.com8 $! P1 root of the directory tree
10 $ IF P1 .EQS. ""
26 $ ROOT = F$PARSE(P1,"[]A.;0",,,"SYNTAX_ONLY,NO_CONCEAL") - "A.;0"
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dtestca.com52 $ deltree: subroutine ! P1 is a name of a directory
H A Dtests.com3 $! P1 tests to be performed. Empty means all.
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/vms/tools/
H A Dmakevms.com53 $ IF P1.EQS."DEBUG"

Completed in 347 milliseconds

12