Home
last modified time | relevance | path

Searched refs:VX (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dinsn32.decode78 &VX vrt vra vrb
79 @VX ...... vrt:5 vra:5 vrb:5 .......... . &VX
665 VPMSUMD 000100 ..... ..... ..... 10011001000 @VX
717 VAND 000100 ..... ..... ..... 10000000100 @VX
718 VANDC 000100 ..... ..... ..... 10001000100 @VX
719 VNAND 000100 ..... ..... ..... 10110000100 @VX
720 VOR 000100 ..... ..... ..... 10010000100 @VX
721 VORC 000100 ..... ..... ..... 10101000100 @VX
722 VNOR 000100 ..... ..... ..... 10100000100 @VX
723 VXOR 000100 ..... ..... ..... 10011000100 @VX
[all …]
/openbmc/linux/arch/s390/crypto/
H A Dchacha-s390.S117 VX XD0,XD0,XA0
121 VX XD1,XD1,XA1
125 VX XD2,XD2,XA2
129 VX XD3,XD3,XA3
133 VX XB0,XB0,XC0
137 VX XB1,XB1,XC1
141 VX XB2,XB2,XC2
145 VX XB3,XB3,XC3
149 VX XD0,XD0,XA0
153 VX XD1,XD1,XA1
[all …]
H A Dcrc32be-vx.S105 VX %v1,%v0,%v1 /* V1 ^= CRC */
H A Dcrc32le-vx.S138 VX %v1,%v0,%v1 /* V1 ^= CRC */
/openbmc/linux/arch/powerpc/xmon/
H A Dppc-opc.c2522 #define VX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x7ff)) macro
2525 #define VX_MASK VX(0x3f, 0x7ff)
2570 #define VXVA(op, xop, vaop) (VX(op,xop) | (((vaop) & 0x1f) << 16))
3089 {"vaddubm", VX (4, 0), VX_MASK, PPCVEC, 0, {VD, VA, VB}},
3090 {"vmul10cuq", VX (4, 1), VXVB_MASK, PPCVEC3, 0, {VD, VA}},
3091 {"vmaxub", VX (4, 2), VX_MASK, PPCVEC, 0, {VD, VA, VB}},
3092 {"vrlb", VX (4, 4), VX_MASK, PPCVEC, 0, {VD, VA, VB}},
3095 {"vmuloub", VX (4, 8), VX_MASK, PPCVEC, 0, {VD, VA, VB}},
3096 {"vaddfp", VX (4, 10), VX_MASK, PPCVEC, 0, {VD, VA, VB}},
3098 {"vmrghb", VX (4, 12), VX_MASK, PPCVEC, 0, {VD, VA, VB}},
[all …]
/openbmc/linux/Documentation/fb/
H A Ds3fb.rst11 S3 Virge (and variants VX, DX, GX and GX2+)
19 I tested s3fb on Trio64 (plain, V+ and V2/DX) and Virge (plain, VX, DX),
29 * 24 bpp truecolor mode (RGB 888) on (only on Virge VX)
30 * 32 bpp truecolor mode (RGB 888) on (not on Virge VX)
/openbmc/linux/lib/raid6/
H A Ds390vx.uc54 asm volatile ("VX %0,%1,%2" : : "i" (x), "i" (y), "i" (z));
/openbmc/linux/arch/s390/include/asm/
H A Dvx-insn-asm.h516 .macro VX vr1, vr2, vr3
/openbmc/linux/Documentation/input/devices/
H A Datarikbd.rst534 VX ; length (in tenths of seconds) of joystick closure
549 of cursor 'keystrokes' is set by VX and VY.
/openbmc/linux/Documentation/admin-guide/media/
H A Dgspca-cardlist.rst70 sn9c20x 045e:00f4 LifeCam VX-6000 (SN9C20x + OV9650)
/openbmc/qemu/target/ppc/translate/
H A Dfp-impl.c.inc483 /* FEX and VX need to be updated, so don't set fpscr directly */
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/
H A D0001-BootLogoLib-align-logo-coords-to-be-even.patch196 z*kYLYoE~Sdl5vW1Fse;g^VX|0%CtBl(%48m<4UeEGjaQ~b-Ul_&!!2;wDGS+FtwS$
/openbmc/linux/Documentation/sound/
H A Dalsa-configuration.rst2444 Module for Digigram VX-Pocket VX222, V222 v2 and Mic cards.
2478 Module for Digigram VX-Pocket VX2 and 440 PCMCIA cards.
/openbmc/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc1158 F(0xe76d, VX, VRR_c, V, 0, 0, 0, 0, vx, 0, IF_VEC)
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc2996 tcg_out_insn(s, VRRc, VX, a0, a1, a2, 0);