9db876060e2d2cab82419356644baea24e26165f
[riscv-isa-sim.git] / riscv / insns / feq_d.h
1 require_fp;
2 RD = f64_eq(FRS1, FRS2);
3 set_fp_exceptions;