Searched defs:equal (Results 1 – 4 of 4) sorted by relevance
32 HInstruction* equal = new (allocator) HEqual(instr, instr); in createIfBlock() local
218 void InstructionSimplifierVisitor::VisitEqual(HEqual* equal) { in VisitEqual()
538 HEqual* equal = new (&allocator) HEqual(constant0, constant0); in TEST() local
93 void MipsAssembler::EmitBranch(Register rt, Register rs, Label* label, bool equal) { in EmitBranch()