Searched refs:InstX86Movzx (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX8632.h | 1265 class InstX86Movzx : public InstX86BaseUnaryopGPR<InstX86Base::Movzx> { 1267 static InstX86Movzx *create(Cfg *Func, Variable *Dest, Operand *Src) { in create() 1270 return new (Func->allocate<InstX86Movzx>()) InstX86Movzx(Func, Dest, Src); in create() 1282 InstX86Movzx(Cfg *Func, Variable *Dest, Operand *Src) in InstX86Movzx() function 3175 using Movzx = InstX86Movzx; 3301 template <> constexpr const char *InstX86Movzx::Base::Opcode = "movz"; 3409 constexpr const Assembler::GPREmitterRegOp InstX86Movzx::Base::Emitter = {
|
D | IceInstX8664.h | 1204 class InstX86Movzx : public InstX86BaseUnaryopGPR<InstX86Base::Movzx> { 1206 static InstX86Movzx *create(Cfg *Func, Variable *Dest, Operand *Src) { in create() 1209 return new (Func->allocate<InstX86Movzx>()) InstX86Movzx(Func, Dest, Src); in create() 1221 InstX86Movzx(Cfg *Func, Variable *Dest, Operand *Src) in InstX86Movzx() function 3074 using Movzx = InstX86Movzx; 3198 template <> constexpr const char *InstX86Movzx::Base::Opcode = "movz"; 3306 constexpr const Assembler::GPREmitterRegOp InstX86Movzx::Base::Emitter = {
|
D | IceInstX8664.cpp | 2329 bool InstX86Movzx::mayBeElided(const Variable *Dest, in mayBeElided() 2351 void InstX86Movzx::emit(const Cfg *Func) const { in emit() 2379 void InstX86Movzx::emitIAS(const Cfg *Func) const { in emitIAS()
|
D | IceInstX8632.cpp | 2313 void InstX86Movzx::emit(const Cfg *Func) const { in emit() 2319 void InstX86Movzx::emitIAS(const Cfg *Func) const { in emitIAS()
|