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

Lines Matching defs:SHIFT

189     int type, index, shift;
208 shift = type >> 3;
209 index = (dpl * 4 + 2) << shift;
210 if (index + (4 << shift) - 1 > env->tr.limit)
212 if (shift == 0) {
663 int has_error_code, new_stack, shift;
694 shift = type >> 3;
699 esp = (ESP - (2 << shift)) & mask;
701 if (shift)
777 shift = type >> 3;
784 push_size <<= shift;
786 if (shift == 1) {
1169 int dpl, cpl, shift;
1174 shift = 4;
1176 shift = 3;
1178 ptr = dt->base + (intno << shift);
1185 raise_exception_err(EXCP0D_GPF, (intno << shift) + 2);
2287 int shift, int next_eip)
2297 if (shift) {
2313 int shift, int next_eip_addend)
2322 LOG_PCALL("lcall %04x:%08x s=%d\n", new_cs, (uint32_t)new_eip, shift);
2351 if (shift == 2) {
2369 if (shift) {
2407 shift = type >> 3;
2451 // push_size = ((param_count * 2) + 8) << shift;
2458 if (shift) {
2479 // push_size = (4 << shift);
2483 if (shift) {
2519 void helper_iret_real(int shift)
2528 if (shift == 1) {
2548 if (shift == 0)
2577 static inline void helper_ret_protected(int shift, int is_iret, int addend)
2586 if (shift == 2)
2595 if (shift == 2) {
2604 if (shift == 1) {
2622 new_cs, new_eip, shift, addend);
2657 if (shift == 2) {
2663 if (shift == 1) {
2742 if (shift == 0)
2771 void helper_iret_protected(int shift, int next_eip)
2793 helper_ret_protected(shift, 1, 0);
2805 void helper_lret_protected(int shift, int addend)
2807 helper_ret_protected(shift, 0, addend);
4811 #define SHIFT 0
4814 #define SHIFT 1
4817 #define SHIFT 2
4820 #define SHIFT 3
5462 #define SHIFT 0
5465 #define SHIFT 1
5468 #define SHIFT 0
5470 #undef SHIFT
5472 #define SHIFT 1
5474 #undef SHIFT
5476 #define SHIFT 2
5478 #undef SHIFT
5482 #define SHIFT 3
5484 #undef SHIFT