Searched defs:Bltc (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics_mips64.cc | 1834 __ Bltc(length_input_minus_pos, TMP, slow_path->GetEntryLabel()); in EnoughItems() local 1837 __ Bltc(length_input_minus_pos, length.AsRegister<GpuRegister>(), slow_path->GetEntryLabel()); in EnoughItems() local
|
D | code_generator_mips64.cc | 4059 __ Bltc(lhs, rhs_reg, label); in GenerateIntLongCompareAndBranch() local 4068 __ Bltc(rhs_reg, lhs, label); in GenerateIntLongCompareAndBranch() local
|
/art/compiler/utils/mips/ |
D | assembler_mips32r6_test.cc | 1120 TEST_F(AssemblerMIPS32r6Test, Bltc) { in TEST_F() argument 1572 __ Bltc(mips::V0, mips::V1, &label2); in TEST_F() local
|
D | assembler_mips.cc | 1014 void MipsAssembler::Bltc(Register rs, Register rt, uint16_t imm16) { in Bltc() function in art::mips::MipsAssembler 4492 void MipsAssembler::Bltc(Register rs, Register rt, MipsLabel* label, bool is_bare) { in Bltc() function in art::mips::MipsAssembler
|
/art/compiler/utils/mips64/ |
D | assembler_mips64.cc | 749 void Mips64Assembler::Bltc(GpuRegister rs, GpuRegister rt, uint16_t imm16) { in Bltc() function in art::mips64::Mips64Assembler 3280 void Mips64Assembler::Bltc(GpuRegister rs, GpuRegister rt, Mips64Label* label, bool is_bare) { in Bltc() function in art::mips64::Mips64Assembler
|
D | assembler_mips64_test.cc | 830 TEST_F(AssemblerMIPS64Test, Bltc) { in TEST_F() argument
|