Searched refs:InstX86Pcmpgt (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX8632.h | 2178 class InstX86Pcmpgt 2182 static InstX86Pcmpgt *create(Cfg *Func, Variable *Dest, Operand *Source) { in create() 2184 return new (Func->allocate<InstX86Pcmpgt>()) in create() 2185 InstX86Pcmpgt(Func, Dest, Source); in create() 2189 InstX86Pcmpgt(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Pcmpgt() function 3237 using Pcmpgt = InstX86Pcmpgt; 3366 template <> constexpr const char *InstX86Pcmpgt::Base::Opcode = "pcmpgt"; 3521 constexpr const Assembler::XmmEmitterRegOp InstX86Pcmpgt::Base::Emitter = {
|
D | IceInstX8664.h | 2119 class InstX86Pcmpgt 2123 static InstX86Pcmpgt *create(Cfg *Func, Variable *Dest, Operand *Source) { in create() 2125 return new (Func->allocate<InstX86Pcmpgt>()) in create() 2126 InstX86Pcmpgt(Func, Dest, Source); in create() 2130 InstX86Pcmpgt(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Pcmpgt() function 3136 using Pcmpgt = InstX86Pcmpgt; 3263 template <> constexpr const char *InstX86Pcmpgt::Base::Opcode = "pcmpgt"; 3418 constexpr const Assembler::XmmEmitterRegOp InstX86Pcmpgt::Base::Emitter = {
|