Searched refs:rhs1 (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | tree-scalar-evolution.c | 1047 tree rhs0, rhs1; in follow_ssa_edge_in_rhs() local 1082 rhs1 = TREE_OPERAND (rhs, 1); in follow_ssa_edge_in_rhs() 1084 STRIP_TYPE_NOPS (rhs1); in follow_ssa_edge_in_rhs() 1088 if (TREE_CODE (rhs1) == SSA_NAME) in follow_ssa_edge_in_rhs() 1101 PLUS_EXPR, rhs1, at_stmt); in follow_ssa_edge_in_rhs() 1134 PLUS_EXPR, rhs1, at_stmt); in follow_ssa_edge_in_rhs() 1141 else if (TREE_CODE (rhs1) == SSA_NAME) in follow_ssa_edge_in_rhs() 1146 (loop, SSA_NAME_DEF_STMT (rhs1), halting_phi, in follow_ssa_edge_in_rhs() 1169 rhs1 = TREE_OPERAND (rhs, 1); in follow_ssa_edge_in_rhs() 1171 STRIP_TYPE_NOPS (rhs1); in follow_ssa_edge_in_rhs() [all …]
|
H A D | tree-ssa-dom.c | 2022 tree rhs1 = ((struct expr_hash_elt *)p1)->rhs; in avail_expr_eq() local 2027 if (rhs1 == rhs2 && stmt1 == stmt2) in avail_expr_eq() 2031 if (TREE_CODE (rhs1) != TREE_CODE (rhs2)) in avail_expr_eq() 2036 if ((TREE_TYPE (rhs1) == TREE_TYPE (rhs2) in avail_expr_eq() 2037 || lang_hooks.types_compatible_p (TREE_TYPE (rhs1), TREE_TYPE (rhs2))) in avail_expr_eq() 2038 && operand_equal_p (rhs1, rhs2, OEP_PURE_SAME)) in avail_expr_eq()
|
H A D | see.c | 817 rtx rhs1, rhs2; in eq_descriptor_pre_extension() local 820 rhs1 = SET_SRC (set1); in eq_descriptor_pre_extension() 823 return rtx_equal_p (rhs1, rhs2); in eq_descriptor_pre_extension()
|
/openbsd/gnu/usr.bin/binutils/cpu/ |
H A D | frv.cpu | 7850 name mode conv rhs1 rhs2 op ope comment) 7883 (media-multiply-semantics conv argihi rhs1 7912 name mode conv rhs1 rhs2 op ope comment) 8249 conv lhs1 rhs1 lhs2 rhs2 res max min sie) 8258 conv lhs1 rhs1 lhs2 rhs2 res max min sie) 8283 name mode conv rhs1 rhs2 max min op ope comment) 8296 name mode conv rhs1 rhs2 max min op ope comment) 8329 name mode conv rhs1 rhs2 max min op ope comment) 8343 name mode conv rhs1 rhs2 max min op ope comment) 8377 name mode conv rhs1 rhs2 max min op ope comment) [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/cpu/ |
H A D | frv.cpu | 8635 name mode conv rhs1 rhs2 op ope comment) 8669 (media-multiply-semantics conv argihi rhs1 8702 name mode conv rhs1 rhs2 op ope comment) 9068 conv lhs1 rhs1 lhs2 rhs2 res max min sie) 9077 conv lhs1 rhs1 lhs2 rhs2 res max min sie) 9102 name mode conv rhs1 rhs2 max min op ope comment) 9116 name mode conv rhs1 rhs2 max min op ope comment) 9150 name mode conv rhs1 rhs2 max min op ope comment) 9165 name mode conv rhs1 rhs2 max min op ope comment) 9200 name mode conv rhs1 rhs2 max min op ope comment) [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMInstrInfo.td | 5008 (ins i32imm:$cc, GPR:$lhs1, GPR:$lhs2, GPR:$rhs1, GPR:$rhs2, brtarget:$dst), 5010 [(ARMBcci64 imm:$cc, GPR:$lhs1, GPR:$lhs2, GPR:$rhs1, GPR:$rhs2, bb:$dst)]>,
|