diff options
author | Richard Henderson <rth@twiddle.net> | 2016-11-16 11:17:45 +0100 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2017-01-10 08:06:11 -0800 |
commit | 555baef8d0369fea9d0849ef420841665639c209 (patch) | |
tree | efa17e16c2b3e06eb84b4cb68f9fa277ee8f9181 /target/openrisc/helper.h | |
parent | 1a0196c5c7f197fad7b079074d587b3204bcfb0f (diff) |
target-openrisc: Use clz and ctz opcodes
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target/openrisc/helper.h')
-rw-r--r-- | target/openrisc/helper.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/openrisc/helper.h b/target/openrisc/helper.h index f53fa21344..bcc7245fc3 100644 --- a/target/openrisc/helper.h +++ b/target/openrisc/helper.h @@ -54,8 +54,6 @@ FOP_CMP(ge) #undef FOP_CMP /* int */ -DEF_HELPER_FLAGS_1(ff1, 0, tl, tl) -DEF_HELPER_FLAGS_1(fl1, 0, tl, tl) DEF_HELPER_FLAGS_3(mul32, 0, i32, env, i32, i32) /* interrupt */ |