Home
last modified time | relevance | path

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

/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_fmov.c.inc7 UINT32_MAX, FCSR0_M1, FCSR0_M2, FCSR0_M3
/qemu/target/loongarch/
H A Dcpu.h43 #define FCSR0_M2 0x1f1f0000 /* FCSR2 mask, Cause and Flags */ macro
H A Dcpu.c509 env->fcsr0_mask = FCSR0_M1 | FCSR0_M2 | FCSR0_M3; in loongarch_cpu_reset_hold()