/openbmc/qemu/target/s390x/tcg/ |
H A D | vec_int_helper.c | 100 #define DEF_VAVG(BITS) \ argument 116 #define DEF_VAVGL(BITS) \ argument 132 #define DEF_VCLZ(BITS) \ argument 146 #define DEF_VCTZ(BITS) \ argument 262 #define DEF_VMAL(BITS) \ argument 279 #define DEF_VMAH(BITS) \ argument 296 #define DEF_VMALH(BITS) \ argument 313 #define DEF_VMAE(BITS, TBITS) \ argument 331 #define DEF_VMALE(BITS, TBITS) \ argument 349 #define DEF_VMAO(BITS, TBITS) \ argument [all …]
|
H A D | vec_string_helper.c | 136 #define DEF_VFAE_HELPER(BITS) \ argument 150 #define DEF_VFAE_CC_HELPER(BITS) \ argument 197 #define DEF_VFEE_HELPER(BITS) \ argument 209 #define DEF_VFEE_CC_HELPER(BITS) \ argument 262 #define DEF_VFENE_HELPER(BITS) \ argument 274 #define DEF_VFENE_CC_HELPER(BITS) \ argument 312 #define DEF_VISTR_HELPER(BITS) \ argument 321 #define DEF_VISTR_CC_HELPER(BITS) \ argument 420 #define DEF_VSTRC_HELPER(BITS) \ argument 433 #define DEF_VSTRC_RT_HELPER(BITS) \ argument [all …]
|
H A D | vec_helper.c | 68 #define DEF_VPK_HFN(BITS, TBITS) \ argument 93 #define DEF_VPK(BITS, TBITS) \ argument 107 #define DEF_VPKS(BITS, TBITS) \ argument 141 #define DEF_VPKLS(BITS, TBITS) \ argument
|
H A D | vec_fpu_helper.c | 226 #define DEF_GVEC_VOP2_FN(NAME, FN, BITS) \ argument 321 #define DEF_GVEC_VOP3_B(NAME, OP, BITS) \ argument 400 #define DEF_GVEC_WFC_B(NAME, SIGNAL, BITS) \ argument 501 #define DEF_GVEC_VFC_B(NAME, OP, BITS) \ argument 679 #define DEF_GVEC_VFMA_B(NAME, FLAGS, BITS) \ argument 1080 #define DEF_GVEC_VFMINMAX_B(NAME, IS_MIN, BITS) \ argument
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_logging.h | 44 #define SCSI_LOG_LEVEL(SHIFT, BITS) \ argument 47 #define SCSI_CHECK_LOGGING(SHIFT, BITS, LEVEL, CMD) \ argument 55 #define SCSI_LOG_LEVEL(SHIFT, BITS) 0 argument 56 #define SCSI_CHECK_LOGGING(SHIFT, BITS, LEVEL, CMD) do { } while (0) argument
|
H A D | aha152x.h | 291 #define SETBITS(PORT, BITS) outb( (inb(PORT) | (BITS)), (PORT) ) argument 292 #define CLRBITS(PORT, BITS) outb( (inb(PORT) & ~(BITS)), (PORT) ) argument 293 #define TESTHI(PORT, BITS) ((inb(PORT) & (BITS)) == (BITS)) argument 294 #define TESTLO(PORT, BITS) ((inb(PORT) & (BITS)) == 0) argument
|
/openbmc/linux/arch/x86/um/ |
H A D | Makefile | 7 BITS := 32 macro 9 BITS := 64 macro
|
/openbmc/linux/arch/sparc/ |
H A D | Makefile | 25 export BITS := 32 macro 44 export BITS := 64 macro
|
/openbmc/linux/arch/riscv/ |
H A D | Makefile | 30 BITS := 64 macro 38 BITS := 32 macro
|
/openbmc/linux/arch/x86/ |
H A D | Makefile | 89 BITS := 32 macro 122 BITS := 64 macro
|
/openbmc/linux/arch/powerpc/ |
H A D | Makefile | 35 BITS := 64 macro 37 BITS := 32 macro
|
/openbmc/linux/drivers/message/fusion/ |
H A D | mptdebug.h | 69 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \ argument 75 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \ argument
|
/openbmc/linux/drivers/media/platform/mediatek/mdp/ |
H A D | mtk_mdp_regs.c | 14 #define MDP_COLORFMT_PACK(VIDEO, PLANE, COPLANE, HF, VF, BITS, GROUP, SWAP, ID)\ argument
|
/openbmc/linux/tools/perf/dlfilters/ |
H A D | dlfilter-show-cycles.c | 22 #define BITS 16 macro
|
/openbmc/u-boot/lib/zlib/ |
H A D | inflate.c | 225 #define BITS(n) \ macro
|
/openbmc/linux/lib/zlib_inflate/ |
H A D | inflate.c | 232 #define BITS(n) \ macro
|
/openbmc/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_debug.h | 71 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \ argument
|
/openbmc/linux/sound/core/oss/ |
H A D | rate.c | 28 #define BITS (1<<SHIFT) macro
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | coex.h | 13 #define BITS(nb) (BIT(nb) - 1) macro
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | lkkbd.c | 251 #define CHECK_LED(LK, VAR_ON, VAR_OFF, LED, BITS) do { \ argument
|
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 6470 #define MSA_FLOAT_COND(DEST, OP, ARG1, ARG2, BITS, QUIET) \ argument 6489 #define MSA_FLOAT_AF(DEST, ARG1, ARG2, BITS, QUIET) \ argument 6497 #define MSA_FLOAT_UEQ(DEST, ARG1, ARG2, BITS, QUIET) \ argument 6505 #define MSA_FLOAT_NE(DEST, ARG1, ARG2, BITS, QUIET) \ argument 6513 #define MSA_FLOAT_UNE(DEST, ARG1, ARG2, BITS, QUIET) \ argument 6524 #define MSA_FLOAT_ULE(DEST, ARG1, ARG2, BITS, QUIET) \ argument 6532 #define MSA_FLOAT_ULT(DEST, ARG1, ARG2, BITS, QUIET) \ argument 6540 #define MSA_FLOAT_OR(DEST, ARG1, ARG2, BITS, QUIET) \ argument 7070 #define IS_DENORMAL(ARG, BITS) \ argument 7429 #define NUMBER_QNAN_PAIR(ARG1, ARG2, BITS, STATUS) \ argument [all …]
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | disasm.h | 32 #define BITS(word, s, e) (((word) >> (s)) & (~((-2) << ((e) - (s))))) macro
|
/openbmc/linux/drivers/mfd/ |
H A D | db8500-prcmu-regs.h | 15 #define BITS(_start, _end) ((BIT(_end) - BIT(_start)) + BIT(_end)) macro
|
/openbmc/qemu/hw/net/ |
H A D | i82596.c | 32 #define BITS(n, m) (((0xffffffffU << (31 - n)) >> (31 - n + m)) << m) macro
|
/openbmc/linux/drivers/media/platform/mediatek/mdp3/ |
H A D | mtk-mdp3-regs.h | 21 #define MDP_COLOR(COMPRESS, PACKED, LOOSE, VIDEO, PLANE, HF, VF, BITS, GROUP, SWAP, ID)\ argument
|