vx 14 arch/mips/math-emu/dp_cmp.c s64 vx; vx 32 arch/mips/math-emu/dp_cmp.c vx = x.bits; vx 35 arch/mips/math-emu/dp_cmp.c if (vx < 0) vx 36 arch/mips/math-emu/dp_cmp.c vx = -vx ^ DP_SIGN_BIT; vx 40 arch/mips/math-emu/dp_cmp.c if (vx < vy) vx 42 arch/mips/math-emu/dp_cmp.c else if (vx == vy) vx 14 arch/mips/math-emu/sp_cmp.c int vx; vx 32 arch/mips/math-emu/sp_cmp.c vx = x.bits; vx 35 arch/mips/math-emu/sp_cmp.c if (vx < 0) vx 36 arch/mips/math-emu/sp_cmp.c vx = -vx ^ SP_SIGN_BIT; vx 40 arch/mips/math-emu/sp_cmp.c if (vx < vy) vx 42 arch/mips/math-emu/sp_cmp.c else if (vx == vy) vx 95 arch/s390/include/asm/ctl_reg.h unsigned long vx : 1; /* Vector enablement control */ vx 263 drivers/gpu/drm/bochs/bochs_hw.c unsigned int vx, vy, vwidth; vx 270 drivers/gpu/drm/bochs/bochs_hw.c vx = (offset % bochs->stride) * 8 / bochs->bpp; vx 274 drivers/gpu/drm/bochs/bochs_hw.c x, y, addr, offset, vx, vy); vx 276 drivers/gpu/drm/bochs/bochs_hw.c bochs_dispi_write(bochs, VBE_DISPI_INDEX_X_OFFSET, vx); vx 50 lib/raid6/recov_neon_inner.c uint8x16_t vx, vy, px, qx, db; vx 53 lib/raid6/recov_neon_inner.c vx = veorq_u8(vld1q_u8(q), vld1q_u8(dq)); vx 55 lib/raid6/recov_neon_inner.c vy = vshrq_n_u8(vx, 4); vx 56 lib/raid6/recov_neon_inner.c vx = vqtbl1q_u8(qm0, vandq_u8(vx, x0f)); vx 58 lib/raid6/recov_neon_inner.c qx = veorq_u8(vx, vy); vx 61 lib/raid6/recov_neon_inner.c vx = vqtbl1q_u8(pm0, vandq_u8(px, x0f)); vx 63 lib/raid6/recov_neon_inner.c vx = veorq_u8(vx, vy); vx 64 lib/raid6/recov_neon_inner.c db = veorq_u8(vx, qx); vx 92 lib/raid6/recov_neon_inner.c uint8x16_t vx, vy; vx 94 lib/raid6/recov_neon_inner.c vx = veorq_u8(vld1q_u8(q), vld1q_u8(dq)); vx 96 lib/raid6/recov_neon_inner.c vy = vshrq_n_u8(vx, 4); vx 97 lib/raid6/recov_neon_inner.c vx = vqtbl1q_u8(qm0, vandq_u8(vx, x0f)); vx 99 lib/raid6/recov_neon_inner.c vx = veorq_u8(vx, vy); vx 100 lib/raid6/recov_neon_inner.c vy = veorq_u8(vx, vld1q_u8(p)); vx 102 lib/raid6/recov_neon_inner.c vst1q_u8(dq, vx); vx 106 sound/pci/vx222/vx222.c struct snd_vx222 *vx = to_vx222(chip); vx 110 sound/pci/vx222/vx222.c if (vx->port[0]) vx 111 sound/pci/vx222/vx222.c pci_release_regions(vx->pci); vx 112 sound/pci/vx222/vx222.c pci_disable_device(vx->pci); vx 129 sound/pci/vx222/vx222.c struct snd_vx222 *vx; vx 148 sound/pci/vx222/vx222.c vx = to_vx222(chip); vx 149 sound/pci/vx222/vx222.c vx->pci = pci; vx 156 sound/pci/vx222/vx222.c vx->port[i] = pci_resource_start(pci, i + 1); vx 172 sound/pci/vx222/vx222.c *rchip = vx; vx 183 sound/pci/vx222/vx222.c struct snd_vx222 *vx; vx 210 sound/pci/vx222/vx222.c if ((err = snd_vx222_create(card, pci, hw, &vx)) < 0) { vx 214 sound/pci/vx222/vx222.c card->private_data = vx; vx 215 sound/pci/vx222/vx222.c vx->core.ibl.size = ibl[dev]; vx 218 sound/pci/vx222/vx222.c card->shortname, vx->port[0], vx->port[1], vx->core.irq); vx 220 sound/pci/vx222/vx222.c card->shortname, vx->port[0], vx->port[1], vx->core.irq); vx 223 sound/pci/vx222/vx222.c vx->core.dev = &pci->dev; vx 226 sound/pci/vx222/vx222.c if ((err = snd_vx_setup_firmware(&vx->core)) < 0) { vx 250 sound/pci/vx222/vx222.c struct snd_vx222 *vx = card->private_data; vx 252 sound/pci/vx222/vx222.c return snd_vx_suspend(&vx->core); vx 258 sound/pci/vx222/vx222.c struct snd_vx222 *vx = card->private_data; vx 260 sound/pci/vx222/vx222.c return snd_vx_resume(&vx->core); vx 404 sound/pci/vx222/vx222_ops.c static int vx2_load_dsp(struct vx_core *vx, int index, const struct firmware *dsp) vx 411 sound/pci/vx222/vx222_ops.c if ((err = vx2_load_xilinx_binary(vx, dsp)) < 0) vx 413 sound/pci/vx222/vx222_ops.c if ((err = vx2_test_xilinx(vx)) < 0) vx 418 sound/pci/vx222/vx222_ops.c return snd_vx_dsp_boot(vx, dsp); vx 421 sound/pci/vx222/vx222_ops.c return snd_vx_dsp_load(vx, dsp); vx 233 sound/pcmcia/vx/vxp_ops.c static int vxp_load_dsp(struct vx_core *vx, int index, const struct firmware *fw) vx 240 sound/pcmcia/vx/vxp_ops.c if ((err = vx_check_magic(vx)) < 0) vx 242 sound/pcmcia/vx/vxp_ops.c if ((err = snd_vx_load_boot_image(vx, fw)) < 0) vx 247 sound/pcmcia/vx/vxp_ops.c return vxp_load_xilinx_binary(vx, fw); vx 250 sound/pcmcia/vx/vxp_ops.c return snd_vx_dsp_boot(vx, fw); vx 253 sound/pcmcia/vx/vxp_ops.c return snd_vx_dsp_load(vx, fw);