Searched refs:emitTwoAddress (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX86Base.h | 211 void emitTwoAddress(const Cfg *Func, const char *Opcode, 748 this->emitTwoAddress(Func, Opcode); in emit() 790 this->emitTwoAddress(Func, Opcode); in emit() 835 this->emitTwoAddress(Func, Opcode); in emit() 901 this->emitTwoAddress(Func, Opcode, SuffixString); in emit() 953 this->emitTwoAddress(Func, this->Opcode, in emit()
|
D | IceInstX86BaseImpl.h | 688 void InstImpl<TraitsType>::InstX86Base::emitTwoAddress( in emitTwoAddress() function 1215 this->emitTwoAddress(Func, this->Opcode); in emit()
|