HomeSort by relevance Sort by last modified time
    Searched defs:SEXT (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/AMDGPU/
SIDefines.h 89 // NEG and SEXT share same bit-mask because they can't be set simultaneously.
94 SEXT = 1 << 0 // Integer sign-extend modifier
  /toolchain/binutils/binutils-2.27/include/opcode/
m88k.h 360 #define SEXT(src,off,wid) \
  /toolchain/binutils/binutils-2.27/gas/config/
tc-m68k.c     [all...]
tc-tic6x.c 35 #define SEXT(X) ((TRUNC (X) ^ 0x80000000U) - 0x80000000U)
    [all...]

Completed in 94 milliseconds