Searched refs:is_commutative (Results 1 – 8 of 8) sorted by relevance
97 bool is_commutative() const;
126 } else if (!a->is_commutative()) { in operands_match()
158 } else if (!a->is_commutative()) { in operands_match()
861 backend_instruction::is_commutative() const in is_commutative() function in backend_instruction
2808 if (progress && inst->is_commutative()) { in opt_algebraic()
146 unsigned int is_commutative:1; member
3657 op->is_commutative = true; in parse_asm_constraint()
2296 static SLJIT_INLINE int is_commutative(sljit_s32 op) in is_commutative() function2866 if (is_commutative(op) && (src1 & SLJIT_IMM) && !(src2 & SLJIT_IMM)) { in sljit_emit_op2()