Home
last modified time | relevance | path

Searched refs:BYTE_MASK (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dstats.h37 BYTE_MASK = 0, enumerator
173 if (type == BYTE_MASK) { in bnxt_re_get_cfa_stat_mask()
H A Dstats.c166 BYTE_MASK); in bnxt_re_get_qos_stats()
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsadefs.h274 #define BYTE_MASK 0xff macro
H A Dsampicmd.c1184 …, phyId 0x%X operation 0x%x dw2 0x%x\n",phyId, operation,(((operation & BYTE_MASK) << SHIFT8) | (p… in mpiLocalPhyControlCmd()
1190 (((operation & BYTE_MASK) << SHIFT8) | (phyId & SM_PHYID_MASK))); in mpiLocalPhyControlCmd()
/freebsd/lib/libc/db/hash/
H A Dhash_page.c610 #define BYTE_MASK ((1 << INT_BYTE_SHIFT) -1) macro
629 ip[clearints - 1] = ALL_SET << (nbits & BYTE_MASK); in __ibitmap()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h160 BYTE_MASK, enumerator
H A DSystemZISelDAGToDAG.cpp1179 assert((VCI.Opcode == SystemZISD::BYTE_MASK || in loadVectorConstant()
H A DSystemZOperators.td322 def z_byte_mask : SDNode<"SystemZISD::BYTE_MASK", SDT_ZReplicate>;
H A DSystemZISelLowering.cpp823 Opcode = SystemZISD::BYTE_MASK; in isVectorConstantLegal()
6418 OPCODE(BYTE_MASK); in getTargetNodeName()