Home
last modified time | relevance | path

Searched defs:rtx (Results 1 – 24 of 24) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dcoretypes.h43 typedef struct rtx_def *rtx; typedef
73 #define rtx struct _dont_use_rtx_here_ * macro
H A Dalias.c1853 fixed_scalar_and_varying_struct_p (rtx mem1, rtx mem2, rtx mem1_addr, in fixed_scalar_and_varying_struct_p()
2142 true_dependence (rtx mem, enum machine_mode mem_mode, rtx x, in true_dependence()
2219 canon_true_dependence (rtx mem, enum machine_mode mem_mode, rtx mem_addr, in canon_true_dependence()
H A Drtlanal.c1331 note_stores (rtx x, void (*fun) (rtx, rtx, void *), void *data) in note_stores() argument
1376 note_uses (rtx *pbody, void (*fun) (rtx *, void *), void *data) in note_uses()
H A Dgenattrtab.c1448 substitute_address (rtx exp, rtx (*no_address_fn) (rtx), in substitute_address()
H A Dexpr.c1083 move_by_pieces_1 (rtx (*genfun) (rtx, ...), enum machine_mode mode, in move_by_pieces_1()
2465 store_by_pieces_2 (rtx (*genfun) (rtx, ...), enum machine_mode mode, in store_by_pieces_2()
H A Dexcept.c2307 for_each_eh_label (void (*callback) (rtx)) in for_each_eh_label()
H A Dfunction.c4226 diddle_return_value (void (*doit) (rtx, void *), void *arg) in diddle_return_value()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A Ddblbug.c10 } *rtx; typedef
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D930718-1.c5 } *rtx; typedef
H A D20001101.c6 } struc, *rtx; typedef
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20010518-1.c50 struct rtx_def *rtx; member
74 *rtx; typedef
/openbsd/gnu/gcc/gcc/config/sh/
H A Dsh.c8096 expand_sf_unop (rtx (*fun) (rtx, rtx, rtx), rtx *operands) in expand_sf_unop() argument
8102 expand_sf_binop (rtx (*fun) (rtx, rtx, rtx, rtx), rtx *operands) in expand_sf_binop() argument
8109 expand_df_unop (rtx (*fun) (rtx, rtx, rtx), rtx *operands) in expand_df_unop() argument
8115 expand_df_binop (rtx (*fun) (rtx, rtx, rtx, rtx), rtx *operands) in expand_df_binop() argument
/openbsd/gnu/usr.bin/gcc/gcc/
H A Drecog.h219 typedef rtx (*insn_gen_fn) PARAMS ((rtx, ...)); typedef
H A Doptabs.h237 typedef rtx (*rtxfun) PARAMS ((rtx)); typedef
H A Dloop.h422 typedef rtx (*loop_insn_callback) PARAMS ((struct loop *, rtx, int, int)); typedef
H A Dvarray.h50 struct rtx_def *rtx; member
H A Drtl.h114 rtx rtx; member
/openbsd/gnu/gcc/gcc/config/m32c/
H A Dm32c.c103 #define IS_MEM_REG(rtx) (GET_CODE (rtx) == REG && IS_MEM_REGNO (REGNO (rtx))) argument
106 #define IS_CR_REG(rtx) (GET_CODE (rtx) == REG && IS_CR_REGNO (REGNO (rtx))) argument
868 #define IS_REG(rtx,regno) (GET_CODE (rtx) == REG \ argument
873 #define IS_PSEUDO(rtx,strict) (!strict && GET_CODE (rtx) == REG \ argument
/openbsd/gnu/usr.bin/gcc/gcc/treelang/
H A Dparse.y50 typedef void *rtx; typedef
/openbsd/gnu/gcc/gcc/config/alpha/
H A Dalpha.c3320 alpha_split_tfmode_frobsign (rtx operands[3], rtx (*operation) (rtx, rtx, rtx)) in alpha_split_tfmode_frobsign() argument
4470 alpha_expand_builtin_vector_binop (rtx (*gen) (rtx, rtx, rtx), in alpha_expand_builtin_vector_binop() argument
9294 alpha_align_insns (unsigned int max_align, in alpha_align_insns()
/openbsd/gnu/gcc/gcc/config/ia64/
H A Dia64.c2815 do_spill (rtx (*move_fn) (rtx, rtx, rtx), rtx reg, HOST_WIDE_INT cfa_off, in do_spill() argument
2858 do_restore (rtx (*move_fn) (rtx, rtx, rtx), rtx reg, HOST_WIDE_INT cfa_off) in do_restore() argument
/openbsd/gnu/usr.bin/gcc/contrib/
H A Dparanoia.cc159 typedef struct rtx_def *rtx; typedef
/openbsd/gnu/gcc/gcc/config/i386/
H A Di386.c19026 ix86_expand_reduc_v4sf (rtx (*fn) (rtx, rtx, rtx), rtx dest, rtx in) in ix86_expand_reduc_v4sf() argument
/openbsd/sys/dev/pci/drm/display/
H A Ddrm_dp_mst_topology.c652 const struct drm_dp_remote_i2c_read_tx *rtx = in drm_dp_dump_sideband_msg_req_body() local