Searched refs:shift_down (Results 1 – 5 of 5) sorted by relevance
32 int shift_down=false; variable630 shift_down = down; in Key_Event()720 if (shift_down) in Key_Event()
34 int shift_down=false; variable713 shift_down = down; in Key_Event()803 if (shift_down) in Key_Event()
1020 bool shift_down = (accelerators[i].fVirt & FSHIFT) == FSHIFT; in LoadAccelerators() local1023 shift_down, ctrl_down, alt_down); in LoadAccelerators()
2196 bool shift_down = (accelerators[i].fVirt & FSHIFT) == FSHIFT; local2199 shift_down, ctrl_down, alt_down);
318 int shift_down = lsb + shift_up; in Sbfx() local322 if (shift_down != 0) { in Sbfx()323 mov(dst, Operand(dst, ASR, shift_down), LeaveCC, cond); in Sbfx()