Home
last modified time | relevance | path

Searched refs:op0_piece (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Doptabs.c1634 rtx op0_piece = operand_subword_force (xop0, index, int_mode); in expand_binop() local
1640 op0_piece, op1_piece, in expand_binop()
1652 x, op0_piece, in expand_binop()
2645 rtx op0_piece = operand_subword_force (op0, i, mode); in expand_absneg_bit() local
2650 op0_piece, in expand_absneg_bit()
2657 emit_move_insn (targ_piece, op0_piece); in expand_absneg_bit()
3433 rtx op0_piece = operand_subword_force (op0, i, mode); in expand_copysign_bit() local
3438 op0_piece in expand_copysign_bit()
3439 = expand_binop (imode, and_optab, op0_piece, in expand_copysign_bit()
3447 temp = expand_binop (imode, ior_optab, op0_piece, op1, in expand_copysign_bit()
[all …]
H A Dexpmed.c1432 rtx op0_piece = op0; in store_split_bit_field() local
1441 op0_piece = const0_rtx; in store_split_bit_field()
1445 op0_piece = operand_subword_force (op0, in store_split_bit_field()
1455 if (op0_piece != const0_rtx) in store_split_bit_field()
1456 store_fixed_bit_field (op0_piece, op0_piece_mode, thissize, in store_split_bit_field()
2275 rtx op0_piece = op0; in extract_split_bit_field() local
2279 op0_piece = operand_subword_force (op0, offset, op0_mode.require ()); in extract_split_bit_field()
2287 part = extract_fixed_bit_field (word_mode, op0_piece, op0_piece_mode, in extract_split_bit_field()
/dragonfly/contrib/gcc-4.7/gcc/
H A Doptabs.c1952 rtx op0_piece = operand_subword_force (xop0, index, mode); in expand_binop() local
1958 op0_piece, op1_piece, in expand_binop()
1970 x, op0_piece, in expand_binop()
2906 rtx op0_piece = operand_subword_force (op0, i, mode); in expand_absneg_bit() local
2911 op0_piece, in expand_absneg_bit()
2918 emit_move_insn (targ_piece, op0_piece); in expand_absneg_bit()
3581 rtx op0_piece = operand_subword_force (op0, i, mode); in expand_copysign_bit() local
3586 op0_piece in expand_copysign_bit()
3587 = expand_binop (imode, and_optab, op0_piece, in expand_copysign_bit()
3597 temp = expand_binop (imode, ior_optab, op0_piece, op1, in expand_copysign_bit()
[all …]