Home
last modified time | relevance | path

Searched defs:reg (Results 1 – 25 of 599) sorted by relevance

12345678910>>...24

/third_party/musl/porting/linux/user/include/sys/
Dsspret.h21 # define SSPRET_CALC_RETCOOKIE(reg) \ argument
24 # define SSPRET_LOAD_COOKIE(x, reg) \ argument
27 # define SSPRET_SETUP(x, reg) \ argument
31 # define SSPRET_CHECK(x, reg) \ argument
39 # define SSPRET_PUSH(reg) \ argument
42 # define SSPRET_POP(reg) \ argument
47 # define SSPRET_CALC_RETCOOKIE(reg) argument
48 # define SSPRET_LOAD_COOKIE(x, reg) argument
49 # define SSPRET_SETUP(x, reg) argument
50 # define SSPRET_CHECK(x, reg) argument
[all …]
/third_party/libffi/include/
Dffi_cfi.h14 # 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/
Dradv_cs.h43 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 gfx10_set_sh_reg_idx3(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in gfx10_set_sh_reg_idx3()
[all …]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_build_pm4.h76 #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_idx3_seq(reg, num) do { \ argument
127 #define radeon_set_sh_reg(reg, value) do { \ argument
132 #define radeon_set_sh_reg_idx3(reg, value) do { \ argument
[all …]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_sanity.c67 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/flutter/skia/third_party/externals/sdl/src/render/
Dmmx.h178 #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/deinterlace/tvtime/
Dmmx.h275 #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 …]
Dsse.h246 #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/gstreamer/gstplugins_good/gst/goom/
Dmmx.h263 #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 …]
Dxmmx.h256 #define mmx_i2r(op, imm, reg) \ argument
277 #define mmx_m2r(op, mem, reg) \ argument
298 #define mmx_r2m(op, reg, mem) \ argument
362 #define mmx_i2r(op, imm, reg) \ argument
367 #define mmx_m2r(op, mem, reg) \ argument
377 #define mmx_r2m(op, reg, mem) \ argument
405 #define movq_m2r(var, reg) mmx_m2r(movq, var, reg) argument
406 #define movq_r2m(reg, var) mmx_r2m(movq, reg, var) argument
420 #define movd_m2r(var, reg) mmx_m2r(movd, var, reg) argument
421 #define movd_r2m(reg, var) mmx_r2m(movd, reg, var) argument
[all …]
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_cs.h128 static inline void radeon_set_config_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_config_reg_seq()
136 static inline void radeon_set_config_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_config_reg()
142 static inline void radeon_set_context_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_context_reg_seq()
150 static inline void radeon_set_context_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_context_reg()
157 unsigned reg, unsigned idx, in radeon_set_context_reg_idx()
167 static inline void radeon_set_sh_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_sh_reg_seq()
175 static inline void radeon_set_sh_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_sh_reg()
181 static inline void radeon_set_uconfig_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_uconfig_reg_seq()
189 static inline void radeon_set_uconfig_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_uconfig_reg()
196 unsigned reg, unsigned idx, in radeon_set_uconfig_reg_idx()
/third_party/mesa3d/src/intel/compiler/
Dbrw_ir_vec4.h57 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 &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 …]
Dbrw_ir_fs.h58 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 &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 &reg, unsigned n) in is_periodic()
272 is_uniform(const fs_reg &reg) in is_uniform()
281 quarter(const fs_reg &reg, unsigned idx) in quarter()
292 subscript(fs_reg reg, brw_reg_type type, unsigned i) in subscript()
[all …]
Dbrw_reg.h407 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/openssl/include/crypto/
Dsparc_arch.h57 # 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/
Dwps_registrar.c234 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 …]
Dwps_upnp_ap.c22 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/
Dwps_registrar.c233 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 …]
Dwps_upnp_ap.c22 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/mesa3d/src/freedreno/ir3/
Dir3_parser.y158 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
725 unsigned reg = $2 >> 1; variable
741 unsigned reg = $3 >> 1; variable
747 unsigned reg = $3 >> 1; variable
754 unsigned reg = $3 >> 1; variable
761 unsigned reg = $3 >> 1; variable
Dir3_ra.h76 ra_reg_get_num(const struct ir3_register *reg) in ra_reg_get_num()
82 ra_reg_get_physreg(const struct ir3_register *reg) in ra_reg_get_physreg()
88 def_is_gpr(const struct ir3_register *reg) in def_is_gpr()
96 ra_reg_is_src(const struct ir3_register *reg) in ra_reg_is_src()
102 ra_reg_is_dst(const struct ir3_register *reg) in ra_reg_is_dst()
203 struct ir3_register *reg; member
264 struct ir3_register *reg) in ir3_reg_interval_init()
/third_party/mesa3d/src/panfrost/bifrost/test/
Dtest-constant-fold.cpp102 bi_index reg = bi_register(0); in TEST_F() local
123 bi_index reg = bi_register(0); in TEST_F() local
143 bi_index reg = bi_register(0); in TEST_F() local
157 bi_index reg = bi_register(0); in TEST_F() local
174 bi_index reg = bi_register(0); in TEST_F() local
193 bi_index reg = bi_register(0); in TEST_F() local
204 bi_index reg = bi_register(0); in TEST_F() local
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc.h119 #define GET_CHANNEL_SRC(reg, channel) ((reg << (channel * 4)) & (0xf << 20)) argument
122 #define GET_UREG_TYPE(reg) (((reg) >> UREG_TYPE_SHIFT) & REG_TYPE_MASK) argument
123 #define GET_UREG_NR(reg) (((reg) >> UREG_NR_SHIFT) & REG_NR_MASK) argument
130 swizzle(int reg, uint32_t x, uint32_t y, uint32_t z, uint32_t w) in swizzle()
143 #define A0_DEST(reg) (((reg)&UREG_TYPE_NR_MASK) >> UREG_A0_DEST_SHIFT_LEFT) argument
144 #define D0_DEST(reg) (((reg)&UREG_TYPE_NR_MASK) >> UREG_A0_DEST_SHIFT_LEFT) argument
145 #define T0_DEST(reg) (((reg)&UREG_TYPE_NR_MASK) >> UREG_A0_DEST_SHIFT_LEFT) argument
146 #define A0_SRC0(reg) (((reg)&UREG_MASK) >> UREG_A0_SRC0_SHIFT_LEFT) argument
147 #define A1_SRC0(reg) (((reg)&UREG_MASK) << UREG_A1_SRC0_SHIFT_RIGHT) argument
148 #define A1_SRC1(reg) (((reg)&UREG_MASK) >> UREG_A1_SRC1_SHIFT_LEFT) argument
[all …]
/third_party/libunwind/src/x86/
DGregs.c30 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()
/third_party/mesa3d/src/freedreno/isa/
Dencode.c132 extract_ABSNEG(struct ir3_register *reg) in extract_ABSNEG()
149 extract_reg_iim(struct ir3_register *reg) in extract_reg_iim()
156 extract_reg_uim(struct ir3_register *reg) in extract_reg_uim()
182 struct ir3_register *reg = extract_cat5_SRC(instr, 0); in extract_cat5_FULL() local
264 __multisrc_case(struct encode_state *s, struct ir3_register *reg) in __multisrc_case()
296 __cat3_src_case(struct encode_state *s, struct ir3_register *reg) in __cat3_src_case()

12345678910>>...24