Searched refs:Bltc (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/mips64/ |
D | assembler_mips64.h | 147 void Bltc(GpuRegister rs, GpuRegister rt, uint16_t imm16); // R6 204 void Bltc(GpuRegister rs, GpuRegister rt, Label* label); // R6
|
D | assembler_mips64.cc | 442 void Mips64Assembler::Bltc(GpuRegister rs, GpuRegister rt, uint16_t imm16) { in Bltc() function in art::mips64::Mips64Assembler 875 void Mips64Assembler::Bltc(GpuRegister rs, GpuRegister rt, Label* label) { in Bltc() function in art::mips64::Mips64Assembler 891 Bltc(rs, rt, 2); in Bgec()
|
/art/compiler/optimizing/ |
D | code_generator_mips64.cc | 974 __ Bltc(TMP, AT, slow_path->GetEntryLabel()); in GenerateClassInitializationCheck() local 2039 __ Bltc(lhs, rhs_reg, true_target); in GenerateTestAndBranch() local 2048 __ Bltc(rhs_reg, lhs, true_target); in GenerateTestAndBranch() local
|