Home
last modified time | relevance | path

Searched refs:lhs (Results 1 – 25 of 1085) sorted by relevance

12345678910>>...44

/netbsd/external/lgpl3/gmp/dist/demos/
H A Dpexpr.c871 res -> operands.ops.lhs = lhs; in makeexp()
906 mpz_eval_expr (lhs, e->operands.ops.lhs); in mpz_eval_expr()
913 mpz_eval_expr (lhs, e->operands.ops.lhs); in mpz_eval_expr()
920 mpz_eval_expr (lhs, e->operands.ops.lhs); in mpz_eval_expr()
927 mpz_eval_expr (lhs, e->operands.ops.lhs); in mpz_eval_expr()
1026 mpz_tdiv_q_2exp (lhs, lhs, cnt); in mpz_eval_expr()
1149 mpz_eval_expr (lhs, e->operands.ops.lhs); in mpz_eval_expr()
1172 mpz_eval_expr (lhs, e->operands.ops.lhs); in mpz_eval_expr()
1195 mpz_eval_expr (lhs, e->operands.ops.lhs); in mpz_eval_expr()
1227 mpz_eval_expr (lhs, e->operands.ops.lhs); in mpz_eval_expr()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrFloat.td89 def : Pat<(seteq f32:$lhs, f32:$rhs), (EQ_F32 f32:$lhs, f32:$rhs)>;
90 def : Pat<(setne f32:$lhs, f32:$rhs), (NE_F32 f32:$lhs, f32:$rhs)>;
91 def : Pat<(setlt f32:$lhs, f32:$rhs), (LT_F32 f32:$lhs, f32:$rhs)>;
92 def : Pat<(setle f32:$lhs, f32:$rhs), (LE_F32 f32:$lhs, f32:$rhs)>;
93 def : Pat<(setgt f32:$lhs, f32:$rhs), (GT_F32 f32:$lhs, f32:$rhs)>;
94 def : Pat<(setge f32:$lhs, f32:$rhs), (GE_F32 f32:$lhs, f32:$rhs)>;
95 def : Pat<(seteq f64:$lhs, f64:$rhs), (EQ_F64 f64:$lhs, f64:$rhs)>;
96 def : Pat<(setne f64:$lhs, f64:$rhs), (NE_F64 f64:$lhs, f64:$rhs)>;
97 def : Pat<(setlt f64:$lhs, f64:$rhs), (LT_F64 f64:$lhs, f64:$rhs)>;
98 def : Pat<(setle f64:$lhs, f64:$rhs), (LE_F64 f64:$lhs, f64:$rhs)>;
[all …]
H A DWebAssemblyInstrInteger.td28 [(set I32:$dst, (node I32:$lhs, I32:$rhs))],
32 [(set I64:$dst, (node I64:$lhs, I64:$rhs))],
38 [(set I32:$dst, (setcc I32:$lhs, I32:$rhs, cond))],
97 def : Pat<(rotl I32:$lhs, (and I32:$rhs, 31)), (ROTL_I32 I32:$lhs, I32:$rhs)>;
98 def : Pat<(rotr I32:$lhs, (and I32:$rhs, 31)), (ROTR_I32 I32:$lhs, I32:$rhs)>;
99 def : Pat<(rotl I64:$lhs, (and I64:$rhs, 63)), (ROTL_I64 I64:$lhs, I64:$rhs)>;
100 def : Pat<(rotr I64:$lhs, (and I64:$rhs, 63)), (ROTR_I64 I64:$lhs, I64:$rhs)>;
115 (SELECT_I32 I32:$lhs, I32:$rhs, I32:$cond)>;
117 (SELECT_I64 I64:$lhs, I64:$rhs, I32:$cond)>;
121 (SELECT_I32 I32:$rhs, I32:$lhs, I32:$cond)>;
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgimple-builder.c55 if (lhs == NULL_TREE) in build_assign()
56 lhs = make_ssa_name (get_expr_type (code, op1)); in build_assign()
57 return gimple_build_assign (lhs, code, op1, op2); in build_assign()
78 if (lhs == NULL_TREE) in build_assign()
79 lhs = make_ssa_name (get_expr_type (code, op1)); in build_assign()
80 return gimple_build_assign (lhs, code, op1, op2); in build_assign()
99 lhs); in build_assign()
107 build_type_cast (tree to_type, tree op, tree lhs) in build_type_cast() argument
109 if (lhs == NULL_TREE) in build_type_cast()
110 lhs = make_ssa_name (to_type); in build_type_cast()
[all …]
H A Dgimple-builder.cc55 if (lhs == NULL_TREE) in build_assign()
56 lhs = make_ssa_name (get_expr_type (code, op1)); in build_assign()
57 return gimple_build_assign (lhs, code, op1, op2); in build_assign()
78 if (lhs == NULL_TREE) in build_assign()
79 lhs = make_ssa_name (get_expr_type (code, op1)); in build_assign()
80 return gimple_build_assign (lhs, code, op1, op2); in build_assign()
99 lhs); in build_assign()
107 build_type_cast (tree to_type, tree op, tree lhs) in build_type_cast() argument
109 if (lhs == NULL_TREE) in build_type_cast()
110 lhs = make_ssa_name (to_type); in build_type_cast()
[all …]
H A Drange-op.cc482 if (lhs.contains_p (build_zero_cst (lhs.type ()))) in get_bool_state()
554 if (!lhs.contains_p (build_zero_cst (lhs.type ()))) in op1_op2_relation()
664 if (!lhs.contains_p (build_zero_cst (lhs.type ()))) in op1_op2_relation()
834 if (!lhs.contains_p (build_zero_cst (lhs.type ()))) in op1_op2_relation()
936 if (!lhs.contains_p (build_zero_cst (lhs.type ()))) in op1_op2_relation()
1038 if (!lhs.contains_p (build_zero_cst (lhs.type ()))) in op1_op2_relation()
1139 if (!lhs.contains_p (build_zero_cst (lhs.type ()))) in op1_op2_relation()
2171 r = lhs; in op1_range()
2389 r = lhs; in op1_range()
3219 if (lhs.undefined_p () || lhs.varying_p ()) in op1_range()
[all …]
H A Dtree-stdarg.cc118 tree lhs, orig_lhs; in va_list_counter_bump() local
135 while (lhs) in va_list_counter_bump()
163 lhs = rhs1; in va_list_counter_bump()
173 lhs = rhs1; in va_list_counter_bump()
204 lhs = NULL; in va_list_counter_bump()
207 lhs = orig_lhs; in va_list_counter_bump()
209 while (lhs) in va_list_counter_bump()
230 lhs = rhs1; in va_list_counter_bump()
240 lhs = rhs1; in va_list_counter_bump()
254 lhs = NULL; in va_list_counter_bump()
[all …]
H A Dtree-stdarg.c118 tree lhs, orig_lhs; in va_list_counter_bump() local
135 while (lhs) in va_list_counter_bump()
163 lhs = rhs1; in va_list_counter_bump()
173 lhs = rhs1; in va_list_counter_bump()
204 lhs = NULL; in va_list_counter_bump()
207 lhs = orig_lhs; in va_list_counter_bump()
209 while (lhs) in va_list_counter_bump()
230 lhs = rhs1; in va_list_counter_bump()
240 lhs = rhs1; in va_list_counter_bump()
254 lhs = NULL; in va_list_counter_bump()
[all …]
H A Dtree-ssa.c1506 if (DECL_P (lhs)) in non_rewritable_lvalue_p()
1518 if (TREE_CODE (lhs) == MEM_REF in non_rewritable_lvalue_p()
1550 mem_ref_offset (lhs)) in non_rewritable_lvalue_p()
1731 if (lhs in execute_update_addresses_taken()
1845 TREE_OPERAND (lhs, 0)); in execute_update_addresses_taken()
1904 if (TREE_CODE (lhs) == MEM_REF in execute_update_addresses_taken()
1919 mem_ref_offset (lhs)) in execute_update_addresses_taken()
1921 TREE_OPERAND (lhs, 1), in execute_update_addresses_taken()
1964 lhs = TREE_OPERAND (lhs, 0); in execute_update_addresses_taken()
1972 lhs = sym; in execute_update_addresses_taken()
[all …]
H A Dtree-ssa.cc1659 if (DECL_P (lhs)) in non_rewritable_lvalue_p()
1671 if (TREE_CODE (lhs) == MEM_REF in non_rewritable_lvalue_p()
1703 mem_ref_offset (lhs)) in non_rewritable_lvalue_p()
1891 if (lhs in execute_update_addresses_taken()
2006 TREE_OPERAND (lhs, 0)); in execute_update_addresses_taken()
2066 if (TREE_CODE (lhs) == MEM_REF in execute_update_addresses_taken()
2081 mem_ref_offset (lhs)) in execute_update_addresses_taken()
2126 lhs = TREE_OPERAND (lhs, 0); in execute_update_addresses_taken()
2127 if (TREE_CODE (lhs) == MEM_REF in execute_update_addresses_taken()
2134 lhs = sym; in execute_update_addresses_taken()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-builder.c55 if (lhs == NULL_TREE) in build_assign()
56 lhs = make_ssa_name (get_expr_type (code, op1)); in build_assign()
57 return gimple_build_assign (lhs, code, op1, op2); in build_assign()
78 if (lhs == NULL_TREE) in build_assign()
79 lhs = make_ssa_name (get_expr_type (code, op1)); in build_assign()
80 return gimple_build_assign (lhs, code, op1, op2); in build_assign()
99 lhs); in build_assign()
107 build_type_cast (tree to_type, tree op, tree lhs) in build_type_cast() argument
109 if (lhs == NULL_TREE) in build_type_cast()
110 lhs = make_ssa_name (to_type); in build_type_cast()
[all …]
H A Dtree-stdarg.c118 tree lhs, orig_lhs; in va_list_counter_bump() local
135 while (lhs) in va_list_counter_bump()
163 lhs = rhs1; in va_list_counter_bump()
173 lhs = rhs1; in va_list_counter_bump()
204 lhs = NULL; in va_list_counter_bump()
207 lhs = orig_lhs; in va_list_counter_bump()
209 while (lhs) in va_list_counter_bump()
230 lhs = rhs1; in va_list_counter_bump()
240 lhs = rhs1; in va_list_counter_bump()
254 lhs = NULL; in va_list_counter_bump()
[all …]
H A Dtree-ssa.c1506 if (DECL_P (lhs)) in non_rewritable_lvalue_p()
1518 if (TREE_CODE (lhs) == MEM_REF in non_rewritable_lvalue_p()
1550 mem_ref_offset (lhs)) in non_rewritable_lvalue_p()
1731 if (lhs in execute_update_addresses_taken()
1845 TREE_OPERAND (lhs, 0)); in execute_update_addresses_taken()
1904 if (TREE_CODE (lhs) == MEM_REF in execute_update_addresses_taken()
1919 mem_ref_offset (lhs)) in execute_update_addresses_taken()
1921 TREE_OPERAND (lhs, 1), in execute_update_addresses_taken()
1964 lhs = TREE_OPERAND (lhs, 0); in execute_update_addresses_taken()
1972 lhs = sym; in execute_update_addresses_taken()
[all …]
/netbsd/external/bsd/ntp/dist/libntp/
H A Dvint64ops.c131 const vint64 * lhs, in icmpv64() argument
155 const vint64 * lhs, in ucmpv64() argument
178 const vint64 *lhs, in addv64() argument
187 res = *lhs; in addv64()
197 const vint64 *lhs, in subv64() argument
206 res = *lhs; in subv64()
216 const vint64 * lhs, in addv64i32() argument
222 res = *lhs; in addv64i32()
241 res = *lhs; in subv64i32()
260 res = *lhs; in addv64u32()
[all …]
/netbsd/sys/ddb/
H A Ddb_expr.c160 lhs *= rhs; in db_mult_expr()
167 lhs /= rhs; in db_mult_expr()
169 lhs %= rhs; in db_mult_expr()
171 lhs = ((lhs+rhs-1)/rhs)*rhs; in db_mult_expr()
176 *valuep = lhs; in db_mult_expr()
196 lhs += rhs; in db_add_expr()
198 lhs -= rhs; in db_add_expr()
202 *valuep = lhs; in db_add_expr()
226 lhs <<= rhs; in db_shift_expr()
229 lhs = (unsigned long) lhs >> rhs; in db_shift_expr()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/
H A Dcheckedint.d551 if (lhs < 0 && lhs >= rhs) in hookOpCmp()
555 return lhs < rhs ? -1 : lhs > rhs; in hookOpCmp()
566 return lhs < rhs ? -1 : lhs > rhs; in hookOpCmp()
1480 return lhs < rhs ? -1 : lhs > rhs;
1630 : lhs > rhs ? C(1) : lhs == rhs ? C(0) : C.init;
1643 return lhs < rhs ? -1 : lhs > rhs;
1786 return lhs != defaultValue!Lhs && lhs == rhs;
1808 : lhs > rhs ? 1.0 : lhs == rhs ? 0.0 : double.init;
2332 return lhs < rhs ? -1 : lhs > rhs;
2522 : (rhs == -1 && (lhs == 1 || lhs == -1)) ? lhs : 0;
[all …]
/netbsd/external/gpl3/gdb/dist/sim/arm/
H A Darmemu.c1812 if ((lhs >= rhs) || ((rhs | lhs) >> 31)) in ARMul_Emulate32()
1850 if ((rhs >= lhs) || ((rhs | lhs) >> 31)) in ARMul_Emulate32()
2047 if ((lhs >= rhs) || ((rhs | lhs) >> 31)) in ARMul_Emulate32()
2105 if ((rhs >= lhs) || ((rhs | lhs) >> 31)) in ARMul_Emulate32()
2547 lhs = LHS; in ARMul_Emulate32()
2551 if ((lhs >= rhs) || ((rhs | lhs) >> 31)) in ARMul_Emulate32()
2882 if ((lhs >= rhs) || ((rhs | lhs) >> 31)) in ARMul_Emulate32()
2905 if ((rhs >= lhs) || ((rhs | lhs) >> 31)) in ARMul_Emulate32()
2980 if ((lhs >= rhs) || ((rhs | lhs) >> 31)) in ARMul_Emulate32()
3002 if ((rhs >= lhs) || ((rhs | lhs) >> 31)) in ARMul_Emulate32()
[all …]
/netbsd/external/gpl3/gdb.old/dist/sim/arm/
H A Darmemu.c1812 if ((lhs >= rhs) || ((rhs | lhs) >> 31)) in ARMul_Emulate32()
1850 if ((rhs >= lhs) || ((rhs | lhs) >> 31)) in ARMul_Emulate32()
2047 if ((lhs >= rhs) || ((rhs | lhs) >> 31)) in ARMul_Emulate32()
2105 if ((rhs >= lhs) || ((rhs | lhs) >> 31)) in ARMul_Emulate32()
2547 lhs = LHS; in ARMul_Emulate32()
2551 if ((lhs >= rhs) || ((rhs | lhs) >> 31)) in ARMul_Emulate32()
2882 if ((lhs >= rhs) || ((rhs | lhs) >> 31)) in ARMul_Emulate32()
2905 if ((rhs >= lhs) || ((rhs | lhs) >> 31)) in ARMul_Emulate32()
2980 if ((lhs >= rhs) || ((rhs | lhs) >> 31)) in ARMul_Emulate32()
3002 if ((rhs >= lhs) || ((rhs | lhs) >> 31)) in ARMul_Emulate32()
[all …]
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dcheckedint.d790 if (lhs < 0 && lhs >= rhs)
794 return lhs < rhs ? -1 : lhs > rhs;
805 return lhs < rhs ? -1 : lhs > rhs;
1269 int hookOpCmp(Lhs, Rhs)(Lhs lhs, Rhs rhs) { return (lhs > rhs) - (lhs < rhs); }
1817 return lhs < rhs ? -1 : lhs > rhs;
2033 return lhs < rhs ? -1 : lhs > rhs;
2176 return lhs != defaultValue!Lhs && lhs == rhs;
2198 : lhs > rhs ? 1.0 : lhs == rhs ? 0.0 : double.init;
2724 return lhs < rhs ? -1 : lhs > rhs;
2914 : (rhs == -1 && (lhs == 1 || lhs == -1)) ? lhs : 0;
[all …]
/netbsd/external/gpl3/gdb/dist/gdbsupport/
H A Dgdb_ref_ptr.h165 inline bool operator== (const ref_ptr<T, Policy> &lhs,
168 return lhs.get () == rhs.get ();
172 inline bool operator== (const ref_ptr<T, Policy> &lhs, const T *rhs)
174 return lhs.get () == rhs;
180 return lhs.get () == nullptr;
186 return lhs == rhs.get ();
196 inline bool operator!= (const ref_ptr<T, Policy> &lhs,
199 return lhs.get () != rhs.get ();
205 return lhs.get () != rhs;
211 return lhs.get () != nullptr;
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdbsupport/
H A Dgdb_ref_ptr.h165 inline bool operator== (const ref_ptr<T, Policy> &lhs,
168 return lhs.get () == rhs.get ();
172 inline bool operator== (const ref_ptr<T, Policy> &lhs, const T *rhs)
174 return lhs.get () == rhs;
180 return lhs.get () == nullptr;
186 return lhs == rhs.get ();
196 inline bool operator!= (const ref_ptr<T, Policy> &lhs,
199 return lhs.get () != rhs.get ();
205 return lhs.get () != rhs;
211 return lhs.get () != nullptr;
[all …]
/netbsd/external/gpl3/gdb/dist/libdecnumber/
H A DdecNumber.c806 if (lhs->exponent!=0 || decNumberIsSpecial(lhs) || decNumberIsNegative(lhs) in decNumberAnd()
1815 if (lhs->exponent!=0 || decNumberIsSpecial(lhs) || decNumberIsNegative(lhs) in decNumberOr()
3238 if (lhs->exponent!=0 || decNumberIsSpecial(lhs) || decNumberIsNegative(lhs) in decNumberXor()
3988 t=lhs; lhs=rhs; rhs=t; in decAddOp()
4022 if (lhs->digits>maxdigits) maxdigits=lhs->digits; in decAddOp()
4050 decDumpAr('A', lhs->lsu, D2U(lhs->digits)); in decAddOp()
4420 if (lhs->digits>maxdigits) maxdigits=lhs->digits; in decDivideOp()
4905 if (((lhs->bits & DECINF)==0 && ISZERO(lhs)) in decMultiplyOp()
4919 lhs=rhs; in decMultiplyOp()
6059 result=decUnitCompare(lhs->lsu, D2U(lhs->digits),
[all …]
/netbsd/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecNumber.c806 if (lhs->exponent!=0 || decNumberIsSpecial(lhs) || decNumberIsNegative(lhs) in decNumberAnd()
1815 if (lhs->exponent!=0 || decNumberIsSpecial(lhs) || decNumberIsNegative(lhs) in decNumberOr()
3238 if (lhs->exponent!=0 || decNumberIsSpecial(lhs) || decNumberIsNegative(lhs) in decNumberXor()
3988 t=lhs; lhs=rhs; rhs=t; in decAddOp()
4022 if (lhs->digits>maxdigits) maxdigits=lhs->digits; in decAddOp()
4050 decDumpAr('A', lhs->lsu, D2U(lhs->digits)); in decAddOp()
4420 if (lhs->digits>maxdigits) maxdigits=lhs->digits; in decDivideOp()
4905 if (((lhs->bits & DECINF)==0 && ISZERO(lhs)) in decMultiplyOp()
4919 lhs=rhs; in decMultiplyOp()
6059 result=decUnitCompare(lhs->lsu, D2U(lhs->digits),
[all …]
/netbsd/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecNumber.c806 if (lhs->exponent!=0 || decNumberIsSpecial(lhs) || decNumberIsNegative(lhs) in decNumberAnd()
1815 if (lhs->exponent!=0 || decNumberIsSpecial(lhs) || decNumberIsNegative(lhs) in decNumberOr()
3238 if (lhs->exponent!=0 || decNumberIsSpecial(lhs) || decNumberIsNegative(lhs) in decNumberXor()
3988 t=lhs; lhs=rhs; rhs=t; in decAddOp()
4022 if (lhs->digits>maxdigits) maxdigits=lhs->digits; in decAddOp()
4050 decDumpAr('A', lhs->lsu, D2U(lhs->digits)); in decAddOp()
4420 if (lhs->digits>maxdigits) maxdigits=lhs->digits; in decDivideOp()
4905 if (((lhs->bits & DECINF)==0 && ISZERO(lhs)) in decMultiplyOp()
4919 lhs=rhs; in decMultiplyOp()
6059 result=decUnitCompare(lhs->lsu, D2U(lhs->digits),
[all …]
/netbsd/external/gpl3/gcc/dist/libdecnumber/
H A DdecNumber.c806 if (lhs->exponent!=0 || decNumberIsSpecial(lhs) || decNumberIsNegative(lhs) in decNumberAnd()
1815 if (lhs->exponent!=0 || decNumberIsSpecial(lhs) || decNumberIsNegative(lhs) in decNumberOr()
3238 if (lhs->exponent!=0 || decNumberIsSpecial(lhs) || decNumberIsNegative(lhs) in decNumberXor()
3988 t=lhs; lhs=rhs; rhs=t; in decAddOp()
4022 if (lhs->digits>maxdigits) maxdigits=lhs->digits; in decAddOp()
4050 decDumpAr('A', lhs->lsu, D2U(lhs->digits)); in decAddOp()
4420 if (lhs->digits>maxdigits) maxdigits=lhs->digits; in decDivideOp()
4905 if (((lhs->bits & DECINF)==0 && ISZERO(lhs)) in decMultiplyOp()
4919 lhs=rhs; in decMultiplyOp()
6059 result=decUnitCompare(lhs->lsu, D2U(lhs->digits),
[all …]

12345678910>>...44