Searched refs:shift_up (Results 1 – 2 of 2) sorted by relevance
96 ScopedCFTypeRef<CGEventRef> shift_up(CGEventCreateKeyboardEvent( in SendNativeCommandShift() local107 CGEventPost(event_tap_location, shift_up); in SendNativeCommandShift()
309 int shift_up = 32 - lsb - width; in Sbfx() local310 int shift_down = lsb + shift_up; in Sbfx()311 if (shift_up != 0) { in Sbfx()312 mov(dst, Operand(dst, LSL, shift_up), LeaveCC, cond); in Sbfx()