HomeSort by: relevance | last modified time | path
    Searched refs:RTX (Results 1 - 25 of 264) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/external/gpl3/gcc/dist/gcc/
rtl.h 71 /* We check bit 0-1 of some rtx class codes in the predicates below. */
202 /* Common union for an element of an rtx. */
210 rtx rt_rtx;
270 vec<rtx, va_gc> *objects;
280 vec<rtx, va_gc> *anchors;
287 /* Number of elements of the HWIVEC if RTX is a CONST_WIDE_INT. */
288 #define CWI_GET_NUM_ELEM(RTX) \
289 ((int)RTL_FLAG_CHECK1("CWI_GET_NUM_ELEM", (RTX), CONST_WIDE_INT)->u2.num_elem)
290 #define CWI_PUT_NUM_ELEM(RTX, NUM) \
291 (RTL_FLAG_CHECK1("CWI_PUT_NUM_ELEM", (RTX), CONST_WIDE_INT)->u2.num_elem = (NUM)
    [all...]
selftest-rtl.h 36 assert_rtl_dump_eq (const location &loc, const char *expected_dump, rtx x,
39 /* Verify that RTX is dumped as EXPECTED_DUMP, using compact mode. */
41 #define ASSERT_RTL_DUMP_EQ(EXPECTED_DUMP, RTX) \
42 assert_rtl_dump_eq (SELFTEST_LOCATION, (EXPECTED_DUMP), (RTX), NULL)
46 #define ASSERT_RTL_DUMP_EQ_WITH_REUSE(EXPECTED_DUMP, RTX, REUSE_MANAGER) \
47 assert_rtl_dump_eq (SELFTEST_LOCATION, (EXPECTED_DUMP), (RTX), \
57 extern void assert_rtx_eq_at (const location &, const char *, rtx, rtx);
59 /* Evaluate rtx EXPECTED and ACTUAL and compare them with ==
70 /* Compare rtx EXPECTED and ACTUAL by pointer equality, callin
    [all...]
explow.h 25 extern rtx validize_mem (rtx);
27 extern rtx use_anchored_address (rtx);
29 /* Copy given rtx to a new temp reg and return that. */
30 extern rtx copy_to_reg (rtx);
33 extern rtx copy_addr_to_reg (rtx);
36 extern rtx copy_to_mode_reg (machine_mode, rtx)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
rtl.h 69 /* We check bit 0-1 of some rtx class codes in the predicates below. */
200 /* Common union for an element of an rtx. */
208 rtx rt_rtx;
268 vec<rtx, va_gc> *objects;
278 vec<rtx, va_gc> *anchors;
285 /* Number of elements of the HWIVEC if RTX is a CONST_WIDE_INT. */
286 #define CWI_GET_NUM_ELEM(RTX) \
287 ((int)RTL_FLAG_CHECK1("CWI_GET_NUM_ELEM", (RTX), CONST_WIDE_INT)->u2.num_elem)
288 #define CWI_PUT_NUM_ELEM(RTX, NUM) \
289 (RTL_FLAG_CHECK1("CWI_PUT_NUM_ELEM", (RTX), CONST_WIDE_INT)->u2.num_elem = (NUM)
    [all...]
selftest-rtl.h 36 assert_rtl_dump_eq (const location &loc, const char *expected_dump, rtx x,
39 /* Verify that RTX is dumped as EXPECTED_DUMP, using compact mode. */
41 #define ASSERT_RTL_DUMP_EQ(EXPECTED_DUMP, RTX) \
42 assert_rtl_dump_eq (SELFTEST_LOCATION, (EXPECTED_DUMP), (RTX), NULL)
46 #define ASSERT_RTL_DUMP_EQ_WITH_REUSE(EXPECTED_DUMP, RTX, REUSE_MANAGER) \
47 assert_rtl_dump_eq (SELFTEST_LOCATION, (EXPECTED_DUMP), (RTX), \
57 extern void assert_rtx_eq_at (const location &, const char *, rtx, rtx);
59 /* Evaluate rtx EXPECTED and ACTUAL and compare them with ==
70 /* Compare rtx EXPECTED and ACTUAL by pointer equality, callin
    [all...]
explow.h 25 extern rtx validize_mem (rtx);
27 extern rtx use_anchored_address (rtx);
29 /* Copy given rtx to a new temp reg and return that. */
30 extern rtx copy_to_reg (rtx);
33 extern rtx copy_addr_to_reg (rtx);
36 extern rtx copy_to_mode_reg (machine_mode, rtx)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/
darwin.h 1016 #define MACHO_SYMBOL_VARIABLE_P(RTX) \
1017 ((SYMBOL_REF_FLAGS (RTX) & MACHO_SYMBOL_FLAG_VARIABLE) != 0)
1025 #define MACHO_SYMBOL_MUST_INDIRECT_P(RTX) \
1026 ((SYMBOL_REF_FLAGS (RTX) & MACHO_SYMBOL_FLAG_MUST_INDIRECT) != 0)
1033 #define MACHO_SYMBOL_DEFINED_P(RTX) \
1034 ((SYMBOL_REF_FLAGS (RTX) & MACHO_SYMBOL_FLAG_DEFINED) != 0)
1039 #define MACHO_SYMBOL_HIDDEN_VIS_P(RTX) \
1040 ((SYMBOL_REF_FLAGS (RTX) & MACHO_SYMBOL_FLAG_HIDDEN_VIS) != 0)
1046 #define MACHO_SYMBOL_LINKER_VIS_P(RTX) \
1047 ((SYMBOL_REF_FLAGS (RTX) & MACHO_SYMBOL_FLAG_LINKER_VIS) != 0
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/
darwin.h 993 #define MACHO_SYMBOL_VARIABLE_P(RTX) \
994 ((SYMBOL_REF_FLAGS (RTX) & MACHO_SYMBOL_FLAG_VARIABLE) != 0)
1002 #define MACHO_SYMBOL_MUST_INDIRECT_P(RTX) \
1003 ((SYMBOL_REF_FLAGS (RTX) & MACHO_SYMBOL_FLAG_MUST_INDIRECT) != 0)
1010 #define MACHO_SYMBOL_DEFINED_P(RTX) \
1011 ((SYMBOL_REF_FLAGS (RTX) & MACHO_SYMBOL_FLAG_DEFINED) != 0)
1016 #define MACHO_SYMBOL_HIDDEN_VIS_P(RTX) \
1017 ((SYMBOL_REF_FLAGS (RTX) & MACHO_SYMBOL_FLAG_HIDDEN_VIS) != 0)
1023 #define MACHO_SYMBOL_LINKER_VIS_P(RTX) \
1024 ((SYMBOL_REF_FLAGS (RTX) & MACHO_SYMBOL_FLAG_LINKER_VIS) != 0
    [all...]
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
e0.s 45 RTX;
f221.s 55 RTX;
c_except_illopcode.S 94 RTX; // return from exception
c_progctrl_except_rtx.S 92 RTX; // return from exception
cec-ifetch.S 66 RTX;
cec-syscfg-ssstep.S 67 RTX;
se_kill_wbbr.S 182 RTX;
341 RTX;
359 RTX;
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
e0.s 45 RTX;
f221.s 55 RTX;
c_except_illopcode.S 94 RTX; // return from exception
c_progctrl_except_rtx.S 92 RTX; // return from exception
cec-ifetch.S 66 RTX;
cec-syscfg-ssstep.S 67 RTX;
se_kill_wbbr.S 182 RTX;
341 RTX;
359 RTX;
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-mve-builtins-base.cc 65 rtx
77 rtx
80 rtx target = e.get_reg_target ();
95 rtx
123 rtx
146 /* Helper for builtins with RTX codes, _m predicated and _n overrides. */
147 #define FUNCTION_WITH_RTX_M_N(NAME, RTX, UNSPEC) FUNCTION \
149 (RTX, RTX, RTX, \
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
bfin-parse.h 93 RTX = 294, /* RTX */
271 #define RTX 294
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-parse.h 93 RTX = 294, /* RTX */
271 #define RTX 294

Completed in 54 milliseconds

1 2 3 4 5 6 7 8 91011