Searched refs:TO (Results 1 - 25 of 168) sorted by relevance

1234567

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A D970625-2.f35 INTEGER REAL, GO TO PROGRAM, WHILE variable
43 CALL FUNCTION PROGRAM (ELSE IF, GO TO PROGRAM, THEN)
54 INTEGER INTEGER, STOP, RETURN, GO TO variable
55 ASSIGN 9 TO STOP
57 ASSIGN 7 TO RETURN
58 ASSIGN 9 TO GO TO
59 GO TO = 5
64 IF (LOGICAL.EQ.5) ASSIGN 5 TO IF
67 IF (ASSIGN.GT.STOP) ASSIGN 9 TO GOT
[all...]
H A D20010116.f30 IF ( ABS1(A(J,J-1))*TEMP2 .LE. TEMP ) GO TO 90
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/
H A D960317-1.f16 ASSIGN 101 TO JUMP
H A D20000629-1.f6 IF (BETA(IQ).EQ.0.0D0) GO TO 120
8 120 IF (IQ.NE.1) GO TO 160
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/
H A Dpr9258.f8 ASSIGN 20 TO M
13 ASSIGN 30 TO M
16 30 ASSIGN 10 TO M
/openbsd-current/gnu/gcc/gcc/
H A Dhard-reg-set.h76 These take two arguments TO and FROM; they read from FROM
77 and store into TO. COMPL_HARD_REG_SET complements each bit.
81 These take two arguments TO and FROM; they read from FROM
82 and combine bitwise into TO. Define also two variants
86 Also define GO_IF_HARD_REG_SUBSET (X, Y, TO):
87 if X is a subset of Y, go to TO.
99 #define CLEAR_HARD_REG_SET(TO) ((TO) = HARD_CONST (0))
100 #define SET_HARD_REG_SET(TO) ((TO)
[all...]
H A Dexpr.h126 /* Add the value of the tree INC to the `struct args_size' TO. */
128 #define ADD_PARM_SIZE(TO, INC) \
132 (TO).constant += tree_low_cst (inc, 0); \
133 else if ((TO).var == 0) \
134 (TO).var = fold_convert (ssizetype, inc); \
136 (TO).var = size_binop (PLUS_EXPR, (TO).var, \
140 #define SUB_PARM_SIZE(TO, DEC) \
144 (TO).constant -= tree_low_cst (dec, 0); \
145 else if ((TO)
[all...]
H A Dbasic-block.h53 #define COPY_REG_SET(TO, FROM) bitmap_copy (TO, FROM)
59 #define AND_REG_SET(TO, FROM) bitmap_and_into (TO, FROM)
62 #define AND_COMPL_REG_SET(TO, FROM) bitmap_and_compl_into (TO, FROM)
65 #define IOR_REG_SET(TO, FROM) bitmap_ior_into (TO, FROM)
68 #define XOR_REG_SET(TO, FROM) bitmap_xor_into (TO, FRO
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dhard-reg-set.h74 These take two arguments TO and FROM; they read from FROM
75 and store into TO. COMPL_HARD_REG_SET complements each bit.
79 These take two arguments TO and FROM; they read from FROM
80 and combine bitwise into TO. Define also two variants
84 Also define GO_IF_HARD_REG_SUBSET (X, Y, TO):
85 if X is a subset of Y, go to TO.
97 #define CLEAR_HARD_REG_SET(TO) ((TO) = HARD_CONST (0))
98 #define SET_HARD_REG_SET(TO) ((TO)
[all...]
H A Dbasic-block.h43 #define COPY_REG_SET(TO, FROM) bitmap_copy (TO, FROM)
49 #define AND_REG_SET(TO, FROM) bitmap_operation (TO, TO, FROM, BITMAP_AND)
52 #define AND_COMPL_REG_SET(TO, FROM) \
53 bitmap_operation (TO, TO, FROM, BITMAP_AND_COMPL)
56 #define IOR_REG_SET(TO, FROM) bitmap_operation (TO, T
[all...]
H A Dexpr.h83 /* Add the value of the tree INC to the `struct args_size' TO. */
85 #define ADD_PARM_SIZE(TO, INC) \
89 (TO).constant += tree_low_cst (inc, 0); \
90 else if ((TO).var == 0) \
91 (TO).var = convert (ssizetype, inc); \
93 (TO).var = size_binop (PLUS_EXPR, (TO).var, \
97 #define SUB_PARM_SIZE(TO, DEC) \
101 (TO).constant -= tree_low_cst (dec, 0); \
102 else if ((TO)
[all...]
/openbsd-current/gnu/gcc/gcc/config/pa/
H A Dpa64-linux.h33 replace register number FROM with register number TO. The frame pointer
36 #define CAN_ELIMINATE(FROM, TO) 1
42 #define INITIAL_ELIMINATION_OFFSET(FROM, TO, OFFSET) \
48 if ((TO) == FRAME_POINTER_REGNUM \
55 gcc_assert ((TO) == STACK_POINTER_REGNUM); \
H A Dfptr.c49 #define GET_FIELD(X, FROM, TO) \
50 ((X) >> (31 - (TO)) & ((1 << ((TO) - (FROM) + 1)) - 1))
H A Dpa64-regs.h254 #define CANNOT_CHANGE_MODE_CLASS(FROM, TO, CLASS) \
255 ((FROM) == SImode && GET_MODE_SIZE (FROM) != GET_MODE_SIZE (TO) \
/openbsd-current/gnu/usr.bin/gcc/gcc/config/pa/
H A Dpa64-linux.h33 replace register number FROM with register number TO. The frame pointer
36 #define CAN_ELIMINATE(FROM, TO) 1
42 #define INITIAL_ELIMINATION_OFFSET(FROM, TO, OFFSET) \
48 if ((TO) == FRAME_POINTER_REGNUM \
55 if ((TO) != STACK_POINTER_REGNUM) \
H A Dfptr.c40 #define GET_FIELD(X, FROM, TO) \
41 ((X) >> (31 - (TO)) & ((1 << ((TO) - (FROM) + 1)) - 1))
H A Dpa64-regs.h241 #define CANNOT_CHANGE_MODE_CLASS(FROM, TO, CLASS) \
242 ((FROM) == SImode && GET_MODE_SIZE (FROM) != GET_MODE_SIZE (TO) \
/openbsd-current/regress/sys/netinet/ipsec/
H A Dipsec.conf6 TO="to"
15 $FROM $SRC_ESP_TRANSP_IPV4 $TO $IPS_ESP_TRANSP_IPV4 \
19 $FROM $SRC_ESP_TRANSP_IPV6 $TO $IPS_ESP_TRANSP_IPV6 \
40 $FROM $SRC_ESP_TUNNEL_IPV4/24 $TO $IPS_ESP_TUNNEL4_IPV4/24 \
44 $FROM $SRC_ESP_TUNNEL_IPV6/64 $TO $IPS_ESP_TUNNEL4_IPV6/64 \
49 $FROM $SRC_ESP_TUNNEL_IPV4/24 $TO $IPS_IN_IPV4 \
54 $FROM $SRC_ESP_TUNNEL_IPV4/24 $TO $IPS_ESP_TUNNEL6_IPV4/24 \
58 $FROM $SRC_ESP_TUNNEL_IPV6/64 $TO $IPS_ESP_TUNNEL6_IPV6/64 \
63 $FROM $SRC_ESP_TUNNEL_IPV6/64 $TO $IPS_IN_IPV6 \
70 $FROM $SRC_ESP_TUNNEL_IPV4/24 $TO
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/File/
H A DCompare.pm26 local (*FROM, *TO);
47 *TO = *$to;
49 *TO = $to;
51 open(TO,"<",$to) or goto fail_open2;
52 binmode TO unless $text_mode;
58 goto fail_inner if $fromsize != -s TO;
65 goto fail_inner unless defined($tline = <TO>);
73 goto fail_inner if defined($tline = <TO>);
77 $size = $fromsize || -s TO || 0;
85 unless (defined($tr = read(TO,
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCTargetDesc.h41 const llvm::MCTargetOptions &TO);
/openbsd-current/gnu/gcc/gcc/config/crx/
H A Dcrx.h290 #define CAN_ELIMINATE(FROM, TO) \
291 ((TO) == STACK_POINTER_REGNUM ? ! frame_pointer_needed : 1)
293 #define INITIAL_ELIMINATION_OFFSET(FROM, TO, OFFSET) \
295 (OFFSET) = crx_initial_elimination_offset ((FROM), (TO)); \
426 #define REGISTER_MOVE_COST(MODE, FROM, TO) ((TO != GENERAL_REGS) ? 8 : 2)
/openbsd-current/gnu/gcc/gcc/config/s390/
H A Ds390.h366 #define HARD_REGNO_RENAME_OK(FROM, TO) \
367 s390_hard_regno_rename_ok (FROM, TO)
383 #define CANNOT_CHANGE_MODE_CLASS(FROM, TO, CLASS) \
384 (GET_MODE_SIZE (FROM) != GET_MODE_SIZE (TO) \
386 && (GET_MODE_SIZE (FROM) < 8 || GET_MODE_SIZE (TO) < 8)) \
587 #define CAN_ELIMINATE(FROM, TO) \
588 s390_can_eliminate ((FROM), (TO))
590 #define INITIAL_ELIMINATION_OFFSET(FROM, TO, OFFSET) \
591 (OFFSET) = s390_initial_elimination_offset ((FROM), (TO))
/openbsd-current/gnu/gcc/gcc/config/score/
H A Dscore.h445 #define CANNOT_CHANGE_MODE_CLASS(FROM, TO, CLASS) \
446 (GET_MODE_SIZE (FROM) != GET_MODE_SIZE (TO) \
529 #define CAN_ELIMINATE(FROM, TO) \
530 (((TO) == HARD_FRAME_POINTER_REGNUM) \
531 || ((TO) == STACK_POINTER_REGNUM \
534 #define INITIAL_ELIMINATION_OFFSET(FROM, TO, OFFSET) \
535 (OFFSET) = score_initial_elimination_offset ((FROM), (TO))
714 #define REGISTER_MOVE_COST(MODE, FROM, TO) \
715 score_register_move_cost (MODE, FROM, TO)
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Darm.h1035 #define CANNOT_CHANGE_MODE_CLASS(FROM, TO, CLASS) \
1036 (GET_MODE_SIZE (FROM) != GET_MODE_SIZE (TO) \
1225 #define REGISTER_MOVE_COST(MODE, FROM, TO) \
1227 ((FROM) == FPA_REGS && (TO) != FPA_REGS ? 20 : \
1228 (FROM) != FPA_REGS && (TO) == FPA_REGS ? 20 : \
1229 (FROM) == VFP_REGS && (TO) != VFP_REGS ? 10 : \
1230 (FROM) != VFP_REGS && (TO) == VFP_REGS ? 10 : \
1231 (FROM) == IWMMXT_REGS && (TO) != IWMMXT_REGS ? 4 : \
1232 (FROM) != IWMMXT_REGS && (TO) == IWMMXT_REGS ? 4 : \
1233 (FROM) == IWMMXT_GR_REGS || (TO)
[all...]
/openbsd-current/gnu/gcc/gcc/config/alpha/
H A Dvms.h134 #define CAN_ELIMINATE(FROM, TO) \
135 ((TO) != STACK_POINTER_REGNUM || ! alpha_using_fp ())
138 #define INITIAL_ELIMINATION_OFFSET(FROM, TO, OFFSET) \
153 if ((TO) == STACK_POINTER_REGNUM) \

Completed in 383 milliseconds

1234567