Lines Matching refs:vc
105 unsigned long res, va, vb, vc, swcr, fpcr; in alpha_fp_emul() local
174 vc = 0x4000000000000000UL; in alpha_fp_emul()
184 case FOP_FNC_CMPxUN: if (res != 3) vc = 0; break; in alpha_fp_emul()
185 case FOP_FNC_CMPxEQ: if (res) vc = 0; break; in alpha_fp_emul()
186 case FOP_FNC_CMPxLT: if (res != -1) vc = 0; break; in alpha_fp_emul()
187 case FOP_FNC_CMPxLE: if ((long)res > 0) vc = 0; break; in alpha_fp_emul()
237 vc = 0; in alpha_fp_emul()
239 FP_TO_INT_ROUND_D(vc, DB, 64, 2); in alpha_fp_emul()
253 vc = ((vb & 0xc0000000) << 32 | /* sign and msb */ in alpha_fp_emul()
271 FP_PACK_SP(&vc, SR); in alpha_fp_emul()
273 vc = 0; in alpha_fp_emul()
274 alpha_write_fp_reg_s(fc, vc); in alpha_fp_emul()
278 FP_PACK_DP(&vc, DR); in alpha_fp_emul()
280 vc = 0; in alpha_fp_emul()
282 alpha_write_fp_reg(fc, vc); in alpha_fp_emul()