/third_party/libffi/include/ |
D | ffi_cfi.h | 14 # define cfi_def_cfa(reg, off) .cfi_def_cfa reg, off argument 15 # define cfi_def_cfa_register(reg) .cfi_def_cfa_register reg argument 18 # define cfi_offset(reg, off) .cfi_offset reg, off argument 19 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument 21 # define cfi_return_column(reg) .cfi_return_column reg argument 22 # define cfi_restore(reg) .cfi_restore reg argument 23 # define cfi_same_value(reg) .cfi_same_value reg argument 24 # define cfi_undefined(reg) .cfi_undefined reg argument 36 # define cfi_def_cfa(reg, off) argument 37 # define cfi_def_cfa_register(reg) argument [all …]
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_cs.h | 43 radeon_set_config_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_config_reg_seq() 53 radeon_set_config_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_config_reg() 60 radeon_set_context_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_context_reg_seq() 70 radeon_set_context_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_context_reg() 77 radeon_set_context_reg_idx(struct radeon_cmdbuf *cs, unsigned reg, unsigned idx, unsigned value) in radeon_set_context_reg_idx() 87 radeon_set_context_reg_rmw(struct radeon_cmdbuf *cs, unsigned reg, unsigned value, unsigned mask) in radeon_set_context_reg_rmw() 98 radeon_set_sh_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_sh_reg_seq() 108 radeon_set_sh_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_sh_reg() 116 unsigned reg, unsigned idx, unsigned value) in radeon_set_sh_reg_idx() 132 radeon_set_uconfig_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_uconfig_reg_seq() [all …]
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_build_pm4.h | 76 #define radeon_set_config_reg_seq(reg, num) do { \ argument 83 #define radeon_set_config_reg(reg, value) do { \ argument 88 #define radeon_set_context_reg_seq(reg, num) do { \ argument 95 #define radeon_set_context_reg(reg, value) do { \ argument 100 #define radeon_set_context_reg_seq_array(reg, num, values) do { \ argument 105 #define radeon_set_context_reg_idx(reg, idx, value) do { \ argument 113 #define radeon_set_sh_reg_seq(reg, num) do { \ argument 120 #define radeon_set_sh_reg(reg, value) do { \ argument 125 #define radeon_set_uconfig_reg_seq(reg, num, perfctr) do { \ argument 132 #define radeon_set_uconfig_reg(reg, value) do { \ argument [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_sanity.c | 67 scan_register_key(const scan_register *reg) in scan_register_key() 77 fill_scan_register1d(scan_register *reg, in fill_scan_register1d() 87 fill_scan_register2d(scan_register *reg, in fill_scan_register2d() 97 scan_register_dst(scan_register *reg, in scan_register_dst() 115 scan_register_src(scan_register *reg, in scan_register_src() 135 scan_register *reg = MALLOC(sizeof(scan_register)); in create_scan_register_src() local 144 scan_register *reg = MALLOC(sizeof(scan_register)); in create_scan_register_dst() local 203 const scan_register *reg) in is_register_declared() 220 scan_register *reg = (scan_register *)cso_hash_iter_data(iter); in is_any_register_declared() local 232 scan_register *reg) in is_register_used() [all …]
|
/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_sanity.c | 322 struct reg { struct 324 struct reg_names *closest; argument 334 static struct reg regs[ARRAY_SIZE(reg_names)+1]; argument 370 static int find_or_add_value( struct reg *reg, int val ) in find_or_add_value() 388 static struct reg *lookup_reg( struct reg *tab, int reg ) in lookup_reg() 402 static const char *get_reg_name( struct reg *reg ) in get_reg_name() 429 static int print_int_reg_assignment( struct reg *reg, int data ) in print_int_reg_assignment() 453 static int print_float_reg_assignment( struct reg *reg, float data ) in print_float_reg_assignment() 484 static int print_reg_assignment( struct reg *reg, int data ) in print_reg_assignment() 495 static void print_reg( struct reg *reg ) in print_reg() [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/ |
D | mmx.h | 178 #define mmx_i2r(op, imm, reg) \ argument 199 #define mmx_m2r(op, mem, reg) \ argument 220 #define mmx_r2m(op, reg, mem) \ argument 284 #define mmx_i2r(op, imm, reg) \ argument 289 #define mmx_m2r(op, mem, reg) \ argument 294 #define mmx_r2m(op, reg, mem) \ argument 316 #define movq_m2r(var, reg) mmx_m2r(movq, var, reg) argument 317 #define movq_r2m(reg, var) mmx_r2m(movq, reg, var) argument 331 #define movd_m2r(var, reg) mmx_m2r(movd, var, reg) argument 332 #define movd_r2m(reg, var) mmx_r2m(movd, reg, var) argument [all …]
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | mmx.h | 263 #define mmx_i2r(op, imm, reg) \ argument 284 #define mmx_m2r(op, mem, reg) \ argument 305 #define mmx_r2m(op, reg, mem) \ argument 369 #define mmx_i2r(op, imm, reg) \ argument 374 #define mmx_m2r(op, mem, reg) \ argument 379 #define mmx_r2m(op, reg, mem) \ argument 401 #define movq_m2r(var, reg) mmx_m2r(movq, var, reg) argument 402 #define movq_r2m(reg, var) mmx_r2m(movq, reg, var) argument 416 #define movd_m2r(var, reg) mmx_m2r(movd, var, reg) argument 417 #define movd_r2m(reg, var) mmx_r2m(movd, reg, var) argument [all …]
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/ |
D | mmx.h | 275 #define mmx_i2r(op, imm, reg) \ argument 293 #define mmx_m2r(op, mem, reg) \ argument 311 #define mmx_r2m(op, reg, mem) \ argument 366 #define mmx_i2r(op, imm, reg) \ argument 371 #define mmx_m2r(op, mem, reg) \ argument 376 #define mmx_r2m(op, reg, mem) \ argument 398 #define movq_m2r(var, reg) mmx_m2r(movq, var, reg) argument 399 #define movq_r2m(reg, var) mmx_r2m(movq, reg, var) argument 413 #define movd_m2r(var, reg) mmx_m2r(movd, var, reg) argument 414 #define movd_r2m(reg, var) mmx_r2m(movd, reg, var) argument [all …]
|
D | sse.h | 246 #define sse_i2r(op, imm, reg) \ argument 267 #define sse_m2r(op, mem, reg) \ argument 288 #define sse_r2m(op, reg, mem) \ argument 352 #define sse_i2r(op, imm, reg) \ argument 357 #define sse_m2r(op, mem, reg) \ argument 362 #define sse_r2m(op, reg, mem) \ argument 383 #define sse_m2ri(op, mem, reg, subop) \ argument 401 #define movaps_m2r(var, reg) sse_m2r(movaps, var, reg) argument 402 #define movaps_r2m(reg, var) sse_r2m(movaps, reg, var) argument 423 #define movups_m2r(var, reg) sse_m2r(movups, var, reg) argument [all …]
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_sanity.c | 600 struct reg { struct 602 struct reg_names *closest; argument 612 static struct reg regs[ARRAY_SIZE(reg_names)+1]; argument 648 static int find_or_add_value( struct reg *reg, int val ) in find_or_add_value() 666 static struct reg *lookup_reg( struct reg *tab, int reg ) in lookup_reg() 680 static const char *get_reg_name( struct reg *reg ) in get_reg_name() 707 static int print_int_reg_assignment( struct reg *reg, int data ) in print_int_reg_assignment() 731 static int print_float_reg_assignment( struct reg *reg, float data ) in print_float_reg_assignment() 762 static int print_reg_assignment( struct reg *reg, int data ) in print_reg_assignment() 773 static void print_reg( struct reg *reg ) in print_reg() [all …]
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_cs.h | 131 static inline void radeon_set_config_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_config_reg_seq() 139 static inline void radeon_set_config_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_config_reg() 145 static inline void radeon_set_context_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_context_reg_seq() 153 static inline void radeon_set_context_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_context_reg() 160 unsigned reg, unsigned idx, in radeon_set_context_reg_idx() 170 static inline void radeon_set_sh_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_sh_reg_seq() 178 static inline void radeon_set_sh_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_sh_reg() 184 static inline void radeon_set_uconfig_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_uconfig_reg_seq() 192 static inline void radeon_set_uconfig_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_uconfig_reg() 199 unsigned reg, unsigned idx, in radeon_set_uconfig_reg_idx()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_ir_vec4.h | 57 retype(src_reg reg, enum brw_reg_type type) in retype() 66 add_byte_offset(backend_reg *reg, unsigned bytes) in add_byte_offset() 100 byte_offset(src_reg reg, unsigned bytes) in byte_offset() 107 offset(src_reg reg, unsigned width, unsigned delta) in offset() 115 horiz_offset(src_reg reg, unsigned delta) in horiz_offset() 125 swizzle(src_reg reg, unsigned swizzle) in swizzle() 136 negate(src_reg reg) in negate() 144 is_uniform(const src_reg ®) in is_uniform() 174 retype(dst_reg reg, enum brw_reg_type type) in retype() 181 byte_offset(dst_reg reg, unsigned bytes) in byte_offset() [all …]
|
D | brw_ir_fs.h | 58 negate(fs_reg reg) in negate() 66 retype(fs_reg reg, enum brw_reg_type type) in retype() 73 byte_offset(fs_reg reg, unsigned delta) in byte_offset() 104 horiz_offset(const fs_reg ®, unsigned delta) in horiz_offset() 132 offset(fs_reg reg, unsigned width, unsigned delta) in offset() 155 component(fs_reg reg, unsigned idx) in component() 248 is_periodic(const fs_reg ®, unsigned n) in is_periodic() 272 is_uniform(const fs_reg ®) in is_uniform() 281 quarter(const fs_reg ®, unsigned idx) in quarter() 292 subscript(fs_reg reg, brw_reg_type type, unsigned i) in subscript() [all …]
|
D | brw_reg.h | 407 struct brw_reg reg; in brw_reg() local 548 retype(struct brw_reg reg, enum brw_reg_type type) in retype() 555 firsthalf(struct brw_reg reg) in firsthalf() 561 sechalf(struct brw_reg reg) in sechalf() 569 offset(struct brw_reg reg, unsigned delta) in offset() 577 byte_offset(struct brw_reg reg, unsigned bytes) in byte_offset() 586 suboffset(struct brw_reg reg, unsigned delta) in suboffset() 757 brw_address(struct brw_reg reg) in brw_address() 898 brw_flag_reg(int reg, int subreg) in brw_flag_reg() 980 stride(struct brw_reg reg, unsigned vstride, unsigned width, unsigned hstride) in stride() [all …]
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_program.c | 42 #define A0_DEST( reg ) (((reg)&UREG_TYPE_NR_MASK)>>UREG_A0_DEST_SHIFT_LEFT) argument 43 #define D0_DEST( reg ) (((reg)&UREG_TYPE_NR_MASK)>>UREG_A0_DEST_SHIFT_LEFT) argument 44 #define T0_DEST( reg ) (((reg)&UREG_TYPE_NR_MASK)>>UREG_A0_DEST_SHIFT_LEFT) argument 45 #define A0_SRC0( reg ) (((reg)&UREG_MASK)>>UREG_A0_SRC0_SHIFT_LEFT) argument 46 #define A1_SRC0( reg ) (((reg)&UREG_MASK)<<UREG_A1_SRC0_SHIFT_RIGHT) argument 47 #define A1_SRC1( reg ) (((reg)&UREG_MASK)>>UREG_A1_SRC1_SHIFT_LEFT) argument 48 #define A2_SRC1( reg ) (((reg)&UREG_MASK)<<UREG_A2_SRC1_SHIFT_RIGHT) argument 49 #define A2_SRC2( reg ) (((reg)&UREG_MASK)>>UREG_A2_SRC2_SHIFT_LEFT) argument 53 #define T0_SAMPLER( reg ) (GET_UREG_NR(reg)<<T0_SAMPLER_NR_SHIFT) argument 54 #define T1_ADDRESS_REG( reg ) ((GET_UREG_NR(reg)<<T1_ADDRESS_REG_NR_SHIFT) | \ argument [all …]
|
D | i915_program.h | 75 #define GET_CHANNEL_SRC( reg, channel ) ((reg<<(channel*4)) & (0xf<<20)) argument 78 #define GET_UREG_TYPE(reg) (((reg)>>UREG_TYPE_SHIFT)®_TYPE_MASK) argument 79 #define GET_UREG_NR(reg) (((reg)>>UREG_NR_SHIFT)®_NR_MASK) argument 88 swizzle(int reg, int x, int y, int z, int w) in swizzle() 100 negate(int reg, int x, int y, int z, int w) in negate()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi_private.cpp | 54 st_src_reg *reg = ralloc(input, st_src_reg); in dup_reladdr() local 141 st_src_reg::st_src_reg(const st_src_reg ®) in st_src_reg() 146 void st_src_reg::operator=(const st_src_reg ®) in operator =() 163 st_src_reg::st_src_reg(st_dst_reg reg) in st_src_reg() 182 st_src_reg reg = *this; in get_abs() local 226 std::ostream& operator << (std::ostream& os, const st_src_reg& reg) in operator <<() 262 st_dst_reg::st_dst_reg(st_src_reg reg) in st_dst_reg() 316 st_dst_reg::st_dst_reg(const st_dst_reg ®) in st_dst_reg() 321 void st_dst_reg::operator=(const st_dst_reg ®) in operator =() 366 std::ostream& operator << (std::ostream& os, const st_dst_reg& reg) in operator <<()
|
/third_party/openssl/crypto/ |
D | sparc_arch.h | 57 # define SPARC_PIC_THUNK(reg) \ argument 63 # define SPARC_PIC_THUNK_CALL(reg) \ argument 69 # define SPARC_SETUP_GOT_REG(reg) SPARC_PIC_THUNK_CALL(reg) argument 71 # define SPARC_SETUP_GOT_REG(reg) \ argument 80 # define SPARC_LOAD_ADDRESS(SYM, reg) \ argument 90 # define SPARC_LOAD_ADDRESS(SYM, reg) \ argument 97 # define SPARC_LOAD_ADDRESS_LEAF(SYM,reg,tmp) SPARC_LOAD_ADDRESS(SYM,reg) argument 104 # define SPARC_LOAD_ADDRESS(SYM, reg) \ argument 112 # define SPARC_LOAD_ADDRESS_LEAF(SYM, reg, tmp) \ argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_registrar.c | 234 static void wps_registrar_add_authorized_mac(struct wps_registrar *reg, in wps_registrar_add_authorized_mac() 255 static void wps_registrar_remove_authorized_mac(struct wps_registrar *reg, in wps_registrar_remove_authorized_mac() 293 static struct wps_registrar_device * wps_device_get(struct wps_registrar *reg, in wps_device_get() 325 int wps_device_store(struct wps_registrar *reg, in wps_device_store() 346 static void wps_registrar_add_pbc_session(struct wps_registrar *reg, in wps_registrar_add_pbc_session() 398 static void wps_registrar_remove_pbc_session(struct wps_registrar *reg, in wps_registrar_remove_pbc_session() 429 int wps_registrar_pbc_overlap(struct wps_registrar *reg, in wps_registrar_pbc_overlap() 527 static int wps_build_selected_registrar(struct wps_registrar *reg, in wps_build_selected_registrar() 540 static int wps_build_sel_reg_dev_password_id(struct wps_registrar *reg, in wps_build_sel_reg_dev_password_id() 556 static int wps_build_sel_pbc_reg_uuid_e(struct wps_registrar *reg, in wps_build_sel_pbc_reg_uuid_e() [all …]
|
D | wps_upnp_ap.c | 22 struct wps_registrar *reg = timeout_ctx; in upnp_er_set_selected_timeout() local 29 int upnp_er_set_selected_registrar(struct wps_registrar *reg, in upnp_er_set_selected_registrar() 76 void upnp_er_remove_notification(struct wps_registrar *reg, in upnp_er_remove_notification()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_registrar.c | 233 static void wps_registrar_add_authorized_mac(struct wps_registrar *reg, in wps_registrar_add_authorized_mac() 254 static void wps_registrar_remove_authorized_mac(struct wps_registrar *reg, in wps_registrar_remove_authorized_mac() 292 static struct wps_registrar_device * wps_device_get(struct wps_registrar *reg, in wps_device_get() 324 int wps_device_store(struct wps_registrar *reg, in wps_device_store() 345 static void wps_registrar_add_pbc_session(struct wps_registrar *reg, in wps_registrar_add_pbc_session() 397 static void wps_registrar_remove_pbc_session(struct wps_registrar *reg, in wps_registrar_remove_pbc_session() 428 int wps_registrar_pbc_overlap(struct wps_registrar *reg, in wps_registrar_pbc_overlap() 526 static int wps_build_selected_registrar(struct wps_registrar *reg, in wps_build_selected_registrar() 539 static int wps_build_sel_reg_dev_password_id(struct wps_registrar *reg, in wps_build_sel_reg_dev_password_id() 555 static int wps_build_sel_pbc_reg_uuid_e(struct wps_registrar *reg, in wps_build_sel_pbc_reg_uuid_e() [all …]
|
D | wps_upnp_ap.c | 22 struct wps_registrar *reg = timeout_ctx; in upnp_er_set_selected_timeout() local 29 int upnp_er_set_selected_registrar(struct wps_registrar *reg, in upnp_er_set_selected_registrar() 76 void upnp_er_remove_notification(struct wps_registrar *reg, in upnp_er_remove_notification()
|
/third_party/boost/libs/pfr/test/run/ |
D | for_each_field.cpp | 43 struct reg { struct 44 const int a; 45 char b; 46 const my_constexpr d; 47 const color f; 48 const char* g;
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_parser.y | 158 struct ir3_register *reg; in new_src() local 170 struct ir3_register *reg; in new_dst() local 209 static void add_const(unsigned reg, unsigned c0, unsigned c1, unsigned c2, unsigned c3) in add_const() 230 static void add_sysval(unsigned reg, unsigned compmask, gl_system_value sysval) in add_sysval() 299 struct ir3_register *reg; member 679 unsigned reg = $2 >> 1; variable 695 unsigned reg = $3 >> 1; variable 701 unsigned reg = $3 >> 1; variable 708 unsigned reg = $3 >> 1; variable 715 unsigned reg = $3 >> 1; variable
|
/third_party/libunwind/src/x86/ |
D | Gregs.c | 30 x86_scratch_loc (struct cursor *c, unw_regnum_t reg) in x86_scratch_loc() 39 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, in tdep_access_reg() 122 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, in tdep_access_fpreg()
|