Home
last modified time | relevance | path

Searched refs:InstX86Subps (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInstX8632.h1535 class InstX86Subps
1539 static InstX86Subps *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
1540 return new (Func->allocate<InstX86Subps>()) in create()
1541 InstX86Subps(Func, Dest, Source); in create()
1545 InstX86Subps(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Subps() function
3195 using Subps = InstX86Subps;
3326 template <> constexpr const char *InstX86Subps::Base::Opcode = "sub";
3557 constexpr const Assembler::XmmEmitterRegOp InstX86Subps::Base::Emitter = {
DIceInstX8664.h1476 class InstX86Subps
1480 static InstX86Subps *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
1481 return new (Func->allocate<InstX86Subps>()) in create()
1482 InstX86Subps(Func, Dest, Source); in create()
1486 InstX86Subps(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Subps() function
3094 using Subps = InstX86Subps;
3223 template <> constexpr const char *InstX86Subps::Base::Opcode = "sub";
3454 constexpr const Assembler::XmmEmitterRegOp InstX86Subps::Base::Emitter = {