Searched refs:P7 (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ia64/
H A Dunwind-ok.d13 [[:space:]]*P7:spill_base\(pspoff=0x10-0x10\)
45 [[:space:]]*P7:spill_base\(pspoff=0x10-0x10\)
128 [[:space:]]*P7:spill_base\(pspoff=0x10-0x10\)
138 [[:space:]]*P7:mem_stack_f\(t=0,size=0\)
144 [[:space:]]*P7:mem_stack_v\(t=0\)
150 [[:space:]]*P7:fpsr_when\(t=3\)
152 [[:space:]]*P7:lc_when\(t=4\)
154 [[:space:]]*P7:pfs_when\(t=5\)
158 [[:space:]]*P7:unat_when\(t=7\)
160 [[:space:]]*P7
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/ia64/unwind/
H A Dstackframe.c133 strc[rec_cnt].type = P7;
339 case P7:
341 switch(rchain->udesc.P7.r) {
344 printf("t = %ld, ", rchain->udesc.P7.t);
345 printf("size = %ld) \n", rchain->udesc.P7.size);
349 printf("t = %ld) \n", rchain->udesc.P7.t);
353 printf("pspoff = %ld) \n", rchain->udesc.P7.t);
357 printf("spoff = %ld) \n", rchain->udesc.P7.t);
361 printf("t = %ld) \n", rchain->udesc.P7.t);
365 printf("pspoff = %ld) \n", rchain->udesc.P7
[all...]
H A Ddecode.c159 uwd->P7.r = (buf[0] & 0x0f);
163 buf = unwind_decode_ule128(buf, &uwd->P7.t);
164 if (uwd->P7.r == 0) /* memstack_f */
165 buf = unwind_decode_ule128(buf, &uwd->P7.size);
H A Ddecode.h173 struct unwind_desc_P7 P7; member in union:unwind_desc
191 P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, enumerator in enum:record_type
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dva-arg-24.c46 #define P7 P(7) macro
76 TCASE(7, p0 p1 p2 p3 p4 p5 p6 p7 , P0 P1 P2 P3 P4 P5 P6 P7 )
77 TCASE(8, p0 p1 p2 p3 p4 p5 p6 p7 p8 , P0 P1 P2 P3 P4 P5 P6 P7 P8 )
78 TCASE(9, p0 p1 p2 p3 p4 p5 p6 p7 p8 p9, P0 P1 P2 P3 P4 P5 P6 P7 P8 P9)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A Dva-arg-24.c46 #define P7 P(7) macro
76 TCASE(7, p0 p1 p2 p3 p4 p5 p6 p7 , P0 P1 P2 P3 P4 P5 P6 P7 )
77 TCASE(8, p0 p1 p2 p3 p4 p5 p6 p7 p8 , P0 P1 P2 P3 P4 P5 P6 P7 P8 )
78 TCASE(9, p0 p1 p2 p3 p4 p5 p6 p7 p8 p9, P0 P1 P2 P3 P4 P5 P6 P7 P8 P9)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dunwind-ia64.c1279 UNW_DEC_MEM_STACK_F(P7, t, size, arg);
1282 case 1: UNW_DEC_MEM_STACK_V(P7, t, arg); break;
1283 case 2: UNW_DEC_SPILL_BASE(P7, t, arg); break;
1284 case 3: UNW_DEC_REG_SPREL(P7, UNW_REG_PSP, t, arg); break;
1285 case 4: UNW_DEC_REG_WHEN(P7, UNW_REG_RP, t, arg); break;
1286 case 5: UNW_DEC_REG_PSPREL(P7, UNW_REG_RP, t, arg); break;
1287 case 6: UNW_DEC_REG_WHEN(P7, UNW_REG_PFS, t, arg); break;
1288 case 7: UNW_DEC_REG_PSPREL(P7, UNW_REG_PFS, t, arg); break;
1289 case 8: UNW_DEC_REG_WHEN(P7, UNW_REG_PR, t, arg); break;
1290 case 9: UNW_DEC_REG_PSPREL(P7, UNW_REG_P
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dunwind-ia64.c1274 UNW_DEC_MEM_STACK_F(P7, t, size, arg);
1277 case 1: UNW_DEC_MEM_STACK_V(P7, t, arg); break;
1278 case 2: UNW_DEC_SPILL_BASE(P7, t, arg); break;
1279 case 3: UNW_DEC_REG_SPREL(P7, UNW_REG_PSP, t, arg); break;
1280 case 4: UNW_DEC_REG_WHEN(P7, UNW_REG_RP, t, arg); break;
1281 case 5: UNW_DEC_REG_PSPREL(P7, UNW_REG_RP, t, arg); break;
1282 case 6: UNW_DEC_REG_WHEN(P7, UNW_REG_PFS, t, arg); break;
1283 case 7: UNW_DEC_REG_PSPREL(P7, UNW_REG_PFS, t, arg); break;
1284 case 8: UNW_DEC_REG_WHEN(P7, UNW_REG_PR, t, arg); break;
1285 case 9: UNW_DEC_REG_PSPREL(P7, UNW_REG_P
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/
H A Dcrypto-lib.com50 $! P7, if defined, specifies the C pointer size. Ignored on VAX.
981 $! Check P7 (POINTER_SIZE).
983 $ IF (P7 .NES. "") .AND. (ARCH .NES. "VAX")
986 $ IF (P7 .EQS. "32")
990 $ POINTER_SIZE = F$EDIT( P7, "COLLAPSE, UPCASE")
1003 $ WRITE SYS$OUTPUT "The Option ", P7, -
1026 $! End The P7 (POINTER_SIZE) Check.
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/engines/
H A Dmakeengines.com31 $! P7, if defined, specifies the C pointer size. Ignored on VAX.
112 $ OPT_POINTER_SIZE = P7
606 $! Check OPT_POINTER_SIZE (P7).
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Dmakeapps.com53 $! P7, if defined, specifies a directory where ZLIB files (zlib.h,
782 $ ZLIB = P7
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/
H A Dmakevms.com72 $! P7, if defined, specifies a directory where ZLIB files (zlib.h,
1481 $ ZLIB = P7
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Dssl-lib.com56 $! P7, if defined, specifies a directory where ZLIB files (zlib.h,
866 $ ZLIB = P7
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/modes/
H A Dgcm128.c1633 *P7=NULL, local

Completed in 211 milliseconds