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

  /external/llvm/bindings/ocaml/llvm/
llvm.ml 87 | Sext
187 | SExt
772 | Attribute.Sext -> Int32.shift_left 1l 1
808 checkattr Attribute.Sext;
    [all...]
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 68 bool Sext;
71 bool hasIntModifiers() const { return Sext; }
83 Operand |= Sext ? SISrcMods::SEXT : 0;
536 OS << "abs:" << Mods.Abs << " neg: " << Mods.Neg << " sext:" << Mods.Sext;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 464 milliseconds