Searched refs:CALL (Results 101 - 125 of 165) sorted by relevance

1234567

/haiku-buildtools/binutils/gas/
H A Dbfin-parse.c580 CALL = 314, enumerator in enum:yytokentype
754 #define CALL 314 macro
1250 "JUMP_DOT_L", "CALL", "ABORT", "NOT", "TILDA", "BANG", "AMPERSAND",
5134 notethat ("ProgCtrl: CALL (pregs )\n");
5148 notethat ("ProgCtrl: CALL (PC + pregs )\n");
5272 notethat ("CALLa: CALL pcrel25m2\n");
5286 notethat ("CALLa: CALL pcrel25m2\n");
H A Dbfin-lex.c1739 { BEGIN 0; return CALL;}
1744 { BEGIN 0; return CALL;}
H A Drl78-parse.c282 CALL = 310, enumerator in enum:yytokentype
402 #define CALL 310 macro
829 "BNH", "BNZ", "BR", "BRK", "BRK1", "BT", "BTCLR", "BZ", "CALL", "CALLT",
4465 OPC(CALL),
/haiku-buildtools/legacy/gcc/gcc/config/sh/
H A Dsh.c2375 if (GET_CODE (pattern) != CALL
2428 case CALL:
2818 if (GET_CODE (pattern) != CALL
3450 if (GET_CODE (pattern) == CALL
3452 && (GET_CODE (SET_SRC (pattern)) == CALL
H A Dsh.h1593 but a CALL with constant address is cheap. */
2198 if (GET_CODE (call) == CALL && GET_CODE (XEXP (call, 0)) == MEM \
/haiku-buildtools/binutils/gas/config/
H A Dbfin-parse.y495 %token CALL
2654 | CALL LPAREN REG RPAREN
2658 notethat ("ProgCtrl: CALL (pregs )\n");
2665 | CALL LPAREN PC PLUS REG RPAREN
2669 notethat ("ProgCtrl: CALL (PC + pregs )\n");
2762 | CALL expr
2766 notethat ("CALLa: CALL pcrel25m2\n");
2772 | CALL pltpc
2776 notethat ("CALLa: CALL pcrel25m2\n");
/haiku-buildtools/legacy/binutils/gas/
H A Dbfin-lex.c1662 { BEGIN 0; return CALL;}
1667 { BEGIN 0; return CALL;}
/haiku-buildtools/gcc/gcc/config/vax/
H A Dvax.c1105 if (GET_CODE (SET_SRC (exp)) == CALL)
1140 if (GET_CODE (SET_SRC (XVECEXP (exp, 0, 0))) == CALL)
/haiku-buildtools/gcc/gcc/
H A Dgenrecog.c569 && GET_CODE (SET_SRC (set)) == CALL))
626 && GET_CODE (src) != CALL)
H A Drtlanal.c611 /* Return the CALL in X if there is one. */
622 if (GET_CODE (x) == CALL && MEM_P (XEXP (x, 0)))
950 case CALL:
2320 case CALL:
2455 case CALL:
H A Dloop-invariant.c242 case CALL:
H A Dlra-eliminations.c490 case CALL:
H A Djump.c1153 case CALL:
H A Demit-rtl.c4259 /* Put the register usage information on the CALL. If there is already
5347 if (GET_CODE (x) == CALL)
5355 else if (GET_CODE (SET_SRC (x)) == CALL)
5364 if (GET_CODE (XVECEXP (x, 0, j)) == CALL)
5370 && GET_CODE (SET_SRC (XVECEXP (x, 0, j))) == CALL)
5647 /* We do not copy JUMP, CALL, or FRAME_RELATED for INSNs. */
/haiku-buildtools/legacy/gcc/gcc/config/fx80/
H A Dfx80.h976 else if (GET_CODE (SET_SRC (EXP)) == CALL) \
/haiku-buildtools/legacy/gcc/gcc/config/pdp11/
H A Dpdp11.c1008 else if (GET_CODE (SET_SRC (exp)) == CALL)
/haiku-buildtools/gcc/gcc/config/rl78/
H A Drl78.c3436 || GET_CODE (PATTERN (insn)) == CALL)
3476 if (JUMP_P (insn) || CALL_P (insn) || GET_CODE (pattern) == CALL)
3479 && GET_CODE (pattern) != CALL)
3534 if (JUMP_P (insn) || CALL_P (insn) || GET_CODE (pattern) == CALL)
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dparse.c2754 case CALL:
2755 require (CALL);
/haiku-buildtools/legacy/gcc/gcc/config/m68k/
H A Dm68k.c2223 if (GET_CODE (SET_SRC (exp)) == CALL)
2253 else if (GET_CODE (SET_SRC (exp)) == CALL)
/haiku-buildtools/legacy/gcc/gcc/
H A Dsys-protos.h232 extern int dial(CALL);
H A Dcse.c2224 case CALL:
6520 else if (GET_CODE (SET_SRC (x)) == CALL)
6544 because a CALL may precede a CLOBBER and refer to the
6570 if (GET_CODE (SET_SRC (y)) == CALL)
6595 else if (GET_CODE (y) == CALL)
6616 else if (GET_CODE (x) == CALL)
/haiku-buildtools/gcc/gcc/config/pdp11/
H A Dpdp11.c1117 else if (GET_CODE (SET_SRC (exp)) == CALL)
/haiku-buildtools/binutils/include/opcode/
H A Dnios2r2.h818 #define MATCH_R2_CALL MATCH_R2_OP (CALL)
/haiku-buildtools/gcc/gcc/config/sh/
H A Dsh.c5654 if (GET_CODE (pattern) != CALL
5710 case CALL:
6227 if (GET_CODE (pattern) != CALL
6893 if (GET_CODE (SET_SRC (pattern)) != CALL
6901 case CALL:
/haiku-buildtools/gcc/gcc/config/ia64/
H A Dia64.c6436 case CALL:
6484 if (GET_CODE (src) == CALL)
6544 if (GET_CODE (SET_SRC (x)) != CALL)
6551 case CALL:
6556 multiple CALL rtx. This avoids a failure in rws_access_reg. */
6629 case CALL:
6658 if (GET_CODE (SET_SRC (pat)) != CALL)

Completed in 402 milliseconds

1234567