Home
last modified time | relevance | path

Searched refs:last_cmp (Results 1 – 25 of 35) sorted by relevance

12

/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dcompare-elim.c254 struct comparison *last_cmp; in find_comparisons_in_bb() local
263 last_cmp = NULL; in find_comparisons_in_bb()
278 if (last_cmp) in find_comparisons_in_bb()
332 last_cmp->insn = insn; in find_comparisons_in_bb()
334 last_cmp->in_a = XEXP (src, 0); in find_comparisons_in_bb()
335 last_cmp->in_b = XEXP (src, 1); in find_comparisons_in_bb()
353 last_cmp = NULL; in find_comparisons_in_bb()
359 else if (last_cmp) in find_comparisons_in_bb()
365 || (REG_P (last_cmp->in_b) in find_comparisons_in_bb()
374 if (last_cmp) in find_comparisons_in_bb()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dcompare-elim.c254 struct comparison *last_cmp; in find_comparisons_in_bb() local
263 last_cmp = NULL; in find_comparisons_in_bb()
278 if (last_cmp) in find_comparisons_in_bb()
332 last_cmp->insn = insn; in find_comparisons_in_bb()
334 last_cmp->in_a = XEXP (src, 0); in find_comparisons_in_bb()
335 last_cmp->in_b = XEXP (src, 1); in find_comparisons_in_bb()
353 last_cmp = NULL; in find_comparisons_in_bb()
359 else if (last_cmp) in find_comparisons_in_bb()
365 || (REG_P (last_cmp->in_b) in find_comparisons_in_bb()
374 if (last_cmp) in find_comparisons_in_bb()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dcompare-elim.c262 struct comparison *last_cmp; in before_dom_children() local
271 last_cmp = NULL; in before_dom_children()
286 if (last_cmp) in before_dom_children()
340 last_cmp->insn = insn; in before_dom_children()
342 last_cmp->in_a = XEXP (src, 0); in before_dom_children()
343 last_cmp->in_b = XEXP (src, 1); in before_dom_children()
361 last_cmp = NULL; in before_dom_children()
367 else if (last_cmp) in before_dom_children()
373 || (REG_P (last_cmp->in_b) in before_dom_children()
382 if (last_cmp) in before_dom_children()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dcompare-elim.c300 struct comparison *last_cmp; in before_dom_children() local
310 last_cmp = NULL; in before_dom_children()
325 if (last_cmp) in before_dom_children()
358 last_cmp->insn = insn; in before_dom_children()
360 last_cmp->in_a = XEXP (src, 0); in before_dom_children()
362 last_cmp->eh_note = eh_note; in before_dom_children()
380 last_cmp = NULL; in before_dom_children()
385 else if (last_cmp) in before_dom_children()
391 || (REG_P (last_cmp->in_b) in before_dom_children()
400 if (last_cmp) in before_dom_children()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dcompare-elim.c300 struct comparison *last_cmp; in before_dom_children() local
310 last_cmp = NULL; in before_dom_children()
325 if (last_cmp) in before_dom_children()
358 last_cmp->insn = insn; in before_dom_children()
360 last_cmp->in_a = XEXP (src, 0); in before_dom_children()
362 last_cmp->eh_note = eh_note; in before_dom_children()
380 last_cmp = NULL; in before_dom_children()
385 else if (last_cmp) in before_dom_children()
391 || (REG_P (last_cmp->in_b) in before_dom_children()
400 if (last_cmp) in before_dom_children()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/common/
H A Dcmd_test.c30 int left, adv, expr, last_expr, neg, last_cmp; in do_test() local
55 last_cmp = -1; in do_test()
74 last_cmp = 0; in do_test()
77 last_cmp = 1; in do_test()
94 if (last_cmp == 0) in do_test()
96 else if (last_cmp == 1) in do_test()
98 last_cmp = -1; in do_test()
127 if (last_cmp == 0) in do_test()
129 else if (last_cmp == 1) in do_test()
131 last_cmp = -1; in do_test()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/common/
H A Dcmd_test.c30 int left, adv, expr, last_expr, neg, last_cmp; in do_test() local
55 last_cmp = -1; in do_test()
74 last_cmp = 0; in do_test()
77 last_cmp = 1; in do_test()
94 if (last_cmp == 0) in do_test()
96 else if (last_cmp == 1) in do_test()
98 last_cmp = -1; in do_test()
127 if (last_cmp == 0) in do_test()
129 else if (last_cmp == 1) in do_test()
131 last_cmp = -1; in do_test()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/common/
H A Dcmd_test.c30 int left, adv, expr, last_expr, neg, last_cmp; in do_test() local
55 last_cmp = -1; in do_test()
74 last_cmp = 0; in do_test()
77 last_cmp = 1; in do_test()
94 if (last_cmp == 0) in do_test()
96 else if (last_cmp == 1) in do_test()
98 last_cmp = -1; in do_test()
127 if (last_cmp == 0) in do_test()
129 else if (last_cmp == 1) in do_test()
131 last_cmp = -1; in do_test()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/common/
H A Dcmd_test.c30 int left, adv, expr, last_expr, neg, last_cmp; in do_test() local
55 last_cmp = -1; in do_test()
74 last_cmp = 0; in do_test()
77 last_cmp = 1; in do_test()
94 if (last_cmp == 0) in do_test()
96 else if (last_cmp == 1) in do_test()
98 last_cmp = -1; in do_test()
127 if (last_cmp == 0) in do_test()
129 else if (last_cmp == 1) in do_test()
131 last_cmp = -1; in do_test()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/common/
H A Dcmd_test.c30 int left, adv, expr, last_expr, neg, last_cmp; in do_test() local
55 last_cmp = -1; in do_test()
74 last_cmp = 0; in do_test()
77 last_cmp = 1; in do_test()
94 if (last_cmp == 0) in do_test()
96 else if (last_cmp == 1) in do_test()
98 last_cmp = -1; in do_test()
127 if (last_cmp == 0) in do_test()
129 else if (last_cmp == 1) in do_test()
131 last_cmp = -1; in do_test()
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/common/
H A Dcmd_test.c30 int left, adv, expr, last_expr, neg, last_cmp; in do_test() local
55 last_cmp = -1; in do_test()
74 last_cmp = 0; in do_test()
77 last_cmp = 1; in do_test()
94 if (last_cmp == 0) in do_test()
96 else if (last_cmp == 1) in do_test()
98 last_cmp = -1; in do_test()
127 if (last_cmp == 0) in do_test()
129 else if (last_cmp == 1) in do_test()
131 last_cmp = -1; in do_test()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/common/
H A Dcmd_test.c30 int left, adv, expr, last_expr, neg, last_cmp; in do_test() local
55 last_cmp = -1; in do_test()
74 last_cmp = 0; in do_test()
77 last_cmp = 1; in do_test()
94 if (last_cmp == 0) in do_test()
96 else if (last_cmp == 1) in do_test()
98 last_cmp = -1; in do_test()
127 if (last_cmp == 0) in do_test()
129 else if (last_cmp == 1) in do_test()
131 last_cmp = -1; in do_test()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcompare-elim.c336 if (last_cmp) in before_dom_children()
366 last_cmp->insn = insn; in before_dom_children()
368 last_cmp->in_a = XEXP (src, 0); in before_dom_children()
369 last_cmp->in_b = XEXP (src, 1); in before_dom_children()
370 last_cmp->eh_note = eh_note; in before_dom_children()
377 last_cmp->in_a_setter = last_setter[REGNO (last_cmp->in_a)]; in before_dom_children()
390 if (last_cmp) in before_dom_children()
404 last_cmp = NULL; in before_dom_children()
417 || (REG_P (last_cmp->in_b) in before_dom_children()
426 if (last_cmp) in before_dom_children()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dcompare-elim.c336 if (last_cmp) in before_dom_children()
366 last_cmp->insn = insn; in before_dom_children()
368 last_cmp->in_a = XEXP (src, 0); in before_dom_children()
369 last_cmp->in_b = XEXP (src, 1); in before_dom_children()
370 last_cmp->eh_note = eh_note; in before_dom_children()
377 last_cmp->in_a_setter = last_setter[REGNO (last_cmp->in_a)]; in before_dom_children()
390 if (last_cmp) in before_dom_children()
404 last_cmp = NULL; in before_dom_children()
417 || (REG_P (last_cmp->in_b) in before_dom_children()
426 if (last_cmp) in before_dom_children()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dcompare-elim.c336 if (last_cmp) in before_dom_children()
366 last_cmp->insn = insn; in before_dom_children()
368 last_cmp->in_a = XEXP (src, 0); in before_dom_children()
369 last_cmp->in_b = XEXP (src, 1); in before_dom_children()
370 last_cmp->eh_note = eh_note; in before_dom_children()
377 last_cmp->in_a_setter = last_setter[REGNO (last_cmp->in_a)]; in before_dom_children()
390 if (last_cmp) in before_dom_children()
404 last_cmp = NULL; in before_dom_children()
417 || (REG_P (last_cmp->in_b) in before_dom_children()
426 if (last_cmp) in before_dom_children()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcompare-elim.c336 if (last_cmp) in before_dom_children()
366 last_cmp->insn = insn; in before_dom_children()
368 last_cmp->in_a = XEXP (src, 0); in before_dom_children()
369 last_cmp->in_b = XEXP (src, 1); in before_dom_children()
370 last_cmp->eh_note = eh_note; in before_dom_children()
377 last_cmp->in_a_setter = last_setter[REGNO (last_cmp->in_a)]; in before_dom_children()
390 if (last_cmp) in before_dom_children()
404 last_cmp = NULL; in before_dom_children()
417 || (REG_P (last_cmp->in_b) in before_dom_children()
426 if (last_cmp) in before_dom_children()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dcompare-elim.c336 if (last_cmp) in before_dom_children()
366 last_cmp->insn = insn; in before_dom_children()
368 last_cmp->in_a = XEXP (src, 0); in before_dom_children()
369 last_cmp->in_b = XEXP (src, 1); in before_dom_children()
370 last_cmp->eh_note = eh_note; in before_dom_children()
377 last_cmp->in_a_setter = last_setter[REGNO (last_cmp->in_a)]; in before_dom_children()
390 if (last_cmp) in before_dom_children()
404 last_cmp = NULL; in before_dom_children()
417 || (REG_P (last_cmp->in_b) in before_dom_children()
426 if (last_cmp) in before_dom_children()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dcompare-elim.c336 if (last_cmp) in before_dom_children()
366 last_cmp->insn = insn; in before_dom_children()
368 last_cmp->in_a = XEXP (src, 0); in before_dom_children()
369 last_cmp->in_b = XEXP (src, 1); in before_dom_children()
370 last_cmp->eh_note = eh_note; in before_dom_children()
377 last_cmp->in_a_setter = last_setter[REGNO (last_cmp->in_a)]; in before_dom_children()
390 if (last_cmp) in before_dom_children()
404 last_cmp = NULL; in before_dom_children()
417 || (REG_P (last_cmp->in_b) in before_dom_children()
426 if (last_cmp) in before_dom_children()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dcompare-elim.c361 if (last_cmp) in before_dom_children()
391 last_cmp->insn = insn; in before_dom_children()
394 last_cmp->in_b = XEXP (src, 1); in before_dom_children()
396 last_cmp->eh_note = eh_note; in before_dom_children()
403 last_cmp->in_a_setter = last_setter[REGNO (last_cmp->in_a)]; in before_dom_children()
416 if (last_cmp) in before_dom_children()
430 last_cmp = NULL; in before_dom_children()
443 || (REG_P (last_cmp->in_b) in before_dom_children()
452 if (last_cmp) in before_dom_children()
454 bb->aux = last_cmp; in before_dom_children()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dcompare-elim.c361 if (last_cmp) in before_dom_children()
391 last_cmp->insn = insn; in before_dom_children()
394 last_cmp->in_b = XEXP (src, 1); in before_dom_children()
396 last_cmp->eh_note = eh_note; in before_dom_children()
403 last_cmp->in_a_setter = last_setter[REGNO (last_cmp->in_a)]; in before_dom_children()
416 if (last_cmp) in before_dom_children()
430 last_cmp = NULL; in before_dom_children()
443 || (REG_P (last_cmp->in_b) in before_dom_children()
452 if (last_cmp) in before_dom_children()
454 bb->aux = last_cmp; in before_dom_children()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dcompare-elim.c361 if (last_cmp) in before_dom_children()
391 last_cmp->insn = insn; in before_dom_children()
394 last_cmp->in_b = XEXP (src, 1); in before_dom_children()
396 last_cmp->eh_note = eh_note; in before_dom_children()
403 last_cmp->in_a_setter = last_setter[REGNO (last_cmp->in_a)]; in before_dom_children()
416 if (last_cmp) in before_dom_children()
430 last_cmp = NULL; in before_dom_children()
443 || (REG_P (last_cmp->in_b) in before_dom_children()
452 if (last_cmp) in before_dom_children()
454 bb->aux = last_cmp; in before_dom_children()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dcompare-elim.c361 if (last_cmp) in before_dom_children()
391 last_cmp->insn = insn; in before_dom_children()
394 last_cmp->in_b = XEXP (src, 1); in before_dom_children()
396 last_cmp->eh_note = eh_note; in before_dom_children()
403 last_cmp->in_a_setter = last_setter[REGNO (last_cmp->in_a)]; in before_dom_children()
416 if (last_cmp) in before_dom_children()
430 last_cmp = NULL; in before_dom_children()
443 || (REG_P (last_cmp->in_b) in before_dom_children()
452 if (last_cmp) in before_dom_children()
454 bb->aux = last_cmp; in before_dom_children()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dcompare-elim.c359 if (last_cmp) in before_dom_children()
389 last_cmp->insn = insn; in before_dom_children()
392 last_cmp->in_b = XEXP (src, 1); in before_dom_children()
394 last_cmp->eh_note = eh_note; in before_dom_children()
401 last_cmp->in_a_setter = last_setter[REGNO (last_cmp->in_a)]; in before_dom_children()
414 if (last_cmp) in before_dom_children()
428 last_cmp = NULL; in before_dom_children()
441 || (REG_P (last_cmp->in_b) in before_dom_children()
450 if (last_cmp) in before_dom_children()
452 bb->aux = last_cmp; in before_dom_children()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dcompare-elim.c361 if (last_cmp) in before_dom_children()
391 last_cmp->insn = insn; in before_dom_children()
394 last_cmp->in_b = XEXP (src, 1); in before_dom_children()
396 last_cmp->eh_note = eh_note; in before_dom_children()
403 last_cmp->in_a_setter = last_setter[REGNO (last_cmp->in_a)]; in before_dom_children()
416 if (last_cmp) in before_dom_children()
430 last_cmp = NULL; in before_dom_children()
443 || (REG_P (last_cmp->in_b) in before_dom_children()
452 if (last_cmp) in before_dom_children()
454 bb->aux = last_cmp; in before_dom_children()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dcompare-elim.c361 if (last_cmp) in before_dom_children()
391 last_cmp->insn = insn; in before_dom_children()
394 last_cmp->in_b = XEXP (src, 1); in before_dom_children()
396 last_cmp->eh_note = eh_note; in before_dom_children()
403 last_cmp->in_a_setter = last_setter[REGNO (last_cmp->in_a)]; in before_dom_children()
416 if (last_cmp) in before_dom_children()
430 last_cmp = NULL; in before_dom_children()
443 || (REG_P (last_cmp->in_b) in before_dom_children()
452 if (last_cmp) in before_dom_children()
454 bb->aux = last_cmp; in before_dom_children()
[all …]

12