a419e22d70
target-tilegx: Implement v2mults instruction
...
Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com >
Message-Id: <1443956491-26850-3-git-send-email-gang.chen.5i5j@gmail.com >
Signed-off-by: Richard Henderson <rth@twiddle.net >
2015-10-07 20:03:16 +11:00
aaf893a6ad
target-tilegx: Implement v?int_* instructions.
...
Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com >
Message-Id: <1443956491-26850-2-git-send-email-gang.chen.5i5j@gmail.com >
Signed-off-by: Richard Henderson <rth@twiddle.net >
2015-10-07 20:03:16 +11:00
38c949ffe7
target-tilegx: Implement v1multu instruction
...
Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com >
Reviewed-by: Richard Henderson <rth@twiddle.net >
Message-Id: <1442874414-3578-1-git-send-email-gang.chen.5i5j@gmail.com >
Signed-off-by: Richard Henderson <rth@twiddle.net >
2015-10-07 20:03:14 +11:00
0ab0a3d768
target-tilegx: Implement v*shl, v*shru, and v*shrs instructions
...
v2sh* are implemented with helper functions; v4sh* are implmeneted
with inline code.
Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com >
Message-Id: <1442872055-2836-1-git-send-email-gang.chen.5i5j@gmail.com >
Signed-off-by: Richard Henderson <rth@twiddle.net >
2015-10-07 20:03:13 +11:00
0551301076
target-tilegx: Tidy simd_helper.c
...
Using the V1 macro when we want to replicate a byte across
the 8 elements of the word. Using deposit and extract for
manipulating specific elements.
Signed-off-by: Richard Henderson <rth@twiddle.net >
2015-10-07 20:01:41 +11:00
461aa6783e
target-tilegx: Handle v1shl, v1shru, v1shrs
...
Reviewed-by: Peter Maydell <peter.maydell@linaro.org >
Signed-off-by: Richard Henderson <rth@twiddle.net >
2015-09-15 07:45:34 -07:00