Home
last modified time | relevance | path

Searched refs:shift_right (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/machine/
H A Dspr_defs.h1181 #define __SRA_CLIP16(shift_right, t) \ argument
1183 __asm__("l.srai %0,%0,%1" : "+r"(_t_) : "K"(shift_right)); \
1202 #define __SRA_CLIP16_ex(shift_right, t) \ argument
1204 __asm__ volatile ("l.srari\t%0,%1,%2" : "=r"(_result_) : "r"(_t_), "K"(shift_right) ); \