• Home
  • Raw
  • Download

Lines Matching refs:Source2

1023                       Operand *Source2)  in InstX86BaseTernop()
1027 this->addSource(Source2); in InstX86BaseTernop()
2220 Operand *Source2) { in create()
2222 InstX86Idiv(Func, Dest, Source1, Source2); in create()
2229 InstX86Idiv(Cfg *Func, Variable *Dest, Operand *Source1, Operand *Source2) in InstX86Idiv()
2230 : InstX86BaseTernop<InstX86Base::Idiv>(Func, Dest, Source1, Source2) {} in InstX86Idiv()
2236 Operand *Source2) { in create()
2238 InstX86Div(Func, Dest, Source1, Source2); in create()
2245 InstX86Div(Cfg *Func, Variable *Dest, Operand *Source1, Operand *Source2) in InstX86Div()
2246 : InstX86BaseTernop<InstX86Base::Div>(Func, Dest, Source1, Source2) {} in InstX86Div()
2252 Operand *Source2) { in create()
2254 InstX86Insertps(Func, Dest, Source1, Source2); in create()
2261 Operand *Source2) in InstX86Insertps()
2263 Source2) {} in InstX86Insertps()
2269 Operand *Source2) { in create()
2275 InstX86Pinsr(Func, Dest, Source1, Source2); in create()
2282 InstX86Pinsr(Cfg *Func, Variable *Dest, Operand *Source1, Operand *Source2) in InstX86Pinsr()
2283 : InstX86BaseTernop<InstX86Base::Pinsr>(Func, Dest, Source1, Source2) {} in InstX86Pinsr()
2289 Operand *Source2) { in create()
2291 InstX86Shufps(Func, Dest, Source1, Source2); in create()
2297 InstX86Shufps(Cfg *Func, Variable *Dest, Operand *Source1, Operand *Source2) in InstX86Shufps()
2298 : InstX86BaseTernop<InstX86Base::Shufps>(Func, Dest, Source1, Source2) { in InstX86Shufps()
2305 Operand *Source2) { in create()
2309 InstX86Blendvps(Func, Dest, Source1, Source2); in create()
2317 Operand *Source2) in InstX86Blendvps()
2319 Source2) {} in InstX86Blendvps()
2325 Operand *Source2) { in create()
2329 InstX86Pblendvb(Func, Dest, Source1, Source2); in create()
2337 Operand *Source2) in InstX86Pblendvb()
2339 Source2) {} in InstX86Pblendvb()
2405 Operand *Source2) { in create()
2407 InstX86Mul(Func, Dest, Source1, Source2); in create()
2417 InstX86Mul(Cfg *Func, Variable *Dest, Variable *Source1, Operand *Source2);
2428 Operand *Source2) { in create()
2430 InstX86Shld(Func, Dest, Source1, Source2); in create()
2440 InstX86Shld(Cfg *Func, Variable *Dest, Variable *Source1, Operand *Source2);
2451 Operand *Source2) { in create()
2453 InstX86Shrd(Func, Dest, Source1, Source2); in create()
2463 InstX86Shrd(Cfg *Func, Variable *Dest, Variable *Source1, Operand *Source2);
2713 static InstX86Test *create(Cfg *Func, Operand *Source1, Operand *Source2) { in create()
2715 InstX86Test(Func, Source1, Source2); in create()
2725 InstX86Test(Cfg *Func, Operand *Source1, Operand *Source2);