Searched refs:Bnec (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/mips64/ |
D | assembler_mips64.h | 156 void Bnec(GpuRegister rs, GpuRegister rt, uint16_t imm16); // R6 213 void Bnec(GpuRegister rs, GpuRegister rt, Label* label); // R6
|
D | assembler_mips64.cc | 497 void Mips64Assembler::Bnec(GpuRegister rs, GpuRegister rt, uint16_t imm16) { in Bnec() function in art::mips64::Mips64Assembler 916 Bnec(rs, rt, 2); in Beqc() 920 void Mips64Assembler::Bnec(GpuRegister rs, GpuRegister rt, Label* label) { in Bnec() function in art::mips64::Mips64Assembler
|
/art/compiler/optimizing/ |
D | code_generator_mips64.cc | 1623 __ Bnec(obj_cls, cls, slow_path->GetEntryLabel()); in VisitCheckCast() local 2036 __ Bnec(lhs, rhs_reg, true_target); in GenerateTestAndBranch() local 2273 __ Bnec(out, cls, slow_path->GetEntryLabel()); in VisitInstanceOf() local
|