Searched refs:op_bitand (Results 1 – 10 of 10) sorted by relevance
80 macro(op_bitand, 5) \
647 case op_bitand: { in dump()
210 DEFINE_OP(op_bitand) in privateCompileMainPass()385 DEFINE_SLOWCASE_OP(op_bitand) in privateCompileSlowCases()
2995 DEFINE_STUB_FUNCTION(EncodedJSValue, op_bitand) in DEFINE_STUB_FUNCTION() argument
574 case op_bitand: { in parseBlock()578 NEXT_OPCODE(op_bitand); in parseBlock()
564 … : BinaryOpNode(globalData, ResultType::forBitOp(), expr1, expr2, op_bitand, rightHasAssignments) in BitAndNode()
2008 DEFINE_OPCODE(op_bitand) { in privateExecute()2026 vPC += OPCODE_LENGTH(op_bitand); in privateExecute()
1027 if (opcodeID == op_bitor || opcodeID == op_bitand || opcodeID == op_bitxor || in emitBinaryOp()
1124 opcodeID = op_bitand; in emitReadModifyAssignment()
37579 A temporary value in the slow path of op_bitand was being stored in edx, but was37582 from memory. This allows us to avoid clobbering the temporary in op_bitand.