Searched refs:NotLea (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX86BaseImpl.h | 1234 constexpr bool NotLea = false; in emitIAS() local 1235 emitIASRegOpTyGPR(Func, NotLea, Ty, Var, Src, Emitter); in emitIAS() 1845 constexpr bool NotLea = false; in emitIAS() local 1846 emitIASRegOpTyGPR(Func, NotLea, Ty, SrcVar0, Src1, RegEmitter); in emitIAS() 1972 constexpr bool NotLea = false; in emitIAS() local 1973 emitIASRegOpTyGPR(Func, NotLea, Ty, SrcVar0, Src1, RegEmitter); in emitIAS() 2302 constexpr bool NotLea = false; in emitIAS() local 2303 emitIASRegOpTyGPR(Func, NotLea, DestTy, Dest, Src, GPRRegEmitter); in emitIAS() 2481 constexpr bool NotLea = false; in emitIAS() local 2482 emitIASRegOpTyGPR<false, true>(Func, NotLea, SrcTy, Dest, Src, this->Emitter); in emitIAS() [all …]
|