Searched refs:dmask (Results 1 - 19 of 19) sorted by relevance

/external/llvm/test/MC/AMDGPU/
H A Dmimg.s5 image_load v[4:6], v[237:240], s[28:35] dmask:0x7 unorm
6 // SICI: image_load v[4:6], v[237:240], s[28:35] dmask:0x7 unorm ; encoding: [0x00,0x17,0x00,0xf0,0xed,0x04,0x07,0x00]
7 // VI: image_load v[4:6], v[237:240], s[28:35] dmask:0x7 unorm ; encoding: [0x00,0x17,0x00,0xf0,0xed,0x04,0x07,0x00]
9 image_store v[193:195], v[237:240], s[28:35] dmask:0x7 unorm
10 // SICI: image_store v[193:195], v[237:240], s[28:35] dmask:0x7 unorm ; encoding: [0x00,0x17,0x20,0xf0,0xed,0xc1,0x07,0x00]
11 // VI : image_store v[193:195], v[237:240], s[28:35] dmask:0x7 unorm ; encoding: [0x00,0x17,0x20,0xf0,0xed,0xc1,0x07,0x00]
13 image_sample v[193:195], v[237:240], s[28:35], s[4:7] dmask:0x7 unorm
14 // SICI: image_sample v[193:195], v[237:240], s[28:35], s[4:7] dmask:0x7 unorm ; encoding: [0x00,0x17,0x80,0xf0,0xed,0xc1,0x27,0x00]
15 // VI : image_sample v[193:195], v[237:240], s[28:35], s[4:7] dmask:0x7 unorm ; encoding: [0x00,0x17,0x80,0xf0,0xed,0xc1,0x27,0x00]
17 image_atomic_add v4, v[192:195], s[28:35] dmask
[all...]
/external/valgrind/tests/
H A Dx86_amd64_features.c73 unsigned int level = 0, cmask = 0, dmask = 0, a, b, c, d; local
78 dmask = 1 << 0;
81 dmask = 1 << 15;
84 dmask = 1 << 23;
87 dmask = 1 << 22;
90 dmask = 1 << 25;
93 dmask = 1 << 26;
137 assert( !(cmask != 0 && dmask != 0) );
138 assert( !(cmask == 0 && dmask == 0) );
149 if (dmask >
[all...]
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_policy.h45 union nf_inet_addr dmask; member in struct:xt_policy_elem::__anon8999::__anon9000
52 union xt_policy_addr dmask;
/external/iptables/include/linux/netfilter/
H A Dxt_policy.h40 union xt_policy_addr dmask; member in struct:xt_policy_elem::__anon8313::__anon8314
/external/zlib/src/contrib/masmx64/
H A Dinffas8664.c99 /*104 60 */ unsigned dmask; /* r13 mask for dcode */ member in struct:inffast_ar
140 ar.dmask = (1U << state->distbits) - 1;
H A Dinffasx64.asm56 mov r13d, [rsp+104] ; /* r13d = dmask */
152 mov r8, r13 ; /* r8 = dmask */
164 mov eax, [r11+r8*4] ; /* eax = dcode[hold & dmask] */
/external/pdfium/third_party/zlib_v128/
H A Dinffast.c89 unsigned dmask; /* mask for first level of distance codes */ local
116 dmask = (1U << state->distbits) - 1;
158 here = dcode[hold & dmask];
/external/python/cpython2/Modules/zlib/
H A Dinffast.c89 unsigned dmask; /* mask for first level of distance codes */ local
116 dmask = (1U << state->distbits) - 1;
158 here = dcode[hold & dmask];
/external/syslinux/com32/lib/zlib/
H A Dinffast.c89 unsigned dmask; /* mask for first level of distance codes */ local
116 dmask = (1U << state->distbits) - 1;
158 here = dcode[hold & dmask];
/external/zlib/src/
H A Dinffast.c89 unsigned dmask; /* mask for first level of distance codes */ local
116 dmask = (1U << state->distbits) - 1;
158 here = dcode[hold & dmask];
/external/iptables/extensions/
H A Dlibxt_policy.c143 memcpy(&e->dmask, &cb->val.hmask, sizeof(cb->val.hmask));
288 xtables_ip6mask_to_numeric(&e->dmask.a6));
292 xtables_ipmask_to_numeric(&e->dmask.a4));
H A Dlibxt_hashlimit.c724 hashlimit_mt_print(const struct hashlimit_cfg2 *cfg, unsigned int dmask, int revision) argument
753 if (cfg->srcmask != dmask)
755 if (cfg->dstmask != dmask)
834 hashlimit_mt_save(const struct hashlimit_cfg2 *cfg, const char* name, unsigned int dmask, int revision) argument
867 if (cfg->srcmask != dmask)
869 if (cfg->dstmask != dmask)
/external/zlib/src/contrib/inflate86/
H A Dinffas86.c94 /*104 60 */ unsigned dmask; /* r13 mask for dcode */ member in struct:inffast_ar
123 ar.dmask = (1U << state->distbits) - 1;
149 " movl 104(%%rsp), %%r13d\n" /* r13d = dmask */
242 " movq %%r13, %%r8\n" /* r8 = dmask */
254 " movl (%%r11,%%r8,4), %%eax\n" /* eax = dcode[hold & dmask] */
565 " movl 60(%%esp), %%eax\n" /* eax = dmask */
568 " movl (%%ecx,%%eax,4), %%eax\n"/* eax = dcode[hold & dmask] */
892 mov eax, [esp+60] /* eax = dmask */
895 mov eax, [ecx+eax*4]/* eax = dcode[hold & dmask] */
H A Dinffast.S185 #define dmask 4 /* unsigned int */ define
280 * dmask = ( 1 << state->distbits ) - 1;
299 movl %eax, dmask(%esp)
540 * this = dcode[hold & dmask];
558 movl dmask(%esp), %edx /* edx = dmask */
561 movl (%ecx,%edx,4), %eax /* eax = dcode[hold & dmask] */
896 movd dmask(%esp), dmask_mm
/external/kernel-headers/original/uapi/linux/
H A Dsynclink.h234 __u32 dmask; member in struct:gpio_desc
/external/mesa3d/src/amd/common/
H A Dac_nir_to_llvm.c1611 txq_args[txq_arg_count++] = LLVMConstInt(ctx->i32, 0xf, 0); /* dmask */
2403 params[2] = LLVMConstInt(ctx->i32, 15, false); /* dmask */
2462 params[3] = LLVMConstInt(ctx->i32, 15, false); /* dmask */
3070 unsigned dmask)
3109 tinfo->args[num_args++] = LLVMConstInt(ctx->i32, dmask, 0);
3185 unsigned dmask = 0xf; local
3483 dmask = 1;
3485 dmask = 1 << instr->component;
3488 res_ptr, samp_ptr, address, count, dmask);
3064 set_tex_fetch_args(struct nir_to_llvm_context *ctx, struct ac_tex_info *tinfo, nir_tex_instr *instr, nir_texop op, LLVMValueRef res_ptr, LLVMValueRef samp_ptr, LLVMValueRef *param, unsigned count, unsigned dmask) argument
/external/iptables/iptables/
H A Dip6tables.c712 const struct in6_addr *daddr, const struct in6_addr *dmask,
719 fw->ipv6.dmsk = *dmask;
708 replace_entry(const xt_chainlabel chain, struct ip6t_entry *fw, unsigned int rulenum, const struct in6_addr *saddr, const struct in6_addr *smask, const struct in6_addr *daddr, const struct in6_addr *dmask, int verbose, struct xtc_handle *handle) argument
H A Diptables.c696 const struct in_addr *daddr, const struct in_addr *dmask,
703 fw->ip.dmsk.s_addr = dmask->s_addr;
692 replace_entry(const xt_chainlabel chain, struct ipt_entry *fw, unsigned int rulenum, const struct in_addr *saddr, const struct in_addr *smask, const struct in_addr *daddr, const struct in_addr *dmask, int verbose, struct xtc_handle *handle) argument
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c3683 emit_data->args[2] = lp_build_const_int32(gallivm, 15); /* dmask */
3899 emit_data->args[3] = lp_build_const_int32(gallivm, 15); /* dmask */
4240 emit_data->args[2] = lp_build_const_int32(gallivm, 15); /* dmask */
4293 unsigned dmask)
4321 emit_data->args[num_args++] = lp_build_const_int32(gallivm, dmask);
4545 unsigned dmask = 0xf; local
4849 dmask = 1 << gather_comp;
4853 samp_ptr, address, count, dmask);
4288 set_tex_fetch_args(struct si_shader_context *ctx, struct lp_build_emit_data *emit_data, unsigned opcode, unsigned target, LLVMValueRef res_ptr, LLVMValueRef samp_ptr, LLVMValueRef *param, unsigned count, unsigned dmask) argument

Completed in 1183 milliseconds