Home
last modified time | relevance | path

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

/openbsd/sys/arch/mips64/mips64/
H A Dfp_emulate.c1194 uint cc, istf; in fpu_movcf() local
1204 istf = ft & COPz_BC_TF_MASK; in fpu_movcf()
1205 if ((!condition && !istf) /*movf*/ || (condition && istf) /*movt*/) { in fpu_movcf()
1621 uint cc, nd, istf; in nofpu_emulate_cop1() local
1628 istf = inst.RType.rt & COPz_BC_TF_MASK; in nofpu_emulate_cop1()
1630 if ((!condition && !istf) /*bc1f*/ || in nofpu_emulate_cop1()
1631 (condition && istf) /*bc1t*/) { in nofpu_emulate_cop1()
1842 uint cc, istf; in nofpu_emulate_movci() local
1850 istf = inst.RType.rt & COPz_BC_TF_MASK; in nofpu_emulate_movci()
1852 if ((!condition && !istf) /*movf*/ || (condition && istf) /*movt*/) { in nofpu_emulate_movci()