Home
last modified time | relevance | path

Searched refs:GET_FP_ENABLES (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/loongarch/
H A Dcpu.h63 #define GET_FP_ENABLES(REG) FIELD_EX32(REG, FCSR0, ENABLES) macro
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c74 if (GET_FP_ENABLES(env->fcsr0) & flags) { in update_fcsr0_mask()
H A Dvec_helper.c2388 if (GET_FP_ENABLES(env->fcsr0) & flags) { in vec_update_fcsr0_mask()