Searched refs:istf (Results 1 – 1 of 1) sorted by relevance
1194 uint cc, istf; in fpu_movcf() local1204 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() local1628 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() local1850 istf = inst.RType.rt & COPz_BC_TF_MASK; in nofpu_emulate_movci()1852 if ((!condition && !istf) /*movf*/ || (condition && istf) /*movt*/) { in nofpu_emulate_movci()