Home
last modified time | relevance | path

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

/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_fmov.c.inc7 UINT32_MAX, FCSR0_M1, FCSR0_M2, FCSR0_M3
114 if (mask & FCSR0_M3) {
/openbmc/qemu/target/loongarch/
H A Dcpu.h45 #define FCSR0_M3 0x300 /* FCSR3 mask, Round Mode */ macro
H A Dcpu.c521 env->fcsr0_mask = FCSR0_M1 | FCSR0_M2 | FCSR0_M3; in loongarch_cpu_reset_hold()