/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 160 /* The VB field in a VX form instruction when it must be the same 734 /* The VB field in a VA, VX or VXR form instruction. */ 735 #define VB VA + 1 739 #define VC VB + 1 2533 /* A VX_MASK with the VB field fixed. */ 2536 /* A VX_MASK with the VA and VB fields fixed. */ 3094 {"vaddubm", VX (4, 0), VX_MASK, PPCVEC, 0, {VD, VA, VB}}, 3096 {"vmaxub", VX (4, 2), VX_MASK, PPCVEC, 0, {VD, VA, VB}}, 3097 {"vrlb", VX (4, 4), VX_MASK, PPCVEC, 0, {VD, VA, VB}}, 3098 {"vcmpequb", VXR(4, 6,0), VXR_MASK, PPCVEC, 0, {VD, VA, VB}}, 733 #define VB global() macro [all...] |
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 160 /* The VB field in a VX form instruction when it must be the same 734 /* The VB field in a VA, VX or VXR form instruction. */ 735 #define VB VA + 1 739 #define VC VB + 1 2533 /* A VX_MASK with the VB field fixed. */ 2536 /* A VX_MASK with the VA and VB fields fixed. */ 3094 {"vaddubm", VX (4, 0), VX_MASK, PPCVEC, 0, {VD, VA, VB}}, 3096 {"vmaxub", VX (4, 2), VX_MASK, PPCVEC, 0, {VD, VA, VB}}, 3097 {"vrlb", VX (4, 4), VX_MASK, PPCVEC, 0, {VD, VA, VB}}, 3098 {"vcmpequb", VXR(4, 6,0), VXR_MASK, PPCVEC, 0, {VD, VA, VB}}, 733 #define VB global() macro [all...] |
/kernel/linux/linux-6.6/fs/unicode/ |
H A D | utf8-norm.c | 248 #define VB (0x1161) macro 282 h += utf8encode3((char *)h, vi + VB); in utf8hangul()
|
H A D | mkutf8data.c | 2653 #define VB (0x1161) macro 2686 h += utf8encode((char *)h, vi + VB); in utf8hangul()
|
/kernel/linux/linux-5.10/sound/soc/ti/ |
H A D | davinci-mcasp.h | 126 #define VB BIT(3) macro
|
/kernel/linux/linux-6.6/sound/soc/ti/ |
H A D | davinci-mcasp.h | 126 #define VB BIT(3) macro
|
/kernel/linux/linux-5.10/fs/unicode/ |
H A D | utf8-norm.c | 265 #define VB (0x1161) macro 299 h += utf8encode3((char *)h, vi + VB); in utf8hangul()
|
H A D | mkutf8data.c | 2653 #define VB (0x1161) macro 2686 h += utf8encode((char *)h, vi + VB); in utf8hangul()
|
/kernel/linux/linux-5.10/drivers/pinctrl/aspeed/ |
H A D | pinctrl-aspeed-g6.c | 1480 SIG_EXPR_LIST_DECL_SESG(Y1, VBCS, VB, SIG_DESC_SET(SCU500, 5)); 1486 SIG_EXPR_LIST_DECL_SESG(Y2, VBCK, VB, SIG_DESC_SET(SCU500, 5)); 1493 SIG_EXPR_LIST_DECL_SESG(Y3, VBMOSI, VB, SIG_DESC_SET(SCU500, 5)); 1500 SIG_EXPR_LIST_DECL_SESG(Y4, VBMISO, VB, SIG_DESC_SET(SCU500, 5)); 1507 FUNC_GROUP_DECL(VB, Y1, Y2, Y3, Y4); 2107 ASPEED_PINCTRL_GROUP(VB), 2326 ASPEED_PINCTRL_FUNC(VB),
|
/kernel/linux/linux-6.6/drivers/pinctrl/aspeed/ |
H A D | pinctrl-aspeed-g6.c | 1497 SIG_EXPR_LIST_DECL_SESG(Y1, VBCS, VB, SIG_DESC_SET(SCU500, 5)); 1503 SIG_EXPR_LIST_DECL_SESG(Y2, VBCK, VB, SIG_DESC_SET(SCU500, 5)); 1510 SIG_EXPR_LIST_DECL_SESG(Y3, VBMOSI, VB, SIG_DESC_SET(SCU500, 5)); 1517 SIG_EXPR_LIST_DECL_SESG(Y4, VBMISO, VB, SIG_DESC_SET(SCU500, 5)); 1524 FUNC_GROUP_DECL(VB, Y1, Y2, Y3, Y4); 2127 ASPEED_PINCTRL_GROUP(VB), 2349 ASPEED_PINCTRL_FUNC(VB),
|