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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIPeepholeSDWA.cpp 143 bool Sext;
150 SrcSel(SrcSel_), Abs(Abs_), Neg(Neg_), Sext(Sext_) {}
158 bool getSext() const { return Sext; }
255 << " sext:" << getSext() << '\n';
347 assert(!Sext &&
351 } else if (Sext) {
352 Mods |= SISrcMods::SEXT;
558 // to SDWA src:v0 src_sel:WORD_1/BYTE_3 sext:1
599 // to SDWA src:v0 src_sel:BYTE_1 sext:1
    [all...]
  /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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 97 bool Sext = false;
100 bool hasIntModifiers() const { return Sext; }
112 Operand |= Sext ? SISrcMods::SEXT : 0;
774 OS << "abs:" << Mods.Abs << " neg: " << Mods.Neg << " sext:" << Mods.Sext;
    [all...]
  /external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
spirv.cs 326 Sext = 1,
  /external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
spirv.cs 330 Sext = 1,
  /external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
spirv.cs 333 Sext = 1,
  /external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
spirv.cs 366 Sext = 1,
    [all...]
  /external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
spirv.cs 326 Sext = 1,
  /external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
spirv.cs 330 Sext = 1,
  /external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
spirv.cs 333 Sext = 1,
  /external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
spirv.cs 370 Sext = 1,
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 665 milliseconds