Home
last modified time | relevance | path

Searched refs:Pand (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/icu/source/data/lang/
Dwae.txt96 pa{"Pandšabiš"}
/third_party/icu/icu4c/source/data/lang/
Dwae.txt96 pa{"Pandšabiš"}
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
Dmacro-assembler-shared-ia32-x64.cc419 Pand(dst, tmp2); in I8x16Shl()
443 Pand(dst, src1, tmp2); in I8x16Shl()
503 Pand(dst, tmp2); in I8x16ShrU()
Dmacro-assembler-shared-ia32-x64.h351 AVX_OP_WITH_DIFF_SSE_INSTR(Pand, pand, andps)
773 Pand(tmp, src); in I32x4TruncF32x4U()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstX8664.h193 Pand, enumerator
1635 class InstX86Pand : public InstX86BaseBinopXmm<InstX86Base::Pand, false,
1644 : InstX86BaseBinopXmm<InstX86Base::Pand, false, in InstX86Pand()
3103 using Pand = InstX86Pand; member
DIceInstX8632.h254 Pand, enumerator
1694 class InstX86Pand : public InstX86BaseBinopXmm<InstX86Base::Pand, false,
1703 : InstX86BaseBinopXmm<InstX86Base::Pand, false, in InstX86Pand()
3204 using Pand = InstX86Pand; member
DIceTargetLoweringX8632.h643 Context.insert<Insts::Pand>(Dest, Src0); in _pand()
DIceTargetLoweringX8664.h637 Context.insert<Insts::Pand>(Dest, Src0); in _pand()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc3002 __ Pand(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local