Home
last modified time | relevance | path

Searched refs:dmask (Results 1 – 25 of 39) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DMIMGInstructions.td228 DMask:$dmask, UNorm:$unorm, GLC:$glc, SLC:$slc,
231 let AsmString = asm#" $vdata, $vaddr, $srsrc$dmask$unorm$glc$slc$r128$tfe$lwe$da"
239 let InOperandList = !con((ins AddrRC:$vaddr0, SReg_256:$srsrc, DMask:$dmask,
243 let AsmString = opcode#" $vdata, $vaddr0, $srsrc$dmask$dim$unorm$dlc$glc$slc$r128$tfe$lwe"
252 (ins SReg_256:$srsrc, DMask:$dmask,
256 let AsmString = opcode#" $vdata, "#AddrAsm#", $srsrc$dmask$dim$unorm$dlc$glc$slc$r128$tfe$lwe"
321 DMask:$dmask, UNorm:$unorm, GLC:$glc, SLC:$slc,
324 let AsmString = asm#" $vdata, $vaddr, $srsrc$dmask$unorm$glc$slc$r128$tfe$lwe$da"
333 DMask:$dmask, Dim:$dim, UNorm:$unorm, DLC:$dlc,
336 let AsmString = opcode#" $vdata, $vaddr0, $srsrc$dmask$dim$unorm$dlc$glc$slc$r128$tfe$lwe"
[all …]
DSIAddIMGInit.cpp103 TII->getNamedOperand(MI, AMDGPU::OpName::dmask); in runOnMachineFunction()
108 unsigned dmask = MO_Dmask->getImm(); in runOnMachineFunction() local
112 TII->isGather4(Opcode) ? 4 : countPopulation(dmask); in runOnMachineFunction()
/third_party/node/deps/npm/lib/doctor/
Dcheck-files-permission.js9 function checkFilesPermission (root, fmask, dmask, cb) { argument
43 fs.access(file, stat.isFile() ? fmask : dmask, (err) => {
/third_party/skia/third_party/externals/zlib/
Dinffast.c76 unsigned dmask; /* mask for first level of distance codes */ local
103 dmask = (1U << state->distbits) - 1;
145 here = dcode[hold & dmask];
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dinffast.c72 unsigned dmask; /* mask for first level of distance codes */ local
99 dmask = (1U << state->distbits) - 1;
141 here = dcode[hold & dmask];
/third_party/zlib/
Dinffast.c72 unsigned dmask; /* mask for first level of distance codes */ local
99 dmask = (1U << state->distbits) - 1;
141 here = dcode[hold & dmask];
/third_party/flutter/skia/third_party/externals/zlib/
Dinffast.c76 unsigned dmask; /* mask for first level of distance codes */ local
103 dmask = (1U << state->distbits) - 1;
145 here = dcode[hold & dmask];
/third_party/node/deps/zlib/
Dinffast.c76 unsigned dmask; /* mask for first level of distance codes */ local
103 dmask = (1U << state->distbits) - 1;
145 here = dcode[hold & dmask];
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Dinffast.c72 unsigned dmask; /* mask for first level of distance codes */ local
99 dmask = (1U << state->distbits) - 1;
141 here = dcode[hold & dmask];
/third_party/zlib/contrib/masmx64/
Dinffas8664.c99 /*104 60 */ unsigned dmask; /* r13 mask for dcode */ member
140 ar.dmask = (1U << state->distbits) - 1;
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/masmx64/
Dinffas8664.c99 /*104 60 */ unsigned dmask; /* r13 mask for dcode */ member
140 ar.dmask = (1U << state->distbits) - 1;
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/masmx64/
Dinffas8664.c99 /*104 60 */ unsigned dmask; /* r13 mask for dcode */ member
140 ar.dmask = (1U << state->distbits) - 1;
/third_party/flutter/skia/third_party/externals/zlib/contrib/optimizations/
Dinffast_chunk.c97 unsigned dmask; /* mask for first level of distance codes */ local
125 dmask = (1U << state->distbits) - 1;
185 here = dcode[hold & dmask];
/third_party/node/deps/zlib/contrib/optimizations/
Dinffast_chunk.c97 unsigned dmask; /* mask for first level of distance codes */ local
125 dmask = (1U << state->distbits) - 1;
185 here = dcode[hold & dmask];
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
Dinffast_chunk.c97 unsigned dmask; /* mask for first level of distance codes */ local
125 dmask = (1U << state->distbits) - 1;
185 here = dcode[hold & dmask];
/third_party/libwebsockets/win32port/zlib/
Dinffast.c89 unsigned dmask; /* mask for first level of distance codes */ local
116 dmask = (1U << state->distbits) - 1;
158 here = dcode[hold & dmask];
/third_party/uboot/u-boot-2020.01/lib/zlib/
Dinffast.c90 unsigned dmask; /* mask for first level of distance codes */ in inflate_fast() local
125 dmask = (1U << state->distbits) - 1; in inflate_fast()
167 this = dcode[hold & dmask]; in inflate_fast()
/third_party/flutter/skia/third_party/externals/wuffs/script/
Dwuffs-deflate-decoder-decode-huffman.c282 uint32_t dmask = MASK(self->private_impl.f_n_huffs_bits[1]); in c_wuffs_deflate__decoder__decode_huffman_fast() local
373 table_entry = self->private_data.f_huffs[1][bits & dmask]; in c_wuffs_deflate__decoder__decode_huffman_fast()
/third_party/flutter/skia/third_party/externals/wuffs/std/deflate/
Ddecode_huffman_slow.wuffs21 var dmask base.u32[..511]
49 dmask = ((1 as base.u32) << this.n_huffs_bits[1]) - 1
143 table_entry = this.huffs[1][bits & dmask]
/third_party/ntfs-3g/src/
Dntfs-3g_common.h138 unsigned int dmask; member
/third_party/zlib/contrib/inflate86/
Dinffast.S185 #define dmask 4 /* unsigned int */ macro
299 movl %eax, dmask(%esp)
558 movl dmask(%esp), %edx /* edx = dmask */
896 movd dmask(%esp), dmask_mm
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/inflate86/
Dinffast.S185 #define dmask 4 /* unsigned int */ macro
299 movl %eax, dmask(%esp)
558 movl dmask(%esp), %edx /* edx = dmask */
896 movd dmask(%esp), dmask_mm
Dinffas86.c94 /*104 60 */ unsigned dmask; /* r13 mask for dcode */ member
123 ar.dmask = (1U << state->distbits) - 1;
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/inflate86/
Dinffast.S185 #define dmask 4 /* unsigned int */ macro
299 movl %eax, dmask(%esp)
558 movl dmask(%esp), %edx /* edx = dmask */
896 movd dmask(%esp), dmask_mm
Dinffas86.c94 /*104 60 */ unsigned dmask; /* r13 mask for dcode */ member
123 ar.dmask = (1U << state->distbits) - 1;

12