Searched refs:test_reg (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/all/
H A Ditbl-test.c33 static int test_reg (e_processor processor, e_type type, char *name,
96 test_reg (1, e_dreg, "d1", 1);
97 test_reg (3, e_creg, "c2", 22);
98 test_reg (3, e_dreg, "d3", 3);
105 test_reg (e_processor processor, e_type type, char *name, function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcaller-save.c105 static GTY(()) rtx test_reg;
130 set_mode_and_regno (test_reg, mode, reg);
255 test_reg = gen_rtx_REG (word_mode, LAST_VIRTUAL_REGISTER + 1);
257 savepat = gen_rtx_SET (test_mem, test_reg);
258 restpat = gen_rtx_SET (test_reg, test_mem);
104 static GTY(()) rtx test_reg; variable
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcaller-save.cc105 static GTY(()) rtx test_reg;
130 set_mode_and_regno (test_reg, mode, reg);
255 test_reg = gen_rtx_REG (word_mode, LAST_VIRTUAL_REGISTER + 1);
257 savepat = gen_rtx_SET (test_mem, test_reg);
258 restpat = gen_rtx_SET (test_reg, test_mem);
104 static GTY(()) rtx test_reg; variable
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/frv/
H A Dfrv.c5893 rtx test_reg;
5900 test_reg = XEXP (op1, 0);
5901 if (GET_CODE (test_reg) != REG)
5910 frv_ifcvt.last_nested_if_cr = test_reg;
5912 and_op = gen_andcr (test_reg, cr, test_reg);
5914 and_op = gen_andncr (test_reg, cr, test_reg);
5921 else if (! rtx_equal_p (test_reg, frv_ifcvt.last_nested_if_cr))
5834 rtx test_reg; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.cc5881 rtx test_reg;
5888 test_reg = XEXP (op1, 0);
5889 if (GET_CODE (test_reg) != REG)
5898 frv_ifcvt.last_nested_if_cr = test_reg;
5900 and_op = gen_andcr (test_reg, cr, test_reg);
5902 and_op = gen_andncr (test_reg, cr, test_reg);
5909 else if (! rtx_equal_p (test_reg, frv_ifcvt.last_nested_if_cr))
5823 rtx test_reg; local

Completed in 225 milliseconds