3580ecad0a
- ST1: SAR (shift amount special register) manipulation, NSA(U); - RST1: shifts, 16-bit multiplication. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
8 lines
142 B
C
8 lines
142 B
C
#include "def-helper.h"
|
|
|
|
DEF_HELPER_1(exception, void, i32)
|
|
DEF_HELPER_1(nsa, i32, i32)
|
|
DEF_HELPER_1(nsau, i32, i32)
|
|
|
|
#include "def-helper.h"
|