Home
last modified time | relevance | path

Searched refs:NEG_HI (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIDefines.h165 NEG_HI = ABS, // Floating-point negate high packed component modifier. enumerator
DAMDGPUISelDAGToDAG.cpp1945 Mods ^= (SISrcMods::NEG | SISrcMods::NEG_HI); in SelectVOP3PMods()
1962 Mods ^= SISrcMods::NEG_HI; in SelectVOP3PMods()
DSIInstrInfo.td988 int NEG_HI = ABS;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/InstPrinter/
DAMDGPUInstPrinter.cpp902 printPackedModifier(MI, " neg_hi:[", SISrcMods::NEG_HI, O); in printNegHi()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp5086 ModVal |= SISrcMods::NEG_HI; in cvtVOP3P()