HomeSort by relevance Sort by last modified time
    Searched defs:RTX_CODE (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.h 46 #define RTX_CODE enum rtx_code
47 enum rtx_code { enum
240 ENUM_BITFIELD(rtx_code) code: 16;
347 #define GET_CODE(RTX) ((enum rtx_code) (RTX)->code)
479 const enum rtx_code _code = GET_CODE (_rtx); \
490 const enum rtx_code _code = GET_CODE (_rtx); \
509 const enum rtx_code _code = GET_CODE (_rtx); \
524 const enum rtx_code _code = GET_CODE (_rtx); \
578 extern void rtl_check_failed_code1 (const_rtx, enum rtx_code, const char *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.h 46 #define RTX_CODE enum rtx_code
47 enum rtx_code { enum
240 ENUM_BITFIELD(rtx_code) code: 16;
347 #define GET_CODE(RTX) ((enum rtx_code) (RTX)->code)
479 const enum rtx_code _code = GET_CODE (_rtx); \
490 const enum rtx_code _code = GET_CODE (_rtx); \
509 const enum rtx_code _code = GET_CODE (_rtx); \
524 const enum rtx_code _code = GET_CODE (_rtx); \
578 extern void rtl_check_failed_code1 (const_rtx, enum rtx_code, const char *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.h 46 #define RTX_CODE enum rtx_code
47 enum rtx_code { enum
240 ENUM_BITFIELD(rtx_code) code: 16;
347 #define GET_CODE(RTX) ((enum rtx_code) (RTX)->code)
479 const enum rtx_code _code = GET_CODE (_rtx); \
490 const enum rtx_code _code = GET_CODE (_rtx); \
509 const enum rtx_code _code = GET_CODE (_rtx); \
524 const enum rtx_code _code = GET_CODE (_rtx); \
578 extern void rtl_check_failed_code1 (const_rtx, enum rtx_code, const char *
    [all...]

Completed in 1698 milliseconds