Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
065b6046
Commit
065b6046
authored
Jul 06, 2010
by
Matthias Braun
Browse files
remove these largish/noisy headers
[r27700]
parent
6779245e
Changes
6
Hide whitespace changes
Inline
Side-by-side
ir/be/arm/arm_emitter.c
View file @
065b6046
...
...
@@ -719,9 +719,6 @@ static void emit_arm_SwitchJmp(const ir_node *irn)
xfree
(
projs
);
}
/************************************************************************/
/* emit_be */
/************************************************************************/
static
void
arm_emit_entity
(
ir_entity
*
entity
)
{
...
...
@@ -876,9 +873,6 @@ static void emit_be_Return(const ir_node *node)
be_emit_finish_line_gas
(
node
);
}
/************************************************************************/
/* emit */
/************************************************************************/
static
void
emit_arm_Jmp
(
const
ir_node
*
node
)
{
...
...
ir/be/arm/bearch_arm.c
View file @
065b6046
...
...
@@ -655,15 +655,6 @@ static void arm_handle_intrinsics(void)
lower_intrinsics
(
records
,
n_records
,
/*part_block_used=*/
0
);
}
/*****************************************************************
* ____ _ _ _____ _____
* | _ \ | | | | |_ _|/ ____| /\
* | |_) | __ _ ___| | _____ _ __ __| | | | | (___ / \
* | _ < / _` |/ __| |/ / _ \ '_ \ / _` | | | \___ \ / /\ \
* | |_) | (_| | (__| < __/ | | | (_| | _| |_ ____) / ____ \
* |____/ \__,_|\___|_|\_\___|_| |_|\__,_| |_____|_____/_/ \_\
*
*****************************************************************/
static
arm_isa_t
arm_isa_template
=
{
{
...
...
ir/be/ia32/bearch_ia32.c
View file @
065b6046
...
...
@@ -188,16 +188,6 @@ static ir_node *ia32_get_admissible_noreg(ia32_code_gen_t *cg, ir_node *irn, int
}
}
/**************************************************
* _ _ _ __
* | | | (_)/ _|
* _ __ ___ __ _ __ _| | | ___ ___ _| |_
* | '__/ _ \/ _` | / _` | | |/ _ \ / __| | | _|
* | | | __/ (_| | | (_| | | | (_) | (__ | | |
* |_| \___|\__, | \__,_|_|_|\___/ \___| |_|_|
* __/ |
* |___/
**************************************************/
static
const
arch_register_req_t
*
get_ia32_SwitchJmp_out_req
(
const
ir_node
*
node
,
int
pos
)
...
...
@@ -829,16 +819,6 @@ static const arch_irn_ops_t ia32_SwitchJmp_irn_ops = {
ia32_perform_memory_operand
,
};
/**************************************************
* _ _ __
* | | (_)/ _|
* ___ ___ __| | ___ __ _ ___ _ __ _| |_
* / __/ _ \ / _` |/ _ \/ _` |/ _ \ '_ \ | | _|
* | (_| (_) | (_| | __/ (_| | __/ | | | | | |
* \___\___/ \__,_|\___|\__, |\___|_| |_| |_|_|
* __/ |
* |___/
**************************************************/
static
ir_entity
*
mcount
=
NULL
;
...
...
@@ -1519,17 +1499,6 @@ static void *ia32_cg_init(ir_graph *irg)
}
/*****************************************************************
* ____ _ _ _____ _____
* | _ \ | | | | |_ _|/ ____| /\
* | |_) | __ _ ___| | _____ _ __ __| | | | | (___ / \
* | _ < / _` |/ __| |/ / _ \ '_ \ / _` | | | \___ \ / /\ \
* | |_) | (_| | (__| < __/ | | | (_| | _| |_ ____) / ____ \
* |____/ \__,_|\___|_|\_\___|_| |_|\__,_| |_____|_____/_/ \_\
*
*****************************************************************/
/**
* Set output modes for GCC
*/
...
...
ir/be/ia32/ia32_emitter.c
View file @
065b6046
...
...
@@ -206,16 +206,6 @@ static char *get_unique_label(char *buf, size_t buflen, const char *prefix)
return
buf
;
}
/*************************************************************
* _ _ __ _ _
* (_) | | / _| | | | |
* _ __ _ __ _ _ __ | |_| |_ | |__ ___| |_ __ ___ _ __
* | '_ \| '__| | '_ \| __| _| | '_ \ / _ \ | '_ \ / _ \ '__|
* | |_) | | | | | | | |_| | | | | | __/ | |_) | __/ |
* | .__/|_| |_|_| |_|\__|_| |_| |_|\___|_| .__/ \___|_|
* | | | |
* |_| |_|
*************************************************************/
/**
* Emit the name of the 8bit low register
...
...
@@ -1217,16 +1207,6 @@ static void emit_ia32_CMovcc(const ir_node *node)
ia32_emitf
(
node
,
"
\t
cmov%P %#AR, %#R
\n
"
,
pnc
,
in_true
,
out
);
}
/*********************************************************
* _ _ _
* (_) | (_)
* ___ _ __ ___ _| |_ _ _ _ _ __ ___ _ __ ___
* / _ \ '_ ` _ \| | __| | | | | | '_ ` _ \| '_ \/ __|
* | __/ | | | | | | |_ | | |_| | | | | | | |_) \__ \
* \___|_| |_| |_|_|\__| | |\__,_|_| |_| |_| .__/|___/
* _/ | | |
* |__/ |_|
*********************************************************/
/* jump table entry (target and corresponding number) */
typedef
struct
_branch_t
{
...
...
@@ -1526,16 +1506,6 @@ static void emit_ia32_Asm(const ir_node *node)
ia32_emitf
(
NULL
,
"
\n
#NO_APP
\n
"
);
}
/**********************************
* _____ ____
* / ____| | _ \
* | | ___ _ __ _ _| |_) |
* | | / _ \| '_ \| | | | _ <
* | |___| (_) | |_) | |_| | |_) |
* \_____\___/| .__/ \__, |____/
* | | __/ |
* |_| |___/
**********************************/
/**
* Emit movsb/w instructions to make mov count divideable by 4
...
...
@@ -1575,17 +1545,6 @@ static void emit_ia32_CopyB_i(const ir_node *node)
}
/***************************
* _____
* / ____|
* | | ___ _ ____ __
* | | / _ \| '_ \ \ / /
* | |___| (_) | | | \ V /
* \_____\___/|_| |_|\_/
*
***************************/
/**
* Emit code for conversions (I, FP), (FP, I) and (FP, FP).
*/
...
...
@@ -1640,16 +1599,6 @@ static void emit_ia32_Call(const ir_node *node)
}
/*******************************************
* _ _
* | | | |
* | |__ ___ _ __ ___ __| | ___ ___
* | '_ \ / _ \ '_ \ / _ \ / _` |/ _ \/ __|
* | |_) | __/ | | | (_) | (_| | __/\__ \
* |_.__/ \___|_| |_|\___/ \__,_|\___||___/
*
*******************************************/
/**
* Emits code to increase stack pointer.
*/
...
...
@@ -1876,16 +1825,6 @@ static void emit_Nothing(const ir_node *node)
}
/***********************************************************************************
* _ __ _
* (_) / _| | |
* _ __ ___ __ _ _ _ __ | |_ _ __ __ _ _ __ ___ _____ _____ _ __| | __
* | '_ ` _ \ / _` | | '_ \ | _| '__/ _` | '_ ` _ \ / _ \ \ /\ / / _ \| '__| |/ /
* | | | | | | (_| | | | | | | | | | | (_| | | | | | | __/\ V V / (_) | | | <
* |_| |_| |_|\__,_|_|_| |_| |_| |_| \__,_|_| |_| |_|\___| \_/\_/ \___/|_| |_|\_\
*
***********************************************************************************/
/**
* Enters the emitter functions for handled nodes into the generic
* pointer of an opcode.
...
...
ir/be/ia32/ia32_new_nodes.c
View file @
065b6046
...
...
@@ -55,17 +55,6 @@
#include
"gen_ia32_regalloc_if.h"
#include
"gen_ia32_machine.h"
/***********************************************************************************
* _ _ _ __
* | | (_) | | / _|
* __| |_ _ _ __ ___ _ __ ___ _ __ _ _ __ | |_ ___ _ __| |_ __ _ ___ ___
* / _` | | | | '_ ` _ \| '_ \ / _ \ '__| | | '_ \| __/ _ \ '__| _/ _` |/ __/ _ \
* | (_| | |_| | | | | | | |_) | __/ | | | | | | || __/ | | || (_| | (_| __/
* \__,_|\__,_|_| |_| |_| .__/ \___|_| |_|_| |_|\__\___|_| |_| \__,_|\___\___|
* | |
* |_|
***********************************************************************************/
/**
* Dumper interface for dumping ia32 nodes in vcg.
* @param n the node to dump
...
...
@@ -253,17 +242,6 @@ static void ia32_dump_node(FILE *F, ir_node *n, dump_reason_t reason)
/***************************************************************************************************
* _ _ _ __ _ _ _ _
* | | | | | | / / | | | | | | | |
* __ _| |_| |_ _ __ ___ ___| |_ / /_ _ ___| |_ _ __ ___ ___| |_| |__ ___ __| |___
* / _` | __| __| '__| / __|/ _ \ __| / / _` |/ _ \ __| | '_ ` _ \ / _ \ __| '_ \ / _ \ / _` / __|
* | (_| | |_| |_| | \__ \ __/ |_ / / (_| | __/ |_ | | | | | | __/ |_| | | | (_) | (_| \__ \
* \__,_|\__|\__|_| |___/\___|\__/_/ \__, |\___|\__| |_| |_| |_|\___|\__|_| |_|\___/ \__,_|___/
* __/ |
* |___/
***************************************************************************************************/
ia32_attr_t
*
get_ia32_attr
(
ir_node
*
node
)
{
assert
(
is_ia32_irn
(
node
)
&&
"need ia32 node to get ia32 attributes"
);
...
...
@@ -818,16 +796,6 @@ void set_ia32_orig_node(ir_node *node, const ir_node *old)
#endif
/* NDEBUG */
/******************************************************************************************************
* _ _ _ _ __ _ _
* (_) | | | | | | / _| | | (_)
* ___ _ __ ___ ___ _ __ _| | __ _| |_| |_ _ __ | |_ _ _ _ __ ___| |_ _ ___ _ __ ___
* / __| '_ \ / _ \/ __| |/ _` | | / _` | __| __| '__| | _| | | | '_ \ / __| __| |/ _ \| '_ \ / __|
* \__ \ |_) | __/ (__| | (_| | | | (_| | |_| |_| | | | | |_| | | | | (__| |_| | (_) | | | | \__ \
* |___/ .__/ \___|\___|_|\__,_|_| \__,_|\__|\__|_| |_| \__,_|_| |_|\___|\__|_|\___/|_| |_| |___/
* | |
* |_|
******************************************************************************************************/
/**
* Returns whether or not the node is an AddrModeS node.
...
...
@@ -962,15 +930,6 @@ void init_ia32_climbframe_attributes(ir_node *res, unsigned count)
attr
->
count
=
count
;
}
/***************************************************************************************
* _ _ _
* | | | | | |
* _ __ ___ __| | ___ ___ ___ _ __ ___| |_ _ __ _ _ ___| |_ ___ _ __ ___
* | '_ \ / _ \ / _` |/ _ \ / __/ _ \| '_ \/ __| __| '__| | | |/ __| __/ _ \| '__/ __|
* | | | | (_) | (_| | __/ | (_| (_) | | | \__ \ |_| | | |_| | (__| || (_) | | \__ \
* |_| |_|\___/ \__,_|\___| \___\___/|_| |_|___/\__|_| \__,_|\___|\__\___/|_| |___/
*
***************************************************************************************/
/* default compare operation to compare attributes */
static
int
ia32_compare_attr
(
const
ia32_attr_t
*
a
,
const
ia32_attr_t
*
b
)
...
...
ir/be/ia32/ia32_new_nodes.h
View file @
065b6046
...
...
@@ -51,16 +51,6 @@ enum {
pn_ia32_add2
=
4
};
/***************************************************************************************************
* _ _ _ __ _ _ _ _
* | | | | | | / / | | | | | | | |
* __ _| |_| |_ _ __ ___ ___| |_ / /_ _ ___| |_ _ __ ___ ___| |_| |__ ___ __| |___
* / _` | __| __| '__| / __|/ _ \ __| / / _` |/ _ \ __| | '_ ` _ \ / _ \ __| '_ \ / _ \ / _` / __|
* | (_| | |_| |_| | \__ \ __/ |_ / / (_| | __/ |_ | | | | | | __/ |_| | | | (_) | (_| \__ \
* \__,_|\__|\__|_| |___/\___|\__/_/ \__, |\___|\__| |_| |_| |_|\___|\__|_| |_|\___/ \__,_|___/
* __/ |
* |___/
***************************************************************************************************/
/**
* returns true if a node has x87 registers
...
...
@@ -331,16 +321,6 @@ void set_ia32_orig_node(ir_node *node, const ir_node *old);
#endif
/* NDEBUG */
/******************************************************************************************************
* _ _ _ _ __ _ _
* (_) | | | | | | / _| | | (_)
* ___ _ __ ___ ___ _ __ _| | __ _| |_| |_ _ __ | |_ _ _ _ __ ___| |_ _ ___ _ __ ___
* / __| '_ \ / _ \/ __| |/ _` | | / _` | __| __| '__| | _| | | | '_ \ / __| __| |/ _ \| '_ \ / __|
* \__ \ |_) | __/ (__| | (_| | | | (_| | |_| |_| | | | | |_| | | | | (__| |_| | (_) | | | | \__ \
* |___/ .__/ \___|\___|_|\__,_|_| \__,_|\__|\__|_| |_| \__,_|_| |_|\___|\__|_|\___/|_| |_| |___/
* | |
* |_|
******************************************************************************************************/
/**
* Returns the ident of an entity
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment