Searched defs:fk (Results 1 – 1 of 1) sorted by relevance
/qemu/target/loongarch/tcg/ |
H A D | fpu_helper.c | 93 uint64_t helper_fadd_s(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fadd_s() 102 uint64_t helper_fadd_d(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fadd_d() 111 uint64_t helper_fsub_s(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fsub_s() 120 uint64_t helper_fsub_d(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fsub_d() 129 uint64_t helper_fmul_s(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fmul_s() 138 uint64_t helper_fmul_d(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fmul_d() 147 uint64_t helper_fdiv_s(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fdiv_s() 156 uint64_t helper_fdiv_d(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fdiv_d() 165 uint64_t helper_fmax_s(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fmax_s() 174 uint64_t helper_fmax_d(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fmax_d() [all …]
|