Home
last modified time | relevance | path

Searched refs:icode_make_cast (Results 1 – 11 of 11) sorted by relevance

/dports/lang/nwcc/nwcc_0.8.3/
H A Dicode.c472 icode_make_cast(*left, in convert_operands()
478 icode_make_cast(*left, in convert_operands()
482 icode_make_cast(*right, in convert_operands()
499 icode_make_cast(*right, in convert_operands()
505 icode_make_cast(*right, in convert_operands()
509 icode_make_cast(*left, in convert_operands()
515 icode_make_cast(*right, lt, in convert_operands()
2555 icode_make_cast(lres,rt, in do_cond_op()
2564 icode_make_cast(rres,lt, in do_cond_op()
2576 icode_make_cast(rres, lt, in do_cond_op()
[all …]
H A Damd64_gen.c1201 icode_make_cast(vrs[j], in pass_args_stack()
1498 icode_make_cast(vrs[i], in icode_make_fcall()
1557 vrs[i] = backend->icode_make_cast( in icode_make_fcall()
1767 icode_make_cast(struct vreg *src, struct type *to, struct icode_list *il) { in icode_make_cast() function
1768 return x86_backend.icode_make_cast(src, to, il); in icode_make_cast()
1863 icode_make_cast,
H A Dmips_gen.c1540 icode_make_cast(vrs[i], ty, il);
1574 icode_make_cast(vrs[i],
1828 icode_make_cast(struct vreg *src, struct type *to, struct icode_list *il) { function
2136 icode_make_cast,
H A Dx86_gen.c1653 icode_make_cast(vrs[i], ty, il);
1696 icode_make_cast(vrs[i],ty,il);
1704 icode_make_cast(vrs[i],ty,il);
2164 src = backend->icode_make_cast(src,
2798 icode_make_cast(struct vreg *src, struct type *to, struct icode_list *il) { function
4029 icode_make_cast,
H A Dsparc_gen.c1746 icode_make_cast(vrs[i], in icode_make_fcall()
1810 icode_make_cast(vrs[i], in icode_make_fcall()
2293 icode_make_cast(struct vreg *src, struct type *to, struct icode_list *il) { in icode_make_cast() function
2756 icode_make_cast,
H A Dpower_gen.c1967 icode_make_cast(vrs[i], in icode_make_fcall()
2025 icode_make_cast(vrs[i], in icode_make_fcall()
2983 icode_make_cast(struct vreg *src, struct type *to, struct icode_list *il) { in icode_make_cast() function
3378 icode_make_cast,
H A Dbackend.h344 icode_make_cast_func_t icode_make_cast; member
H A Dbuiltins.c671 arg1 = backend->icode_make_cast(arg1, in generic_builtin_memcpy_or_memset_to_icode()
785 vr = backend->icode_make_cast(vr, backend->get_size_t(), il); in generic_builtin_offsetof_to_icode()
H A Dbackend.c1774 ret = backend->icode_make_cast(ret, backend->get_size_t(), il);
1821 factor_vreg = backend->icode_make_cast(
H A Dsubexpr.c2039 backend->icode_make_cast(context->curitem, ty, il); in do_cast()
/dports/lang/nwcc/nwcc_0.8.3/cpp/
H A Dsubexpr.c1867 backend->icode_make_cast(context->curitem, ty, il); in do_cast()