Searched defs:Bltc (Results 1 – 5 of 5) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics_mips64.cc | 2110 __ Bltc(length_input_minus_pos, TMP, slow_path->GetEntryLabel()); in EnoughItems() local 2113 __ Bltc(length_input_minus_pos, length.AsRegister<GpuRegister>(), slow_path->GetEntryLabel()); in EnoughItems() local
|
D | code_generator_mips64.cc | 1800 __ Bltc(TMP, AT, slow_path->GetEntryLabel()); in GenerateClassInitializationCheck() local 3685 __ Bltc(lhs, rhs_reg, label); in GenerateIntLongCompareAndBranch() local 3694 __ Bltc(rhs_reg, lhs, label); in GenerateIntLongCompareAndBranch() local
|
/art/compiler/utils/mips64/ |
D | assembler_mips64.cc | 718 void Mips64Assembler::Bltc(GpuRegister rs, GpuRegister rt, uint16_t imm16) { in Bltc() function in art::mips64::Mips64Assembler 2795 void Mips64Assembler::Bltc(GpuRegister rs, GpuRegister rt, Mips64Label* label) { in Bltc() function in art::mips64::Mips64Assembler
|
D | assembler_mips64_test.cc | 819 TEST_F(AssemblerMIPS64Test, Bltc) { in TEST_F() argument
|
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 1046 void MipsAssembler::Bltc(Register rs, Register rt, uint16_t imm16) { in Bltc() function in art::mips::MipsAssembler
|