Searched refs:vb (Results 1 – 9 of 9) sorted by relevance
| /arch/powerpc/kernel/ |
| A D | vecemu.c | 266 unsigned int va, vb, vc, vd; in emulate_altivec() local 277 vb = (word >> 11) & 0x1f; in emulate_altivec() 285 vaddfp(&vrs[vd], &vrs[va], &vrs[vb]); in emulate_altivec() 291 vrefp(&vrs[vd], &vrs[vb]); in emulate_altivec() 294 vrsqrtefp(&vrs[vd], &vrs[vb]); in emulate_altivec() 298 vrs[vd].u[i] = eexp2(vrs[vb].u[i]); in emulate_altivec() 302 vrs[vd].u[i] = elog2(vrs[vb].u[i]); in emulate_altivec() 306 vrs[vd].u[i] = rfin(vrs[vb].u[i]); in emulate_altivec() 310 vrs[vd].u[i] = rfiz(vrs[vb].u[i]); in emulate_altivec() 314 u32 x = vrs[vb].u[i]; in emulate_altivec() [all …]
|
| /arch/alpha/math-emu/ |
| A D | math.c | 105 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() 259 FP_FROM_INT_S(SR, ((long)vb), 64, long); in alpha_fp_emul() [all …]
|
| /arch/arm64/crypto/ |
| A D | aes-ce-ccm-core.S | 26 .macro dround, va, vb, vk 29 aese \vb\().16b, \vk\().16b 30 aesmc \vb\().16b, \vb\().16b 33 .macro aes_encrypt, va, vb, nr 35 dround \va, \vb, v10 36 dround \va, \vb, v11 38 dround \va, \vb, v12 39 dround \va, \vb, v13 41 dround \va, \vb, \v 44 aese \vb\().16b, v4.16b
|
| /arch/powerpc/math-emu/ |
| A D | math_efp.c | 183 union dw_union vc, va, vb; in do_spe_mathemu() local 204 vb.wp[0] = current->thread.evr[fb]; in do_spe_mathemu() 205 vb.wp[1] = regs->gpr[fb]; in do_spe_mathemu() 212 pr_debug("vb: %08x %08x\n", vb.wp[0], vb.wp[1]); in do_spe_mathemu() 224 FP_UNPACK_SP(SB, vb.wp + 1); in do_spe_mathemu() 290 FP_UNPACK_DP(DB, vb.dp); in do_spe_mathemu() 353 FP_UNPACK_DP(DB, vb.dp); in do_spe_mathemu() 421 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/ |
| A D | Makefile | 80 OSFLAGS_bootlx := -vb 81 OSFLAGS_bootph := -vb 82 OSFLAGS_bootpzh := -vb
|
| /arch/x86/events/amd/ |
| A D | brs.c | 25 vb:1, /* valid branches recorded */ member 306 if (cfg.vb == 0) in amd_brs_drain()
|
| /arch/s390/tools/ |
| A D | relocs.c | 318 static int cmp_relocs(const void *va, const void *vb) in cmp_relocs() argument 322 a = va; b = vb; in cmp_relocs()
|
| /arch/x86/tools/ |
| A D | relocs.c | 929 static int cmp_relocs(const void *va, const void *vb) in cmp_relocs() argument 934 b = vb; in cmp_relocs()
|
| /arch/arm/boot/dts/allwinner/ |
| A D | sun8i-a83t-tbs-a711.dts | 434 regulator-name = "vcc-vb";
|
Completed in 16 milliseconds