Searched refs:operand0 (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.opt/
H A Dclobbered-registers-O2-2.c21 gen_movsd (unsigned *operand0, unsigned *operand1) argument
23 return *start_sequence (operand0, operand1);
H A Dclobbered-registers-O2.c18 extern unsigned gen_movsd (unsigned *operand0, unsigned *operand1);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.opt/
H A Dclobbered-registers-O2.c29 gen_movsd (unsigned * operand0, unsigned * operand1) argument
31 return *start_sequence(operand0, operand1);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dpa.c1751 register rtx operand0 = operands[0];
1758 if (GET_CODE (operand0) == MEM && IS_INDEX_ADDR_P (XEXP (operand0, 0)))
1762 tem = copy_to_mode_reg (Pmode, XEXP (operand0, 0));
1763 operand0 = replace_equiv_address (operand0, tem);
1784 && reload_in_progress && GET_CODE (operand0) == REG
1785 && REGNO (operand0) >= FIRST_PSEUDO_REGISTER)
1786 operand0 = reg_equiv_mem (REGNO (operand0));
1747 register rtx operand0 = operands[0]; local
4896 rtx operand0 = operands[1]; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa.cc1785 rtx operand0 = operands[0];
1792 if (GET_CODE (operand0) == MEM && IS_INDEX_ADDR_P (XEXP (operand0, 0)))
1796 tem = copy_to_mode_reg (Pmode, XEXP (operand0, 0));
1797 operand0 = replace_equiv_address (operand0, tem);
1818 && reload_in_progress && GET_CODE (operand0) == REG
1819 && REGNO (operand0) >= FIRST_PSEUDO_REGISTER)
1820 operand0 = reg_equiv_mem (REGNO (operand0));
1781 rtx operand0 = operands[0]; local
4930 rtx operand0 = operands[1]; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-basic-inst-handler.cc67 visit_element (brig_code_entry_handler &, tree operand0, tree operand1) argument
72 return call_builtin (m_builtin, 2, TREE_TYPE (operand0),
73 TREE_TYPE (operand0), operand0,
613 tree operand0 = convert (promoted_type, operand0_elements.at (i)); local
617 = build2 (MULT_EXPR, promoted_type, operand0, operand1);
H A Dbrig-code-entry-handler.cc1142 tree operand0, tree operand1)
1144 if (VECTOR_TYPE_P (TREE_TYPE (operand0)))
1147 size_t vec_size = int_size_in_bytes (TREE_TYPE (operand0));
1149 = int_size_in_bytes (TREE_TYPE (TREE_TYPE (operand0)));
1152 tree input_element_type = TREE_TYPE (TREE_TYPE (operand0));
1159 tree element0 = build3 (BIT_FIELD_REF, input_element_type, operand0,
1189 return visit_element (handler, operand0, operand1);
1141 operator ()(brig_code_entry_handler &handler, tree operand0, tree operand1) argument
H A Dbrig-code-entry-handler.h115 tree operator () (brig_code_entry_handler &handler, tree operand0,
121 virtual tree visit_element (brig_code_entry_handler &handler, tree operand0,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dm68k.c3863 register rtx operand0 = operands[0];
3868 && reload_in_progress && GET_CODE (operand0) == REG
3869 && REGNO (operand0) >= FIRST_PSEUDO_REGISTER)
3870 operand0 = reg_equiv_mem (REGNO (operand0));
3872 && reload_in_progress && GET_CODE (operand0) == SUBREG
3873 && GET_CODE (SUBREG_REG (operand0)) == REG
3874 && REGNO (SUBREG_REG (operand0)) >= FIRST_PSEUDO_REGISTER)
3876 /* We must not alter SUBREG_BYTE (operand0) since that would confuse
3878 rtx temp = gen_rtx_SUBREG (GET_MODE (operand0),
3853 register rtx operand0 = operands[0]; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dm68k.cc3861 rtx operand0 = operands[0];
3866 && reload_in_progress && GET_CODE (operand0) == REG
3867 && REGNO (operand0) >= FIRST_PSEUDO_REGISTER)
3868 operand0 = reg_equiv_mem (REGNO (operand0));
3870 && reload_in_progress && GET_CODE (operand0) == SUBREG
3871 && GET_CODE (SUBREG_REG (operand0)) == REG
3872 && REGNO (SUBREG_REG (operand0)) >= FIRST_PSEUDO_REGISTER)
3874 /* We must not alter SUBREG_BYTE (operand0) since that would confuse
3876 rtx temp = gen_rtx_SUBREG (GET_MODE (operand0),
3851 rtx operand0 = operands[0]; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c15841 ix86_expand_rint (rtx operand0, rtx operand1) argument
15856 machine_mode mode = GET_MODE (operand0);
15888 emit_move_insn (operand0, res);
15894 ix86_expand_floorceil (rtx operand0, rtx operand1, bool do_floor) argument
15913 machine_mode mode = GET_MODE (operand0);
15956 emit_move_insn (operand0, res);
15963 ix86_expand_floorceildf_32 (rtx operand0, rtx operand1, bool do_floor) argument
15983 machine_mode mode = GET_MODE (operand0);
16028 emit_move_insn (operand0, res);
16034 ix86_expand_trunc (rtx operand0, rt argument
16080 ix86_expand_truncdf_32(rtx operand0, rtx operand1) argument
16139 ix86_expand_round(rtx operand0, rtx operand1) argument
16190 ix86_expand_rounddf_32(rtx operand0, rtx operand1) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc637 /* If operand0 is a hard register, make operand1 a pseudo. */
17842 ix86_expand_rint (rtx operand0, rtx operand1) argument
17857 machine_mode mode = GET_MODE (operand0);
17891 emit_move_insn (operand0, res);
17897 ix86_expand_floorceil (rtx operand0, rtx operand1, bool do_floor) argument
17916 machine_mode mode = GET_MODE (operand0);
17958 emit_move_insn (operand0, res);
17965 ix86_expand_floorceildf_32 (rtx operand0, rtx operand1, bool do_floor) argument
17985 machine_mode mode = GET_MODE (operand0);
18029 emit_move_insn (operand0, re
18035 ix86_expand_trunc(rtx operand0, rtx operand1) argument
18082 ix86_expand_truncdf_32(rtx operand0, rtx operand1) argument
18140 ix86_expand_round(rtx operand0, rtx operand1) argument
18190 ix86_expand_rounddf_32(rtx operand0, rtx operand1) argument
[all...]

Completed in 430 milliseconds