Home
last modified time | relevance | path

Searched refs:str_mode (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/dist/ipsec-tools/src/libipsec/
H A Dpfkey_dump.c140 static const char *str_mode[] = { variable
363 GETMSGSTR(str_mode, m_sa2->sadb_x_sa2_mode); in pfkey_sadump1()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dexpr.cc5029 machine_mode str_mode = GET_MODE (str_rtx); in optimize_bitfield_assignment_op() local
5044 || !GET_MODE_BITSIZE (str_mode).is_constant (&str_bitsize) in optimize_bitfield_assignment_op()
5097 str_mode = best_mode; in optimize_bitfield_assignment_op()
5103 str_rtx = adjust_address (str_rtx, str_mode, offset1); in optimize_bitfield_assignment_op()
5134 value = expand_expr (op1, NULL_RTX, str_mode, EXPAND_NORMAL); in optimize_bitfield_assignment_op()
5135 value = convert_modes (str_mode, in optimize_bitfield_assignment_op()
5150 value = expand_and (str_mode, value, const1_rtx, NULL); in optimize_bitfield_assignment_op()
5156 value = expand_shift (LSHIFT_EXPR, str_mode, value, bitpos, NULL_RTX, 1); in optimize_bitfield_assignment_op()
5158 value = flip_storage_order (str_mode, value); in optimize_bitfield_assignment_op()
5159 result = expand_binop (str_mode, binop, str_rtx, in optimize_bitfield_assignment_op()
[all …]
H A DChangeLog-201229908 * expr.c (optimize_bitfield_assignment_op) <BIT_IOR_EXPR>: Use str_mode
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dexpr.c4751 machine_mode str_mode = GET_MODE (str_rtx); in optimize_bitfield_assignment_op() local
4766 || !GET_MODE_BITSIZE (str_mode).is_constant (&str_bitsize) in optimize_bitfield_assignment_op()
4819 str_mode = best_mode; in optimize_bitfield_assignment_op()
4825 str_rtx = adjust_address (str_rtx, str_mode, offset1); in optimize_bitfield_assignment_op()
4856 value = expand_expr (op1, NULL_RTX, str_mode, EXPAND_NORMAL); in optimize_bitfield_assignment_op()
4857 value = convert_modes (str_mode, in optimize_bitfield_assignment_op()
4872 value = expand_and (str_mode, value, const1_rtx, NULL); in optimize_bitfield_assignment_op()
4878 value = expand_shift (LSHIFT_EXPR, str_mode, value, bitpos, NULL_RTX, 1); in optimize_bitfield_assignment_op()
4880 value = flip_storage_order (str_mode, value); in optimize_bitfield_assignment_op()
4881 result = expand_binop (str_mode, binop, str_rtx, in optimize_bitfield_assignment_op()
[all …]