Searched refs:move_double_src_operand (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/gcc/gcc/config/arc/
H A Darc-protos.h45 extern int move_double_src_operand (rtx, enum machine_mode);
H A Darc.c586 move_double_src_operand (rtx op, enum machine_mode mode)
596 return move_double_src_operand (SUBREG_REG (op), mode);
580 move_double_src_operand (rtx op, enum machine_mode mode) function
/openbsd-current/gnu/usr.bin/gcc/gcc/config/arc/
H A Darc-protos.h50 extern int move_double_src_operand PARAMS ((rtx, enum machine_mode));
H A Darc.c572 move_double_src_operand (op, mode)
584 return move_double_src_operand (SUBREG_REG (op), mode);
566 move_double_src_operand (op, mode) function
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m32r/
H A Dm32r-protos.h76 extern int move_double_src_operand PARAMS ((rtx, Mmode));
H A Dm32r.c872 move_double_src_operand (op, mode)
887 return move_double_src_operand (SUBREG_REG (op), mode);
867 move_double_src_operand (op, mode) function

Completed in 186 milliseconds