Searched refs:AddLogical (Results 1 – 2 of 2) sorted by relevance
301 void AddLogical(Register dst, const Operand& imm);305 void AddLogical(Register dst, const MemOperand& opnd);
2669 void TurboAssembler::AddLogical(Register dst, const Operand& imm) { in AddLogical() function in v8::internal::TurboAssembler2678 AddLogical(dst, imm); in AddLogicalP()2683 void TurboAssembler::AddLogical(Register dst, const MemOperand& opnd) { in AddLogical() function in v8::internal::TurboAssembler2697 AddLogical(dst, opnd); in AddLogicalP()