/external/linux-kselftest/tools/testing/selftests/bpf/verifier/ |
D | atomic_fetch.c | 95 #define __ATOMIC_FETCH_OP_TEST(src_reg, dst_reg, operand1, op, operand2, expect) \ argument
|
/external/mesa3d/src/intel/compiler/ |
D | brw_opt_register_coalesce.cpp | 199 unsigned dst_reg, unsigned src_reg) in would_violate_eot_restriction() 237 unsigned src_reg = ~0u, dst_reg = ~0u; in brw_opt_register_coalesce() local
|
/external/mesa3d/src/intel/compiler/elk/ |
D | elk_vec4.cpp | 93 dst_reg::dst_reg() in dst_reg() function in elk::dst_reg 98 dst_reg::dst_reg(enum elk_reg_file file, int nr) in dst_reg() function in elk::dst_reg 106 dst_reg::dst_reg(enum elk_reg_file file, int nr, const glsl_type *type, in dst_reg() function in elk::dst_reg 117 dst_reg::dst_reg(enum elk_reg_file file, int nr, elk_reg_type type, in dst_reg() function in elk::dst_reg 128 dst_reg::dst_reg(struct ::elk_reg reg) : in dst_reg() function in elk::dst_reg 135 dst_reg::dst_reg(const src_reg ®) : in dst_reg() function in elk::dst_reg
|
D | elk_fs_register_coalesce.cpp | 198 unsigned src_reg = ~0u, dst_reg = ~0u; in register_coalesce() local
|
D | elk_ir_vec4.h | 31 class dst_reg; variable
|
D | elk_vec4_builder.h | 45 typedef elk::dst_reg dst_reg; typedef
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 261 struct i915_full_dst_register *dst_reg, int pos) in liveness_mark_written() 291 struct i915_full_dst_register *dst_reg; in liveness_analysis() local 358 struct i915_full_dst_register *dst_reg, int from) in unused_from()
|
/external/mesa3d/src/nouveau/compiler/nak/ |
D | lower_copy_swap.rs | 25 let dst_reg = copy.dst.as_reg().unwrap(); in lower_copy() localVariable
|
/external/libvpx/vpx_dsp/x86/ |
D | variance_avx2.c | 284 const __m256i dst_reg = _mm256_loadu_si256((__m256i const *)dst); in spv32_x0_y0() local 313 const __m256i dst_reg = _mm256_loadu_si256((__m256i const *)dst); in spv32_half_zero() local 364 const __m256i dst_reg = _mm256_loadu_si256((__m256i const *)dst); in spv32_x4_y4() local 402 const __m256i dst_reg = _mm256_loadu_si256((__m256i const *)dst); in spv32_bilin_zero() local 457 const __m256i dst_reg = _mm256_loadu_si256((__m256i const *)dst); in spv32_x4_yb() local 502 const __m256i dst_reg = _mm256_loadu_si256((__m256i const *)dst); in spv32_xb_y4() local 555 const __m256i dst_reg = _mm256_loadu_si256((__m256i const *)dst); in spv32_xb_yb() local
|
D | vpx_subpixel_8t_intrin_avx2.c | 594 __m256i dst_reg; in vpx_filter_block1d8_h4_avx2() local 619 __m128i dst_reg; in vpx_filter_block1d8_h4_avx2() local
|
/external/strace/tests-m32/ |
D | bpf-obj_get_info_by_fd.c | 74 uint8_t dst_reg:4; member
|
D | bpf.c | 68 uint8_t dst_reg:4; member
|
/external/strace/tests-mx32/ |
D | bpf-obj_get_info_by_fd.c | 74 uint8_t dst_reg:4; member
|
D | bpf.c | 68 uint8_t dst_reg:4; member
|
/external/strace/tests/ |
D | bpf-obj_get_info_by_fd.c | 74 uint8_t dst_reg:4; member
|
D | bpf.c | 68 uint8_t dst_reg:4; member
|
/external/elfutils/lib/ |
D | bpf.h | 80 uint8_t dst_reg:4; member
|
/external/pcre/src/sljit/ |
D | sljitNativeARM_32.c | 2072 sljit_s32 dst_reg; in emit_op() local 2487 sljit_s32 dst_reg, in sljit_emit_op2r() 2505 sljit_s32 dst_reg, in sljit_emit_shift_into() 3502 sljit_s32 dst_reg, flags = GET_ALL_FLAGS(op); in sljit_emit_op_flags() local 3540 sljit_s32 dst_reg, in sljit_emit_select() 4335 sljit_s32 dst_reg; in sljit_emit_simd_extend() local 4514 sljit_s32 dst_reg, in sljit_emit_atomic_load()
|
D | sljitNativeARM_T2_32.c | 2005 sljit_s32 dst_reg, src2_tmp_reg, flags; in sljit_emit_op2() local 2055 sljit_s32 dst_reg, in sljit_emit_op2r() 2072 sljit_s32 dst_reg, in sljit_emit_shift_into() 3108 sljit_s32 dst_reg, in sljit_emit_select() 4010 sljit_s32 dst_reg; in sljit_emit_simd_extend() local 4189 sljit_s32 dst_reg, in sljit_emit_atomic_load()
|
D | sljitNativeARM_64.c | 1736 sljit_s32 dst_reg, in sljit_emit_op2r() 1753 sljit_s32 dst_reg, in sljit_emit_shift_into() 2526 sljit_s32 dst_reg, in sljit_emit_select() 3264 sljit_s32 dst_reg, in sljit_emit_atomic_load() 3385 sljit_s32 dst_reg; in sljit_get_local_base() local
|
D | sljitLir.c | 1539 sljit_s32 dst_reg, in check_sljit_emit_atomic_load() 1711 sljit_s32 dst_reg, in check_sljit_emit_op2r() 1738 sljit_s32 dst_reg, in check_sljit_emit_shift_into() 2414 sljit_s32 dst_reg, in check_sljit_emit_select() 3508 sljit_s32 dst_reg, in sljit_emit_atomic_load()
|
D | sljitNativeRISCV_common.c | 2039 sljit_s32 dst_reg, in sljit_emit_op2r() 2063 sljit_s32 dst_reg, in sljit_emit_shift_into() 2908 sljit_s32 dst_reg, in sljit_emit_select()
|
/external/mesa3d/src/freedreno/ir2/ |
D | disasm-a2xx.c | 313 print_fetch_dst(uint32_t dst_reg, uint32_t dst_swiz) in print_fetch_dst()
|
/external/mesa3d/src/amd/compiler/ |
D | aco_lower_to_hw_instr.cpp | 353 emit_int64_dpp_op(lower_context* ctx, PhysReg dst_reg, PhysReg src0_reg, PhysReg src1_reg, in emit_int64_dpp_op() 454 emit_int64_op(lower_context* ctx, PhysReg dst_reg, PhysReg src0_reg, PhysReg src1_reg, PhysReg vtmp, in emit_int64_op() 541 emit_dpp_op(lower_context* ctx, PhysReg dst_reg, PhysReg src0_reg, PhysReg src1_reg, PhysReg vtmp, in emit_dpp_op() 582 emit_op(lower_context* ctx, PhysReg dst_reg, PhysReg src0_reg, PhysReg src1_reg, PhysReg vtmp, in emit_op()
|
/external/strace/ |
D | bpf.c | 126 uint8_t dst_reg:4; member
|