• NEON Error
  • NEON-How to shift the whole D or Q to left or right?
    Note: This was originally posted on 12th July 2012 at http://forums.arm.com Hello    Base on NEON instuction set, I can find the VSHL or VSHR to perform shift operation. But it is just for every element...
  • shift with ">>" in c51 ...
    some time c user do shift for mul and divide and some time u write byte to byte then not require any carry for me in asm i do two shift mul 4 i do it with c51 ypos3 = ypos>>3; ; SOURCE LINE...
  • shift key
    whats wrong? i use the code check_keybaord ( 55 ) and it works for most but i cant get the shift key to work. can you help?
  • shift operator
    When compiling with Realview : unsigned long x; x = 1<<31; I get the message: Main.c(121): warning: #61-D: integer operation result is out of range Main.c(121): warning: #68-D: integer...