From dbf2e5f6f92cba812faee65c8e636fe1e4243814 Mon Sep 17 00:00:00 2001 From: Reiko Asakura Date: Thu, 20 Aug 2020 21:12:13 -0400 Subject: SceSysclib, SceRtabi: fix and add all NIDs --- include/kernel/kernel/sysclib.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'include/kernel') diff --git a/include/kernel/kernel/sysclib.h b/include/kernel/kernel/sysclib.h index c255e56..6efdb81 100644 --- a/include/kernel/kernel/sysclib.h +++ b/include/kernel/kernel/sysclib.h @@ -7,22 +7,6 @@ extern "C" { #endif -/** - * Left shift with only register operations (no memory access). - */ -SceInt64 lshift(SceInt64 value, int shift); - -/** - * Arithmetic right shift with only register operations (no memory access). - */ -SceInt64 rshift(SceInt64 value, int shift); - -/** - * Arithmetic right shift with only register operations (no memory access). - * May be faster than rshift for shift less than 32. - */ -SceInt64 rshift_fast(SceInt64 value, int shift); - /** * Like memcmp but checks all n bytes of s1 and s2 without early return. */ -- cgit v1.2.3