HomeSort by: relevance | last modified time | path
    Searched defs:CLASS_MASK (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/nsd/dist/simdzone/src/generic/
type.h 91 # define CLASS_MASK (0xffffffffffllu)
96 # define CLASS_MASK (0xffffffffff000000llu)
154 else if ((input0 & CLASS_MASK) == CLASS)
203 #undef CLASS_MASK
  /src/external/bsd/nsd/dist/simdzone/src/westmere/
type.h 90 #define CLASS_MASK (0xffffffffffllu)
139 else if ((prefix & CLASS_MASK) == CLASS)
182 #undef CLASS_MASK
  /src/external/gpl3/binutils/dist/gas/config/
bfin-defs.h 173 #define CLASS_MASK 0xf0
185 #define _TYPECHECK(r, x) (((r).regno & CLASS_MASK) == T_REG_##x)
  /src/external/gpl3/binutils/dist/opcodes/
z8k-opc.h 77 #define CLASS_MASK 0x1fff0
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-defs.h 173 #define CLASS_MASK 0xf0
185 #define _TYPECHECK(r, x) (((r).regno & CLASS_MASK) == T_REG_##x)
  /src/external/gpl3/binutils.old/dist/opcodes/
z8k-opc.h 77 #define CLASS_MASK 0x1fff0
  /src/external/gpl3/gdb.old/dist/opcodes/
z8k-opc.h 77 #define CLASS_MASK 0x1fff0
  /src/external/gpl3/gdb/dist/opcodes/
z8k-opc.h 77 #define CLASS_MASK 0x1fff0

Completed in 35 milliseconds