mirror of https://gitee.com/openkylin/qemu.git
5 lines
229 B
C
5 lines
229 B
C
|
DEF_HELPER_2(exception, noreturn, env, i32)
|
||
|
DEF_HELPER_FLAGS_1(cntlz, TCG_CALL_NO_RWG_SE, i64, i64)
|
||
|
DEF_HELPER_FLAGS_1(cnttz, TCG_CALL_NO_RWG_SE, i64, i64)
|
||
|
DEF_HELPER_FLAGS_3(shufflebytes, TCG_CALL_NO_RWG_SE, i64, i64, i64, i64)
|