Home
last modified time | relevance | path

Searched refs:andDst (Results 1 – 2 of 2) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DBuildIRImpl.cpp888 G4_DstRegRegion* andDst = createDstRegRegion(slot0SSO, 1); in initScratchSurfaceOffset() local
889 …auto andInst = createBinOp(G4_and, g4::SIMD1, andDst, R0_5, createImm(0xFFFFFC00, Type_UD), InstOp… in initScratchSurfaceOffset()
901 G4_DstRegRegion* andDst = createDstRegRegion(scratchSurfaceOffset, 1); in initScratchSurfaceOffset() local
902 …auto andInst = createBinOp(G4_and, g4::SIMD1, andDst, R0_5, createImm(0xFFFFFC00, Type_UD), InstOp… in initScratchSurfaceOffset()
H A DOptimizer.cpp8637 auto andDst = builder.createDst(rtail->getRegVar(), 0, 0, 1, Type_UW); in loadThreadPayload() local
8638 auto andInst = builder.createBinOp(G4_and, g4::SIMD1, andDst, andSrc0, in loadThreadPayload()