Searched refs:rhs2 (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | tree-ssa-dom.c | 2024 tree rhs2 = ((struct expr_hash_elt *)p2)->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()
|
| D | see.c | 817 rtx rhs1, rhs2; in eq_descriptor_pre_extension() local 821 rhs2 = SET_SRC (set2); in eq_descriptor_pre_extension() 823 return rtx_equal_p (rhs1, rhs2); in eq_descriptor_pre_extension()
|
| /openbsd/src/gnu/usr.bin/binutils/cpu/ |
| D | frv.cpu | 7818 (define-pmacro (media-dual-multiply-semantics cond mode conv rhs1 rhs2) 7827 (media-multiply-semantics conv argilo rhs2 7831 (define-pmacro (media-dual-multiply name mode conv rhs1 rhs2 op ope comment) 7837 (media-dual-multiply-semantics 1 mode conv rhs1 rhs2) 7850 name mode conv rhs1 rhs2 op ope comment) 7857 (media-dual-multiply-semantics (eq CCi (or cond 2)) mode conv rhs1 rhs2) 7866 (define-pmacro (media-quad-multiply-semantics cond mode conv rhs1 rhs2) 7879 (media-multiply-semantics conv argilo rhs2 7885 (media-multiply-semantics conv argilo rhs2 7889 (define-pmacro (media-quad-multiply name mode conv rhs1 rhs2 op ope comment) [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/cpu/ |
| D | frv.cpu | 8602 (define-pmacro (media-dual-multiply-semantics cond mode conv rhs1 rhs2) 8611 (media-multiply-semantics conv argilo rhs2 8615 (define-pmacro (media-dual-multiply name mode conv rhs1 rhs2 op ope comment) 8622 (media-dual-multiply-semantics 1 mode conv rhs1 rhs2) 8635 name mode conv rhs1 rhs2 op ope comment) 8643 (media-dual-multiply-semantics (eq CCi (or cond 2)) mode conv rhs1 rhs2) 8652 (define-pmacro (media-quad-multiply-semantics cond mode conv rhs1 rhs2) 8665 (media-multiply-semantics conv argilo rhs2 8671 (media-multiply-semantics conv argilo rhs2 8675 (define-pmacro (media-quad-multiply name mode conv rhs1 rhs2 op ope comment) [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| 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)]>,
|