Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dvecemu.c262 unsigned int va, vb, vc, vd; in emulate_altivec() local
271 vb = (instr >> 11) & 0x1f; in emulate_altivec()
279 vaddfp(&vrs[vd], &vrs[va], &vrs[vb]); in emulate_altivec()
282 vsubfp(&vrs[vd], &vrs[va], &vrs[vb]); in emulate_altivec()
285 vrefp(&vrs[vd], &vrs[vb]); in emulate_altivec()
288 vrsqrtefp(&vrs[vd], &vrs[vb]); in emulate_altivec()
292 vrs[vd].u[i] = eexp2(vrs[vb].u[i]); in emulate_altivec()
296 vrs[vd].u[i] = elog2(vrs[vb].u[i]); in emulate_altivec()
300 vrs[vd].u[i] = rfin(vrs[vb].u[i]); in emulate_altivec()
304 vrs[vd].u[i] = rfiz(vrs[vb].u[i]); in emulate_altivec()
[all …]
/arch/alpha/math-emu/
Dmath.c105 unsigned long res, va, vb, vc, swcr, fpcr; in alpha_fp_emul() local
128 vb = alpha_read_fp_reg_s(fb); in alpha_fp_emul()
131 FP_UNPACK_SP(SB, &vb); in alpha_fp_emul()
158 vb = alpha_read_fp_reg(fb); in alpha_fp_emul()
162 FP_UNPACK_RAW_DP(DB, &vb); in alpha_fp_emul()
193 FP_UNPACK_DP(DB, &vb); in alpha_fp_emul()
224 vb = alpha_read_fp_reg_s(fb); in alpha_fp_emul()
225 FP_UNPACK_SP(SB, &vb); in alpha_fp_emul()
245 vb = alpha_read_fp_reg(fb); in alpha_fp_emul()
253 vc = ((vb & 0xc0000000) << 32 | /* sign and msb */ in alpha_fp_emul()
[all …]
/arch/powerpc/math-emu/
Dmath_efp.c186 union dw_union vc, va, vb; in do_spe_mathemu() local
207 vb.wp[0] = current->thread.evr[fb]; in do_spe_mathemu()
208 vb.wp[1] = regs->gpr[fb]; in do_spe_mathemu()
215 pr_debug("vb: %08x %08x\n", vb.wp[0], vb.wp[1]); in do_spe_mathemu()
226 FP_UNPACK_SP(SB, vb.wp + 1); in do_spe_mathemu()
292 FP_UNPACK_DP(DB, vb.dp); in do_spe_mathemu()
354 FP_UNPACK_DP(DB, vb.dp); in do_spe_mathemu()
422 FP_UNPACK_SP(SB, vb.wp + 1); in do_spe_mathemu()
500 FP_UNPACK_SP(SB0, vb.wp); in do_spe_mathemu()
501 FP_UNPACK_SP(SB1, vb.wp + 1); in do_spe_mathemu()
[all …]
/arch/alpha/boot/
DMakefile80 OSFLAGS_bootlx := -vb
81 OSFLAGS_bootph := -vb
82 OSFLAGS_bootpzh := -vb
/arch/x86/tools/
Drelocs.c951 static int cmp_relocs(const void *va, const void *vb) in cmp_relocs() argument
954 a = va; b = vb; in cmp_relocs()