Home
last modified time | relevance | path

Searched refs:op_lhs (Results 1 – 17 of 17) sorted by relevance

/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/shader/decode/
H A Darithmetic_integer.cpp206 const Node op_lhs = GetRegister(instr.gpr8); in DecodeArithmeticInteger() local
209 SetRegister(bb, instr.gpr0, Operation(OperationCode::Select, comparison, op_lhs, op_rhs)); in DecodeArithmeticInteger()
/dports/lang/zig-devel/zig-0.9.0/src/arch/arm/
H A DCodeGen.zig1421 const ty = self.air.typeOf(op_lhs);
1427 return self.genArmBinIntOp(inst, op_lhs, op_rhs, op, 1, .unsigned);
1440 op_lhs: Air.Inst.Ref,
1450 const lhs = try self.resolveInst(op_lhs);
1460 const reuse_lhs = lhs_is_register and self.reuseOperand(inst, op_lhs, 0, lhs);
1486 branch.inst_table.putAssumeCapacity(Air.refToIndex(op_lhs).?, lhs_mcv);
1536 try self.genSetReg(self.air.typeOf(op_lhs), lhs_mcv.register, lhs);
1666 const lhs = try self.resolveInst(op_lhs);
1671 const reuse_lhs = lhs_is_register and self.reuseOperand(inst, op_lhs, 0, lhs);
1694 branch.inst_table.putAssumeCapacity(Air.refToIndex(op_lhs).?, lhs_mcv);
[all …]
/dports/lang/zig/zig-0.9.0/src/arch/arm/
H A DCodeGen.zig1421 const ty = self.air.typeOf(op_lhs);
1427 return self.genArmBinIntOp(inst, op_lhs, op_rhs, op, 1, .unsigned);
1440 op_lhs: Air.Inst.Ref,
1450 const lhs = try self.resolveInst(op_lhs);
1460 const reuse_lhs = lhs_is_register and self.reuseOperand(inst, op_lhs, 0, lhs);
1486 branch.inst_table.putAssumeCapacity(Air.refToIndex(op_lhs).?, lhs_mcv);
1536 try self.genSetReg(self.air.typeOf(op_lhs), lhs_mcv.register, lhs);
1666 const lhs = try self.resolveInst(op_lhs);
1671 const reuse_lhs = lhs_is_register and self.reuseOperand(inst, op_lhs, 0, lhs);
1694 branch.inst_table.putAssumeCapacity(Air.refToIndex(op_lhs).?, lhs_mcv);
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-if-conv.c2164 tree op_lhs) in check_redundant_cond_expr() argument
2175 && if_true == op_lhs) in check_redundant_cond_expr()
2178 if (inverse_conditions_p (use_cond, op_cond) && if_false == op_lhs) in check_redundant_cond_expr()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-if-conv.c2164 tree op_lhs) in check_redundant_cond_expr() argument
2175 && if_true == op_lhs) in check_redundant_cond_expr()
2178 if (inverse_conditions_p (use_cond, op_cond) && if_false == op_lhs) in check_redundant_cond_expr()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-if-conv.c2166 tree op_lhs) in check_redundant_cond_expr() argument
2177 && if_true == op_lhs) in check_redundant_cond_expr()
2180 if (inverse_conditions_p (use_cond, op_cond) && if_false == op_lhs) in check_redundant_cond_expr()
/dports/math/minizinc/libminizinc-2.5.5/lib/flatten/
H A Dflatten_binop.cpp18 ASTString op_to_builtin(Expression* op_lhs, Expression* op_rhs, BinOpType bot) { in op_to_builtin() argument
87 switch (op_lhs->type().bt()) { in op_to_builtin()
93 if (op_lhs->type().st() == Type::ST_PLAIN) { in op_to_builtin()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-if-conv.c2164 tree op_lhs) in check_redundant_cond_expr() argument
2175 && if_true == op_lhs) in check_redundant_cond_expr()
2178 if (inverse_conditions_p (use_cond, op_cond) && if_false == op_lhs) in check_redundant_cond_expr()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-if-conv.c2159 tree op_lhs) in check_redundant_cond_expr() argument
2170 && if_true == op_lhs) in check_redundant_cond_expr()
2173 if (inverse_conditions_p (use_cond, op_cond) && if_false == op_lhs) in check_redundant_cond_expr()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-if-conv.c2164 tree op_lhs) in check_redundant_cond_expr() argument
2175 && if_true == op_lhs) in check_redundant_cond_expr()
2178 if (inverse_conditions_p (use_cond, op_cond) && if_false == op_lhs) in check_redundant_cond_expr()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-if-conv.c2164 tree op_lhs)
2175 && if_true == op_lhs)
2178 if (inverse_conditions_p (use_cond, op_cond) && if_false == op_lhs)
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-if-conv.c2166 tree op_lhs) in check_redundant_cond_expr() argument
2177 && if_true == op_lhs) in check_redundant_cond_expr()
2180 if (inverse_conditions_p (use_cond, op_cond) && if_false == op_lhs) in check_redundant_cond_expr()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-if-conv.c2161 tree op_lhs) in check_redundant_cond_expr() argument
2172 && if_true == op_lhs) in check_redundant_cond_expr()
2175 if (inverse_conditions_p (use_cond, op_cond) && if_false == op_lhs) in check_redundant_cond_expr()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-if-conv.c2287 tree op_lhs) in check_redundant_cond_expr() argument
2298 && if_true == op_lhs) in check_redundant_cond_expr()
2301 if (inverse_conditions_p (use_cond, op_cond) && if_false == op_lhs) in check_redundant_cond_expr()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/cplusplus/
H A Dpp-engine.cpp242 PP_DEFINE_BIN_OP(op_lhs, <<)
/dports/lang/zig-devel/zig-0.9.0/src/arch/x86_64/
H A DCodeGen.zig1492 fn genBinMathOp(self: *Self, inst: Air.Inst.Index, op_lhs: Air.Inst.Ref, op_rhs: Air.Inst.Ref) !MCV…
1502 const lhs = try self.resolveInst(op_lhs);
1512 if (self.reuseOperand(inst, op_lhs, 0, lhs)) {
/dports/lang/zig/zig-0.9.0/src/arch/x86_64/
H A DCodeGen.zig1492 fn genBinMathOp(self: *Self, inst: Air.Inst.Index, op_lhs: Air.Inst.Ref, op_rhs: Air.Inst.Ref) !MCV…
1502 const lhs = try self.resolveInst(op_lhs);
1512 if (self.reuseOperand(inst, op_lhs, 0, lhs)) {