Home
last modified time | relevance | path

Searched refs:Sext (Results 1 – 25 of 54) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIPeepholeSDWA.cpp145 bool Sext; member in __anon751e5d270111::SDWASrcOperand
152 SrcSel(SrcSel_), Abs(Abs_), Neg(Neg_), Sext(Sext_) {} in SDWASrcOperand()
160 bool getSext() const { return Sext; } in getSext()
344 assert(!Sext && in getSrcMods()
348 } else if (Sext) { in getSrcMods()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInst.def60 X(Sext, "sext") \
DIceTargetLoweringMIPS32.cpp565 case InstCast::Sext: in genTargetHelperCallFor()
2772 lowerCast(InstCast::create(Func, InstCast::Sext, T0R, Src0R)); in lowerArithmetic()
2775 lowerCast(InstCast::create(Func, InstCast::Sext, T1R, Src1R)); in lowerArithmetic()
2815 lowerCast(InstCast::create(Func, InstCast::Sext, T0R, Src0R)); in lowerArithmetic()
2818 lowerCast(InstCast::create(Func, InstCast::Sext, T1R, Src1R)); in lowerArithmetic()
2867 lowerCast(InstCast::create(Func, InstCast::Sext, T0R, Src0R)); in lowerArithmetic()
2870 lowerCast(InstCast::create(Func, InstCast::Sext, T1R, Src1R)); in lowerArithmetic()
2903 lowerCast(InstCast::create(Func, InstCast::Sext, T0R, Src0R)); in lowerArithmetic()
2905 lowerCast(InstCast::create(Func, InstCast::Sext, T1R, Src1R)); in lowerArithmetic()
2935 lowerCast(InstCast::create(Func, InstCast::Sext, T0R, Src0R)); in lowerArithmetic()
[all …]
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
Dspirv.lua305 Sext = 1,
Dspirv.cs330 Sext = 1, enumerator
/third_party/spirv-headers/include/spirv/1.1/
Dspirv.cs330 Sext = 1, enumerator
Dspirv.lua305 Sext = 1,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.lua301 Sext = 1,
Dspirv.cs326 Sext = 1, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
Dspirv.lua308 Sext = 1,
Dspirv.cs333 Sext = 1, enumerator
/third_party/spirv-headers/include/spirv/1.0/
Dspirv.cs326 Sext = 1, enumerator
Dspirv.lua301 Sext = 1,
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
Dspirv.lua301 Sext = 1,
Dspirv.cs326 Sext = 1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
Dspirv.lua308 Sext = 1,
Dspirv.cs333 Sext = 1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
Dspirv.lua305 Sext = 1,
Dspirv.cs330 Sext = 1, enumerator
/third_party/spirv-headers/include/spirv/1.2/
Dspirv.lua308 Sext = 1,
Dspirv.cs333 Sext = 1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp98 bool Sext = false; member
101 bool hasIntModifiers() const { return Sext; } in hasIntModifiers()
113 Operand |= Sext ? SISrcMods::SEXT : 0u; in getIntModifiersOperand()
942 OS << "abs:" << Mods.Abs << " neg: " << Mods.Neg << " sext:" << Mods.Sext; in operator <<()
2596 bool Sext = trySkipId("sext"); in parseRegOrImmWithIntInputMods() local
2597 if (Sext && !skipToken(AsmToken::LParen, "expected left paren after sext")) in parseRegOrImmWithIntInputMods()
2607 return Sext? MatchOperand_ParseFail : Res; in parseRegOrImmWithIntInputMods()
2610 if (Sext && !skipToken(AsmToken::RParen, "expected closing parentheses")) in parseRegOrImmWithIntInputMods()
2614 Mods.Sext = Sext; in parseRegOrImmWithIntInputMods()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.annotation_test.cpp267 CASE(Sext),
/third_party/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary.annotation_test.cpp267 CASE(Sext),
/third_party/spirv-tools/test/
Dtext_to_binary.annotation_test.cpp267 CASE(Sext),

123