Searched defs:frs2 (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/target/riscv/ |
| H A D | fpu_helper.c | 124 float16 frs2 = check_nanbox_h(env, rs2); in do_fmadd_h() local 134 float32 frs2 = check_nanbox_s(env, rs2); in do_fmadd_s() local 140 uint64_t helper_fmadd_s(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmadd_s() 146 uint64_t helper_fmadd_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmadd_d() 152 uint64_t helper_fmadd_h(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmadd_h() 158 uint64_t helper_fmsub_s(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmsub_s() 164 uint64_t helper_fmsub_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmsub_d() 171 uint64_t helper_fmsub_h(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmsub_h() 177 uint64_t helper_fnmsub_s(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fnmsub_s() 183 uint64_t helper_fnmsub_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fnmsub_d() [all …]
|
| /openbmc/qemu/include/block/ |
| H A D | nvme.h | 980 uint8_t frs2[8]; member
|