Searched refs:Cmpps (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX86Base.h | 94 Cmpps, enumerator 2507 return InstX86Base::isClassof(Instr, InstX86Base::Cmpps); in classof() 3284 using Cmpps = typename InstImpl<TraitsType>::InstX86Cmpps; member
|
D | IceTargetLoweringX86Base.h | 603 Context.insert<typename Traits::Insts::Cmpps>(Dest, Src0, Condition); in _cmpps()
|
D | IceInstX86BaseImpl.h | 205 : InstX86Base(Func, InstX86Base::Cmpps, 2, Dest), Condition(Condition) { in InstX86Cmpps()
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | XmmArith.cpp | 708 TEST_F(AssemblerX8664Test, Cmpps) { in TEST_F() argument
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | XmmArith.cpp | 695 TEST_F(AssemblerX8632Test, Cmpps) { in TEST_F() argument
|