Searched defs:frs1 (Results 1 – 3 of 3) sorted by relevance
/qemu/target/riscv/ |
H A D | fpu_helper.c | 123 float16 frs1 = check_nanbox_h(env, rs1); in do_fmadd_h() local 133 float32 frs1 = check_nanbox_s(env, rs1); 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 …]
|
H A D | vector_helper.c | 4458 target_ulong fclass_s(uint64_t frs1) in fclass_s() 4477 target_ulong fclass_d(uint64_t frs1) in fclass_d()
|
/qemu/include/block/ |
H A D | nvme.h | 979 uint8_t frs1[8]; member
|