Home
last modified time | relevance | path

Searched refs:CMP_SI (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/iq2000/
H A Diq2000.md1024 branch_type = CMP_SI;
1039 branch_type = CMP_SI;
1401 if (branch_type != CMP_SI && (branch_type != CMP_DI))
1429 if (branch_type != CMP_SI && (branch_type != CMP_DI))
1456 if (branch_type != CMP_SI && (branch_type != CMP_DI))
1485 if (branch_type != CMP_SI && (branch_type != CMP_DI))
1503 if (branch_type != CMP_SI && (branch_type != CMP_DI))
1532 if (branch_type != CMP_SI && (branch_type != CMP_DI))
1563 if (branch_type != CMP_SI && (branch_type != CMP_DI))
1599 if (branch_type != CMP_SI && (branch_type != CMP_DI))
[all …]
H A Diq2000.h811 CMP_SI, /* Compare four byte integers. */ enumerator
H A Diq2000.c1018 case CMP_SI: in gen_conditional_branch()
1020 mode = type == CMP_SI ? SImode : DImode; in gen_conditional_branch()
/openbsd-src/gnu/gcc/gcc/config/xtensa/
H A Dxtensa.c784 case CMP_SI: in xtensa_expand_conditional_branch()
822 if (branch_type == CMP_SI) in gen_conditional_move()
898 gen_fn = (branch_type == CMP_SI in xtensa_expand_conditional_move()
902 gen_fn = (branch_type == CMP_SI in xtensa_expand_conditional_move()
928 gen_fn = (branch_type == CMP_SI in xtensa_expand_scc()
H A Dxtensa.h33 CMP_SI, /* four byte integers */ enumerator
H A Dxtensa.md1170 branch_type = CMP_SI;
1181 branch_type = CMP_SI;
/openbsd-src/gnu/usr.bin/gcc/gcc/config/xtensa/
H A Dxtensa.c1100 case CMP_SI:
1139 if (branch_type == CMP_SI)
1217 gen_fn = (branch_type == CMP_SI
1221 gen_fn = (branch_type == CMP_SI
1248 gen_fn = (branch_type == CMP_SI
H A Dxtensa.h34 CMP_SI, /* four byte integers */ enumerator
H A Dxtensa.md1401 branch_type = CMP_SI;
1413 branch_type = CMP_SI;
/openbsd-src/gnu/usr.bin/gcc/gcc/config/pa/
H A Dpa.md565 hppa_branch_type = CMP_SI;
578 hppa_branch_type = CMP_SI;
672 if (hppa_branch_type != CMP_SI)
688 if (hppa_branch_type != CMP_SI)
702 if (hppa_branch_type != CMP_SI)
716 if (hppa_branch_type != CMP_SI)
730 if (hppa_branch_type != CMP_SI)
744 if (hppa_branch_type != CMP_SI)
757 if (hppa_branch_type != CMP_SI)
770 if (hppa_branch_type != CMP_SI)
[all …]
H A Dpa.h27 CMP_SI, /* compare integers */ enumerator
/openbsd-src/gnu/gcc/gcc/config/pa/
H A Dpa.md604 hppa_branch_type = CMP_SI;
617 hppa_branch_type = CMP_SI;
711 if (hppa_branch_type != CMP_SI)
727 if (hppa_branch_type != CMP_SI)
741 if (hppa_branch_type != CMP_SI)
755 if (hppa_branch_type != CMP_SI)
769 if (hppa_branch_type != CMP_SI)
783 if (hppa_branch_type != CMP_SI)
796 if (hppa_branch_type != CMP_SI)
809 if (hppa_branch_type != CMP_SI)
[all …]
H A Dpa.h27 CMP_SI, /* compare integers */ enumerator
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.md7831 branch_type = CMP_SI;
7846 branch_type = CMP_SI;
8493 if (branch_type != CMP_SI && (!TARGET_64BIT || branch_type != CMP_DI))
8611 if (branch_type != CMP_SI && (!TARGET_64BIT || branch_type != CMP_DI))
8708 if (branch_type != CMP_SI && (!TARGET_64BIT || branch_type != CMP_DI))
8770 if (branch_type != CMP_SI && (!TARGET_64BIT || branch_type != CMP_DI))
8840 if (branch_type != CMP_SI && (!TARGET_64BIT || branch_type != CMP_DI))
8909 if (branch_type != CMP_SI && (!TARGET_64BIT || branch_type != CMP_DI))
9040 if (branch_type != CMP_SI && (!TARGET_64BIT || branch_type != CMP_DI))
9102 if (branch_type != CMP_SI && (!TARGET_64BIT || branch_type != CMP_DI))
[all …]
H A Dmips.h39 CMP_SI, /* compare four byte integers */ enumerator
H A Dmips.c3375 case CMP_SI:
3377 mode = type == CMP_SI ? SImode : DImode;