OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtx_code
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386-protos.h
43
#ifdef
RTX_CODE
54
extern enum machine_mode ix86_cc_mode (enum
rtx_code
, rtx, rtx);
86
extern rtx ix86_fixup_binary_operands (enum
rtx_code
,
88
extern void ix86_fixup_binary_operands_no_copy (enum
rtx_code
,
90
extern void ix86_expand_binary_operator (enum
rtx_code
,
92
extern void ix86_expand_vector_logical_operator (enum
rtx_code
,
94
extern bool ix86_binary_operator_ok (enum
rtx_code
, enum machine_mode, rtx[]);
103
extern void ix86_expand_unary_operator (enum
rtx_code
, enum machine_mode,
115
extern enum ix86_fpcmp_strategy ix86_fp_comparison_strategy (enum
rtx_code
);
116
extern void ix86_expand_fp_absneg_operator (enum
rtx_code
, enum machine_mode
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.h
39
#define
RTX_CODE
enum
rtx_code
40
enum
rtx_code
{
enum
258
ENUM_BITFIELD(
rtx_code
) code: 16;
375
#define GET_CODE(RTX) ((enum
rtx_code
) (RTX)->code)
544
const enum
rtx_code
_code = GET_CODE (_rtx); \
555
const enum
rtx_code
_code = GET_CODE (_rtx); \
574
const enum
rtx_code
_code = GET_CODE (_rtx); \
589
const enum
rtx_code
_code = GET_CODE (_rtx); \
643
extern void rtl_check_failed_code1 (const_rtx, enum
rtx_code
, const char *
[
all
...]
Completed in 57 milliseconds