Searched refs:SUB (Results 1 - 25 of 57) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/appendix-a/
H A Da.28.1.f903 SUBROUTINE SUB() subroutine
6 END SUBROUTINE SUB
12 CALL SUB()
H A Da.28.2.f908 CALL SUB()
11 SUBROUTINE SUB() subroutine in program:A28_2
15 END SUBROUTINE SUB
H A Da.4.1.f9010 SUBROUTINE SUB(X, NPOINTS) subroutine
25 END SUBROUTINE SUB
28 CALL SUB(ARRAY, 10000)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic54x/
H A Dall-opcodes.s[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dascii.h69 #define SUB 26 macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-data-ref.h184 #define SUB_CONFLICTS_IN_A(SUB) SUB->conflicting_iterations_in_a
185 #define SUB_CONFLICTS_IN_B(SUB) SUB->conflicting_iterations_in_b
186 #define SUB_LAST_CONFLICT(SUB) SUB->last_conflict
187 #define SUB_DISTANCE(SUB) SUB->distance
H A Dgcov-io.h363 /* Return nonzero if SUB is an immediate subtag of TAG. */
364 #define GCOV_TAG_IS_SUBTAG(TAG,SUB) \
365 (GCOV_TAG_MASK (TAG) >> 8 == GCOV_TAG_MASK (SUB) \
366 && !(((SUB) ^ (TAG)) & ~GCOV_TAG_MASK(TAG)))
368 /* Return nonzero if SUB is at a sublevel to TAG. */
369 #define GCOV_TAG_IS_SUBLEVEL(TAG,SUB) \
370 (GCOV_TAG_MASK (TAG) > GCOV_TAG_MASK (SUB))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/picochip/libgccExtras/
H A Dudivmodsi4.asm39 SUB.0 R3,R1,r15 \ STL R[13:12],(FP)-1
41 =-> SUB.0 R2,1,r15 \ STL R[11:10],(FP)-3
46 =-> SUB.0 R3,0,r15
54 SUB.0 R3,R1,r15
56 =-> SUB.0 R2,R0,r15 // Must be set in delay slot, so ready by _L9
60 =-> SUB.0 R2,1,r15
63 SUB.0 R2,R0,r15
65 =-> SUB.0 R1,R3,r15 // Set flags for branch at _L10
98 SUB.0 R0,R14,R14
103 SUB
[all...]
H A Dashrsi3.asm37 SUB.0 15,R2,r15
43 SUB.0 R2,0,r15
47 SUB.0 16,R2,R4 // R4 := R4 - R2 (HI)
56 SUB.0 16,R2,R5 // R5 := R5 - R2 (HI)
60 SUB.0 R2,16,r15 // R5 := R5 - R2 (HI)
H A Dcmpsi2.asm57 SUB.0 R1,R3,r15
60 =-> SUB.0 R3,R1,r15 \ COPY.1 0,R5
63 =-> SUB.0 R0,R2,r15 \ COPY.1 2,R5
66 =-> SUB.0 R2,R0,r15 \ COPY.1 0,R5
H A Ducmpsi2.asm55 SUB.0 R1,R3,r15
58 =-> SUB.0 R3,R1,r15 \ COPY.1 0,R5
61 =-> SUB.0 R0,R2,r15 \ COPY.1 2,R5
64 =-> SUB.0 R2,R0,r15 \ COPY.1 0,R5
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D950612-1.c8 SUB, enumerator in enum:__anon5318
42 case SUB:
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D950612-1.c8 SUB, enumerator in enum:__anon3674
42 case SUB:
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/devel/
H A Dtst-addsub.c25 #define SUB 2 macro
36 #if METHOD == SUB
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgcov-io.h371 /* Return nonzero if SUB is an immediate subtag of TAG. */
372 #define GCOV_TAG_IS_SUBTAG(TAG,SUB) \
373 (GCOV_TAG_MASK (TAG) >> 8 == GCOV_TAG_MASK (SUB) \
374 && !(((SUB) ^ (TAG)) & ~GCOV_TAG_MASK(TAG)))
376 /* Return nonzero if SUB is at a sublevel to TAG. */
377 #define GCOV_TAG_IS_SUBLEVEL(TAG,SUB) \
378 (GCOV_TAG_MASK (TAG) > GCOV_TAG_MASK (SUB))
H A Dtree-data-ref.h271 #define SUB_CONFLICTS_IN_A(SUB) SUB->conflicting_iterations_in_a
272 #define SUB_CONFLICTS_IN_B(SUB) SUB->conflicting_iterations_in_b
273 #define SUB_LAST_CONFLICT(SUB) SUB->last_conflict
274 #define SUB_DISTANCE(SUB) SUB->distance
/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dscsi_ctron_ether.h12 #define CTRON_ETHERCMD2(OP, SUB) {OP, SUB}
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dgroup-reloc-alu.s30 @ The following should cause the insns to be switched to SUB(S).
/netbsd-6-1-5-RELEASE/sys/arch/x68k/include/
H A Dkbdmap.h32 #define SUB 26 macro
/netbsd-6-1-5-RELEASE/sys/arch/x68k/usr.bin/loadkmap/
H A Dkbdmap.h29 #define SUB 26 macro
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dkbdmap.h62 #define SUB 26 macro
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/eqn/
H A Deqn.y45 %token SUB
111 %right SUB SUP
186 | simple SUB nonsup
188 | simple SUB simple SUP script
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dkbdmap.h58 #define SUB 26 macro
/netbsd-6-1-5-RELEASE/usr.bin/menuc/
H A Dparse.y58 %token <i_value> X Y W H NO BOX SUB HELP MENU NEXT EXIT ACTION ENDWIN OPTION
151 | NO SUB MENU { cur_menu->info->mopt &= ~MC_SUBMENU; }
152 | SUB MENU { cur_menu->info->mopt |= MC_SUBMENU; }
197 | SUB MENU NAME
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Drx-parse.h147 SUB = 363, enumerator in enum:yytokentype
262 #define SUB 363 macro

Completed in 216 milliseconds

123