Home
last modified time | relevance | path

Searched refs:equiv1 (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dstruct-equiv.c943 rtx equiv1, equiv2; in insns_match_p() local
949 equiv1 = find_reg_equal_equiv_note (i1); in insns_match_p()
951 if (equiv1 && equiv2 in insns_match_p()
956 || (CONSTANT_P (XEXP (equiv1, 0)) in insns_match_p()
1045 rtx equiv1, equiv2; in struct_equiv_merge() local
1052 equiv1 = find_reg_equal_equiv_note (xi); in struct_equiv_merge()
1054 if (equiv1 && !equiv2) in struct_equiv_merge()
1055 remove_note (xi, equiv1); in struct_equiv_merge()
1056 else if (!equiv1 && equiv2) in struct_equiv_merge()
1058 else if (equiv1 && equiv2 in struct_equiv_merge()
[all …]
H A Dcfgcleanup.c1021 rtx equiv1 = find_reg_equal_equiv_note (i1); in old_insns_match_p() local
1024 if (equiv1 && equiv2 in old_insns_match_p()
1029 || (CONSTANT_P (XEXP (equiv1, 0)) in old_insns_match_p()
1030 && rtx_equal_p (XEXP (equiv1, 0), XEXP (equiv2, 0))))) in old_insns_match_p()
1109 rtx equiv1 = find_reg_equal_equiv_note (i1); in flow_find_cross_jump() local
1112 if (equiv1 && !equiv2) in flow_find_cross_jump()
1113 remove_note (i1, equiv1); in flow_find_cross_jump()
1114 else if (!equiv1 && equiv2) in flow_find_cross_jump()
1116 else if (equiv1 && equiv2 in flow_find_cross_jump()
1117 && !rtx_equal_p (XEXP (equiv1, 0), XEXP (equiv2, 0))) in flow_find_cross_jump()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcfgcleanup.c988 rtx equiv1 = find_reg_equal_equiv_note (i1); local
991 if (equiv1 && equiv2
996 || (CONSTANT_P (XEXP (equiv1, 0))
997 && rtx_equal_p (XEXP (equiv1, 0), XEXP (equiv2, 0)))))
1076 rtx equiv1 = find_reg_equal_equiv_note (i1); local
1079 if (equiv1 && !equiv2)
1080 remove_note (i1, equiv1);
1081 else if (!equiv1 && equiv2)
1083 else if (equiv1 && equiv2
1084 && !rtx_equal_p (XEXP (equiv1, 0), XEXP (equiv2, 0)))
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/
H A Dmd5.sum1174 285b5f9762e337f80994b575f235968b gas/testsuite/gas/all/equiv1.s