Searched refs:AddLogical (Results 1 – 2 of 2) sorted by relevance
276 void AddLogical(Register dst, const Operand& imm);280 void AddLogical(Register dst, const MemOperand& opnd);
3767 void MacroAssembler::AddLogical(Register dst, const Operand& imm) { in AddLogical() function in v8::internal::MacroAssembler3776 AddLogical(dst, imm); in AddLogicalP()3781 void MacroAssembler::AddLogical(Register dst, const MemOperand& opnd) { in AddLogical() function in v8::internal::MacroAssembler3795 AddLogical(dst, opnd); in AddLogicalP()