Home | History | Annotate | Download | only in target-i386

Lines Matching refs:param_count

2316     uint32_t e1, e2, cpl, dpl, rpl, selector, offset, param_count;
2416 param_count = e2 & 0x1f;
2433 LOG_PCALL("new ss:esp=%04x:%08x param_count=%d ESP=" TARGET_FMT_lx "\n",
2434 ss, sp, param_count, ESP);
2451 // push_size = ((param_count * 2) + 8) << shift;
2461 for(i = param_count - 1; i >= 0; i--) {
2468 for(i = param_count - 1; i >= 0; i--) {