Searched refs:CALL (Results 126 - 150 of 165) sorted by relevance

1234567

/haiku-buildtools/legacy/gcc/gcc/config/dsp16xx/
H A Ddsp16xx.c1024 else if (GET_CODE (SET_SRC (exp)) == CALL)
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/i386/
H A Dx86-64-opcode.s5 # CALL
/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Di386.c1950 emit_call_insn (gen_rtx (CALL, VOIDmode, xops[3], const0_rtx));
3722 else if (GET_CODE (SET_SRC (exp)) == CALL)
/haiku-buildtools/legacy/gcc/gcc/
H A Dflow.c2921 /* The stack ptr is used (honorarily) by a CALL insn. */
2962 Unless CALL_OK is non-zero, an insn is needed if it contains a CALL.
3004 if (! call_ok && GET_CODE (SET_SRC (x)) == CALL)
3146 && GET_CODE (SET_SRC (XVECEXP (call_pat, 0, i))) == CALL)
H A Dintegrate.c2685 case CALL:
2687 operand of a CALL is a (MEM ...) which may get
H A Dreg-stack.c1098 /* Some regs do not survive a CALL */
1959 case CALL:
H A Dcombine.c956 || GET_CODE (src) == CALL
1017 if SRC is a CALL operation to permit a hard register with
1266 CALL operation. Moreover, we can't test all_adjacent; we don't
1279 || (SMALL_REGISTER_CLASSES && GET_CODE (src) != CALL
6303 /* If this is a CALL or ASM_OPERANDS, don't do anything. Some of the
6309 if (code == CALL || code == ASM_OPERANDS || code == CLOBBER)
H A Dhaifa-sched.c913 elem is a CALL is still required. */
6093 case CALL:
6278 case CALL:
H A Djump.c3718 case CALL:
H A Dfunction.c3989 case CALL:
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dx86-64-opcode.s5 # CALL
/haiku-buildtools/gcc/gcc/
H A Dreorg.c1579 /* Stop for a CALL and its delay slots because it is difficult to
3065 /* If we reach a CALL which is not calling a const function
3069 || GET_CODE (pat) != SET || GET_CODE (SET_SRC (pat)) != CALL))
H A Dreg-stack.c1494 case CALL:
H A Dcselib.c1229 case CALL:
H A Dfinal.c2169 /* Given a CALL_INSN, find and return the nested CALL. */
2177 while (GET_CODE (x) != CALL)
H A Drtl.h301 1 in a CALL for calls instrumented by Pointer Bounds Checker. */
2215 (RTL_FLAG_CHECK1 ("CALL_EXPR_WITH_BOUNDS_P", (RTX), CALL)->jump)
H A Dcalls.c209 /* Force FUNEXP into a form suitable for the address of a CALL,
1670 a temporary (such as a CALL) is more than half the total argument list
2246 /* We need not check the operands of the CALL expression itself. */
2247 if (code == CALL)
/haiku-buildtools/legacy/gcc/gcc/config/pa/
H A Dpa.c3615 if (GET_CODE (XVECEXP (pat, 0, 0)) == CALL
4253 fputs ("\t.CALL ARGW0=NO,ARGW1=NO,ARGW2=NO,ARGW3=NO,RETVAL=NO\n",
4293 fputs ("\t.CALL ", asm_out_file);
/haiku-buildtools/gcc/gcc/config/tilepro/
H A Dtilepro.c3989 if (GET_CODE (call) == CALL)
/haiku-buildtools/gcc/gcc/config/tilegx/
H A Dtilegx.c4462 if (GET_CODE (call) == CALL)
/haiku-buildtools/gcc/gcc/config/m68k/
H A Dm68k.c4160 if (GET_CODE (SET_SRC (exp)) == CALL)
/haiku-buildtools/legacy/gcc/gcc/config/arm/
H A Darm.c5240 case CALL:
/haiku-buildtools/gcc/gcc/config/bfin/
H A Dbfin.c3636 - CALL
4307 gcc_assert (GET_CODE (pat) == CALL);
/haiku-buildtools/gcc/gcc/config/mep/
H A Dmep.c6427 case CALL:
/haiku-buildtools/binutils/gas/testsuite/gas/metag/
H A Dmetacore21.d3404 .*: ac3bfffd CALL D0\.7,#0x7fff
3405 .*: ac3c0005 CALL D0\.7,#0x8000
3406 .*: ac3ffffd CALL D0\.7,#0xffff

Completed in 601 milliseconds

1234567