Home
last modified time | relevance | path

Searched refs:M_MASK (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/powerpc/xmon/
Dppc-opc.c2473 #define M_MASK M (0x3f, 1) macro
2483 #define MMBME_MASK (M_MASK | MB_MASK | ME_MASK)
2486 #define MSHME_MASK (M_MASK | SH_MASK | ME_MASK)
4599 {"rlwimi", M(20,0), M_MASK, PPCCOM, PPCVLE, {RA, RS, SH, MBE, ME}},
4600 {"rlimi", M(20,0), M_MASK, PWRCOM, PPCVLE, {RA, RS, SH, MBE, ME}},
4602 {"rlwimi.", M(20,1), M_MASK, PPCCOM, PPCVLE, {RA, RS, SH, MBE, ME}},
4603 {"rlimi.", M(20,1), M_MASK, PWRCOM, PPCVLE, {RA, RS, SH, MBE, ME}},
4607 {"rlwinm", M(21,0), M_MASK, PPCCOM, PPCVLE, {RA, RS, SH, MBE, ME}},
4608 {"rlinm", M(21,0), M_MASK, PWRCOM, PPCVLE, {RA, RS, SH, MBE, ME}},
4611 {"rlwinm.", M(21,1), M_MASK, PPCCOM, PPCVLE, {RA, RS, SH, MBE, ME}},
[all …]
/Linux-v4.19/drivers/atm/
Diphase.c314 #define M_MASK 0x1ff in cellrate_to_float() macro
326 flot = NZ | (i << M_BITS) | (cr & M_MASK); in cellrate_to_float()
328 flot = NZ | (i << M_BITS) | ((cr << (M_BITS - i)) & M_MASK); in cellrate_to_float()
330 flot = NZ | (i << M_BITS) | ((cr >> (i - M_BITS)) & M_MASK); in cellrate_to_float()
345 mantissa = rate & M_MASK;
/Linux-v4.19/drivers/iommu/
Dmsm_iommu_hw-8xxx.h1136 #define M (M_MASK << M_SHIFT)
1598 #define M_MASK 0x01 macro