Searched defs:frs1 (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 124 float16 frs1 = check_nanbox_h(env, rs1); in do_fmadd_h() local 134 float32 frs1 = check_nanbox_s(env, rs1); in do_fmadd_s() local 141 uint64_t helper_fmadd_s(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmadd_s() 147 uint64_t helper_fmadd_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmadd_d() 153 uint64_t helper_fmadd_h(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmadd_h() 159 uint64_t helper_fmsub_s(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmsub_s() 165 uint64_t helper_fmsub_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmsub_d() 172 uint64_t helper_fmsub_h(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmsub_h() 178 uint64_t helper_fnmsub_s(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fnmsub_s() 184 uint64_t helper_fnmsub_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fnmsub_d() [all …]
|
H A D | vector_helper.c | 4417 target_ulong fclass_s(uint64_t frs1) in fclass_s() 4436 target_ulong fclass_d(uint64_t frs1) in fclass_d()
|
/openbmc/qemu/include/block/ |
H A D | nvme.h | 976 uint8_t frs1[8]; member
|