aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/feq_h.h
blob: 5988db900a0c2fcb685c29c4f39a1fb47c82e503 (plain)
1
2
3
4
require_either_extension(EXT_ZFH, EXT_ZHINX);
require_fp;
WRITE_RD(f16_eq(FRS1_H, FRS2_H));
set_fp_exceptions;