Searched refs:StoreQ (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX8632.h | 297 StoreQ, enumerator 2805 return InstX86Base::isClassof(Instr, InstX86Base::StoreQ); in classof() 2826 return InstX86Base::isClassof(Instr, InstX86Base::StoreQ); in classof() 3266 using StoreQ = InstX86StoreQ; member
|
D | IceInstX8664.h | 236 StoreQ, enumerator 2746 return InstX86Base::isClassof(Instr, InstX86Base::StoreQ); in classof() 2767 return InstX86Base::isClassof(Instr, InstX86Base::StoreQ); in classof() 3165 using StoreQ = InstX86StoreQ; member
|
D | IceTargetLoweringX8664.h | 764 Context.insert<Insts::StoreQ>(Value, Mem); in _storeq()
|
D | IceTargetLoweringX8632.h | 770 Context.insert<Insts::StoreQ>(Value, Mem); in _storeq()
|
D | IceInstX8632.cpp | 331 : InstX86Base(Func, InstX86Base::StoreQ, 2, nullptr) { in InstX86StoreQ()
|
D | IceInstX8664.cpp | 319 : InstX86Base(Func, InstX86Base::StoreQ, 2, nullptr) { in InstX86StoreQ()
|