Lines Matching defs:portid
115 fstack_t phi, plo, portid;
118 CHECK_DEPTH(env, 2, "gp2:get-portid");
122 portid = ((plo & 0xff800000) >> 23) | ((phi & 1) << 9);
123 debug_msg(DEBUG_REG_ACCESS, "gp2:get-portid ( %x %x ) -> %x\n",
124 (int)phi, (int)plo, (int)portid);
125 PUSH(DS, portid);
203 fstack_t portid, bar, align, type, size_hi, size_lo;
210 portid = POP(DS);
218 fc_int2cell(portid), fc_int2cell(bar), fc_int2cell(align),
226 "gp2:%s ( %x %x %x %x %x %x ) -> %x %x\n", service, (int)portid,
237 int portid;
241 portid = POP(DS);
245 portid, xt, (int)FALSE);
329 FORTH(0, "get-portid", do_get_portid);