Searched refs:IsExtract (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerARM32.cpp | 1075 const Operand *OpRt, bool IsExtract, in emitInsertExtractInt() argument 1112 (encodeBool(IsExtract) << 20) | in emitInsertExtractInt() 3115 constexpr bool IsExtract = true; in vmovqir() local 3116 emitInsertExtractInt(Cond, OpQn, Index, OpRt, !IsExtract, Vmovdr); in vmovqir() 3133 constexpr bool IsExtract = true; in vmovrqi() local 3134 emitInsertExtractInt(Cond, OpQn, Index, OpRt, IsExtract, Vmovrd); in vmovrqi()
|
D | IceAssemblerARM32.h | 809 uint32_t Index, const Operand *OpRt, bool IsExtract,
|