Home
last modified time | relevance | path

Searched refs:TRUNCATE (Results 1 – 25 of 50) sorted by relevance

12

/dragonfly/crypto/libressl/crypto/bio/
H A Db_dump.c68 #define TRUNCATE macro
91 #ifdef TRUNCATE in BIO_dump_indent_cb()
141 #ifdef TRUNCATE in BIO_dump_indent_cb()
/dragonfly/contrib/binutils-2.34/gold/
H A Dyyscript.h142 TRUNCATE = 352, enumerator
249 #define TRUNCATE 352 macro
H A Dyyscript.c207 TRUNCATE = 352, enumerator
314 #define TRUNCATE 352 macro
/dragonfly/gnu/usr.bin/binutils227/block2/libgold/
H A Dyyscript.h142 TRUNCATE = 351, enumerator
248 #define TRUNCATE 351 macro
H A Dyyscript.c209 TRUNCATE = 351, enumerator
315 #define TRUNCATE 351 macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsimplify-rtx.c652 return simplify_gen_unary (TRUNCATE, mode, in simplify_truncation()
738 && (op0 = simplify_gen_unary (TRUNCATE, mode, op0, op_mode)) in simplify_truncation()
838 && GET_CODE (SUBREG_REG (op)) == TRUNCATE in simplify_truncation()
843 return simplify_gen_unary (TRUNCATE, int_mode, inner, in simplify_truncation()
852 if (GET_CODE (op) == TRUNCATE) in simplify_truncation()
853 return simplify_gen_unary (TRUNCATE, mode, XEXP (op, 0), in simplify_truncation()
1196 case TRUNCATE: in simplify_unary_operation_1()
1428 if (GET_CODE (op) == TRUNCATE in simplify_unary_operation_1()
1908 case TRUNCATE: in simplify_const_unary_operation()
3161 if (GET_CODE (op0) == TRUNCATE && CONST_INT_P (trueop1)) in simplify_binary_operation_1()
[all …]
H A Dregcprop.c550 if (code0 == MULT || code0 == SIGN_EXTEND || code0 == TRUNCATE in replace_oldest_value_addr()
557 else if (code1 == MULT || code1 == SIGN_EXTEND || code1 == TRUNCATE in replace_oldest_value_addr()
H A Dregrename.c1305 if (code0 == MULT || code0 == SIGN_EXTEND || code0 == TRUNCATE in scan_rtx_address()
1312 else if (code1 == MULT || code1 == SIGN_EXTEND || code1 == TRUNCATE in scan_rtx_address()
H A Dalias.c1471 case TRUNCATE: in find_base_value()
1897 case TRUNCATE: in find_base_term()
H A Doptabs.def46 OPTAB_CL(trunc_optab, "trunc$b$a2", TRUNCATE, "trunc", gen_trunc_conv_libfunc)
H A Dlra-eliminations.c590 case TRUNCATE: case FLOAT_EXTEND: case FLOAT_TRUNCATE: in lra_eliminate_regs_1()
H A Dcombine.c5980 case TRUNCATE: in combine_simplify_rtx()
7287 if (GET_CODE (XEXP (x, 0)) == TRUNCATE in expand_compound_operation()
7307 if (GET_CODE (XEXP (x, 0)) == TRUNCATE in expand_compound_operation()
7572 else if (GET_CODE (inner) == TRUNCATE in make_extraction()
8602 x = simplify_gen_unary (TRUNCATE, int_mode_for_mode (mode).require (), in gen_lowpart_or_truncate()
8746 case TRUNCATE: in force_int_to_mode()
8899 if (GET_CODE (op0) == TRUNCATE in force_int_to_mode()
8900 && GET_CODE (op1) == TRUNCATE) in force_int_to_mode()
11189 case TRUNCATE: in simplify_shift_const_1()
H A Drtlanal.c4250 case TRUNCATE: in rtx_cost()
4591 case TRUNCATE: in nonzero_bits1()
5124 case TRUNCATE: in num_sign_bit_copies1()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dsimplify-rtx.c803 return simplify_gen_unary (TRUNCATE, mode, temp, inner); in simplify_unary_operation_1()
813 return simplify_gen_unary (TRUNCATE, mode, temp, inner); in simplify_unary_operation_1()
818 case TRUNCATE: in simplify_unary_operation_1()
844 && GET_CODE (SUBREG_REG (op)) == TRUNCATE in simplify_unary_operation_1()
1048 if (GET_CODE (op) == TRUNCATE in simplify_unary_operation_1()
1462 case TRUNCATE: in simplify_const_unary_operation()
1630 case TRUNCATE: in simplify_const_unary_operation()
2771 if (GET_CODE (op0) == TRUNCATE && CONST_INT_P (trueop1)) in simplify_binary_operation_1()
2777 return simplify_gen_unary (TRUNCATE, mode, tem, xmode); in simplify_binary_operation_1()
5530 if (GET_CODE (op) == TRUNCATE in simplify_subreg()
[all …]
H A Dregcprop.c556 if (code0 == MULT || code0 == SIGN_EXTEND || code0 == TRUNCATE in replace_oldest_value_addr()
563 else if (code1 == MULT || code1 == SIGN_EXTEND || code1 == TRUNCATE in replace_oldest_value_addr()
H A Dregrename.c1222 if (code0 == MULT || code0 == SIGN_EXTEND || code0 == TRUNCATE in scan_rtx_address()
1229 else if (code1 == MULT || code1 == SIGN_EXTEND || code1 == TRUNCATE in scan_rtx_address()
H A Dsched-vis.c291 case TRUNCATE: in print_exp()
H A Dalias.c1130 case TRUNCATE: in find_base_value()
1556 case TRUNCATE: in find_base_term()
H A Dreginfo.c1230 || GET_CODE (src) == TRUNCATE in reg_scan_mark_refs()
H A Dexplow.c349 code = TRUNCATE; in convert_memory_address_addr_space()
H A Dcombine.c5632 case TRUNCATE: in combine_simplify_rtx()
6898 if (GET_CODE (XEXP (x, 0)) == TRUNCATE in expand_compound_operation()
6918 if (GET_CODE (XEXP (x, 0)) == TRUNCATE in expand_compound_operation()
8110 x = simplify_gen_unary (TRUNCATE, int_mode_for_mode (mode), in gen_lowpart_or_truncate()
8232 case TRUNCATE: in force_to_mode()
8385 if (GET_CODE (op0) == TRUNCATE in force_to_mode()
8386 && GET_CODE (op1) == TRUNCATE) in force_to_mode()
10529 case TRUNCATE: in simplify_shift_const_1()
/dragonfly/contrib/binutils-2.27/ld/
H A Dldlex.l343 <MRI>"TRUNCATE" { RTOKEN(TRUNCATE); }
360 <MRI>"truncate" { RTOKEN(TRUNCATE); }
H A Dldgram.y151 %token LOG2CEIL FORMAT PUBLIC DEFSYMEND BASE ALIAS TRUNCATE REL
248 | TRUNCATE INT
/dragonfly/contrib/binutils-2.34/ld/
H A Dldlex.l339 <MRI>"TRUNCATE" { RTOKEN(TRUNCATE); }
356 <MRI>"truncate" { RTOKEN(TRUNCATE); }
H A Dldgram.y152 %token LOG2CEIL FORMAT PUBLIC DEFSYMEND BASE ALIAS TRUNCATE REL
249 | TRUNCATE INT

12