Searched refs:test_reg (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | caller-save.c | 117 rtx test_reg, test_mem; in init_caller_save() local 187 test_reg = gen_rtx_REG (VOIDmode, 0); in init_caller_save() 189 savepat = gen_rtx_SET (VOIDmode, test_mem, test_reg); in init_caller_save() 190 restpat = gen_rtx_SET (VOIDmode, test_reg, test_mem); in init_caller_save() 203 REGNO (test_reg) = i; in init_caller_save() 204 PUT_MODE (test_reg, mode); in init_caller_save()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | caller-save.c | 119 rtx test_reg, test_mem; in init_caller_save() local 190 test_reg = gen_rtx_REG (VOIDmode, 0); in init_caller_save() 192 savepat = gen_rtx_SET (VOIDmode, test_mem, test_reg); in init_caller_save() 193 restpat = gen_rtx_SET (VOIDmode, test_reg, test_mem); in init_caller_save() 206 REGNO (test_reg) = i; in init_caller_save() 207 PUT_MODE (test_reg, mode); in init_caller_save()
|
| H A D | loop.c | 4972 loop_giv_reduce_benefit (loop, bl, v, test_reg) in loop_giv_reduce_benefit() argument 4976 rtx test_reg; 4982 PUT_MODE (test_reg, v->mode); 4984 test_reg, test_reg); 5110 rtx test_reg = gen_rtx_REG (word_mode, LAST_VIRTUAL_REGISTER + 1); local 5203 benefit = loop_giv_reduce_benefit (loop, bl, v, test_reg);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/ |
| H A D | frv.c | 7272 rtx test_reg; local 7279 test_reg = XEXP (op1, 0); 7280 if (GET_CODE (test_reg) != REG) 7289 frv_ifcvt.last_nested_if_cr = test_reg; 7291 and_op = gen_andcr (test_reg, cr, test_reg); 7293 and_op = gen_andncr (test_reg, cr, test_reg); 7300 else if (! rtx_equal_p (test_reg, frv_ifcvt.last_nested_if_cr))
|
| /openbsd-src/gnu/gcc/gcc/config/frv/ |
| H A D | frv.c | 5910 rtx test_reg; in frv_ifcvt_modify_insn() local 5917 test_reg = XEXP (op1, 0); in frv_ifcvt_modify_insn() 5918 if (GET_CODE (test_reg) != REG) in frv_ifcvt_modify_insn() 5927 frv_ifcvt.last_nested_if_cr = test_reg; in frv_ifcvt_modify_insn() 5929 and_op = gen_andcr (test_reg, cr, test_reg); in frv_ifcvt_modify_insn() 5931 and_op = gen_andncr (test_reg, cr, test_reg); in frv_ifcvt_modify_insn() 5938 else if (! rtx_equal_p (test_reg, frv_ifcvt.last_nested_if_cr)) in frv_ifcvt_modify_insn()
|