Lines Matching defs:hi
44 #define DO_GET_IO_PORTID(env, lo, hi, portid) \
46 PUSH(DS, hi); \
51 mem_map_in(fcode_env_t *env, fstack_t hi, fstack_t lo, fstack_t len)
70 fc_uint32_t2cell(hi), fc_uint32_t2cell(lo), &virt);
174 fstack_t hi, lo;
180 hi = POP(DS);
182 off = (long long)(((hi & 0x1F) << 32) | lo);
185 DO_GET_IO_PORTID(env, lo, hi, id);
194 (uint32_t)hi, (uint32_t)lo, enc_buf);
202 uint32_t hi;
220 hi = OPL_ADDR_HI(lsb, ch);
223 "jupiter:decode_unit ( '%s' ) -> %x %llx\n", buf, hi, lo);
226 PUSH(DS, (fstack_t)hi);
234 uint32_t hi;
240 hi = POP(DS);
263 DO_GET_IO_PORTID(env, lo, hi, portid);