Home
last modified time | relevance | path

Searched defs:equal (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dgraph_test.cc32 HInstruction* equal = new (allocator) HEqual(instr, instr); in createIfBlock() local
Dinstruction_simplifier.cc218 void InstructionSimplifierVisitor::VisitEqual(HEqual* equal) { in VisitEqual()
Dcodegen_test.cc538 HEqual* equal = new (&allocator) HEqual(constant0, constant0); in TEST() local
/art/compiler/utils/mips/
Dassembler_mips.cc93 void MipsAssembler::EmitBranch(Register rt, Register rs, Label* label, bool equal) { in EmitBranch()