Searched refs:CALL (Results 1 - 25 of 79) sorted by relevance

1234

/freebsd-10.3-release/sys/ia64/ia64/
H A Dexception.S809 #define CALL(_func_, _n_, _ifa_) \ define
864 CALL(trap, 0, cr.ifa)
950 CALL(trap, 20, cr.ifa) // Page Not Present trap
1036 CALL(trap, 20, cr.ifa) // Page Not Present trap
1079 CALL(trap, 3, cr.ifa)
1122 CALL(trap, 4, cr.ifa)
1246 CALL(trap, 5, r30)
1250 CALL(trap, 6, cr.ifa)
1254 CALL(trap, 7, cr.ifa)
1328 CALL(tra
[all...]
/freebsd-10.3-release/usr.bin/ar/
H A Dar.h53 #define AC(CALL) do { \
54 if ((CALL)) \
/freebsd-10.3-release/usr.bin/xlint/lint1/
H A Dop.h109 CALL, enumerator in enum:__anon12517
/freebsd-10.3-release/contrib/gcc/
H A Dgenemit.c547 else if ((GET_CODE (next) == SET && GET_CODE (SET_SRC (next)) == CALL)
548 || GET_CODE (next) == CALL
551 && GET_CODE (SET_SRC (XVECEXP (next, 0, 0))) == CALL)
553 && GET_CODE (XVECEXP (next, 0, 0)) == CALL))
660 else if ((GET_CODE (next) == SET && GET_CODE (SET_SRC (next)) == CALL)
661 || GET_CODE (next) == CALL
664 && GET_CODE (SET_SRC (XVECEXP (next, 0, 0))) == CALL)
666 && GET_CODE (XVECEXP (next, 0, 0)) == CALL))
H A Dsys-types.h218 typedef int CALL; typedef
/freebsd-10.3-release/include/rpc/
H A Drpc_msg.h55 CALL=0, enumerator in enum:msg_type
/freebsd-10.3-release/sys/rpc/
H A Drpc_msg.h55 CALL=0, enumerator in enum:msg_type
H A Drpc_callmsg.c75 if (cmsg->rm_direction != CALL) {
109 if (cmsg->rm_direction != CALL) {
190 (cmsg->rm_direction == CALL) &&
/freebsd-10.3-release/lib/libc/rpc/
H A Drpc_callmsg.c82 if (cmsg->rm_direction != CALL) {
116 if (cmsg->rm_direction != CALL) {
197 (cmsg->rm_direction == CALL) &&
/freebsd-10.3-release/contrib/one-true-awk/
H A Dawkgram.y62 %token <cp> VAR IVAR VARNF CALL NUMBER STRING
82 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
134 | CALL { setfname($1); }
365 | CALL '(' ')' { $$ = op2(CALL, celltonode($1,CVAR), NIL); }
366 | CALL '(' patlist ')' { $$ = op2(CALL, celltonode($1,CVAR), $3); }
H A Dmaketab.c102 { CALL, "call", "call" },
/freebsd-10.3-release/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_conf.l145 CALL [cC][aA][lL][lL]
245 {CALL} {
246 return CALL;
/freebsd-10.3-release/contrib/gcc/config/rs6000/
H A Daltivec.h302 #define __altivec_unary_pred(NAME, CALL) \
303 template <class T> int NAME (T a1) { return CALL; }
305 #define __altivec_scalar_pred(NAME, CALL) \
306 template <class T, class U> int NAME (T a1, U a2) { return CALL; }
324 #define __altivec_binary_pred(NAME, CALL) \
329 return CALL; \
/freebsd-10.3-release/contrib/ntp/include/
H A Dntp_machine.h164 #define CALL(callname, progname, callmain) \ macro
/freebsd-10.3-release/contrib/amd/libamu/
H A Dmisc_rpc.c71 mp->rm_direction = CALL;
/freebsd-10.3-release/sys/dev/sound/pci/
H A Dmaestro3.c74 enum {CHANGE=0, CALL=1, INTR=2, BORING=3, NONE=-1}; enumerator in enum:__anon10387
325 M3_DEBUG(CALL, ("m3_initcd\n"));
645 CALL,
717 M3_DEBUG(CALL, ("m3_pchan_getptr(dac=%d) result=%d\n",
742 M3_DEBUG(CALL, ("m3_pchan_getcaps(dac=%d)\n", ch->dac_idx));
1002 CALL,
1069 M3_DEBUG(CALL, ("m3_rchan_getptr(adc=%d) result=%d\n",
1094 M3_DEBUG(CALL, ("m3_rchan_getcaps(adc=%d)\n", ch->adc_idx));
1304 M3_DEBUG(CALL, ("m3_pci_probe(0x%x)\n", pci_get_devid(dev)));
1324 M3_DEBUG(CALL, ("m3_pci_attac
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h39 /// CALL - These operations represent an abstract call
41 CALL, enumerator in enum:llvm::MSP430ISD::__anon2519
/freebsd-10.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h29 CALL, enumerator in enum:llvm::NVPTXISD::NodeType
/freebsd-10.3-release/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh81 CALL="call_"
101 CALL=""
/freebsd-10.3-release/sys/contrib/ngatm/netnatm/sig/
H A Dunipriv.h264 * CALL INSTANCES
438 #define uni_enq_call(CALL, SIG, COOKIE, MSG, U) do { \
439 uni_enq_sig((CALL)->uni, SIG_CALL, (CALL), NULL, \
/freebsd-10.3-release/contrib/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp287 case SP::CALL: break;
292 assert(Reg.isReg() && "CALL first operand is not a register.");
293 assert(Reg.isUse() && "CALL first operand is not a use.");
350 case SP::CALL: structSizeOpNum = 1; break;
H A DSparcCodeEmitter.cpp220 case SP::CALL: return SP::reloc_sparc_pc30;
H A DSparcISelLowering.h43 CALL, // A call instruction. enumerator in enum:llvm::SPISD::__anon2613
/freebsd-10.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h48 CALL, // A call instruction. enumerator in enum:llvm::HexagonISD::__anon2502
/freebsd-10.3-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.h145 CALL, // Function call based on a single integer enumerator in enum:llvm::AMDGPUISD::__anon2575

Completed in 268 milliseconds

1234