Searched defs:Source1 (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInst.cpp | 282 Operand *Source1, Operand *Source2) in InstArithmetic() 363 Operand *Source1, Operand *Source2) in InstExtractElement() 369 InstFcmp::InstFcmp(Cfg *Func, FCond Condition, Variable *Dest, Operand *Source1, in InstFcmp() 376 InstIcmp::InstIcmp(Cfg *Func, ICond Condition, Variable *Dest, Operand *Source1, in InstIcmp() 384 Operand *Source1, Operand *Source2, in InstInsertElement()
|
D | IceConverter.cpp | 515 Ice::Operand *Source1 = convertValue(Instr->getOperand(0)); in convertExtractElementInstruction() local 522 Ice::Operand *Source1 = convertValue(Instr->getOperand(0)); in convertInsertElementInstruction() local 532 Ice::Operand *Source1 = convertValue(Instr->getTrueValue()); in convertSelectInstruction() local
|
D | IceInst.h | 319 Operand *Source1, Operand *Source2) { in create() 497 static InstExtractElement *create(Cfg *Func, Variable *Dest, Operand *Source1, in create() 530 Operand *Source1, Operand *Source2) { in create() 562 Operand *Source1, Operand *Source2) { in create() 586 static InstInsertElement *create(Cfg *Func, Variable *Dest, Operand *Source1, in create()
|
D | IceInstX86BaseImpl.h | 66 Variable *Source1, in InstX86Mul() 75 Variable *Source1, in InstX86Shld() 85 Variable *Source1, in InstX86Shrd()
|