Searched refs:Bltc (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/mips/ |
D | assembler_mips32r6_test.cc | 1120 TEST_F(AssemblerMIPS32r6Test, Bltc) { in TEST_F() argument 1121 BranchCondTwoRegsHelper(&mips::MipsAssembler::Bltc, "Bltc"); in TEST_F() 1241 BranchCondTwoRegsHelper(&mips::MipsAssembler::Bltc, "Bltc", /* is_bare= */ true); in TEST_F() 1572 __ Bltc(mips::V0, mips::V1, &label2); in TEST_F() local
|
D | assembler_mips.h | 424 void Bltc(Register rs, Register rt, uint16_t imm16); // R6 830 void Bltc(Register rs, Register rt, MipsLabel* label, bool is_bare = false); // R6
|
/art/compiler/optimizing/ |
D | code_generator_mips64.cc | 4059 __ Bltc(lhs, rhs_reg, label); in GenerateIntLongCompareAndBranch() local 4068 __ Bltc(rhs_reg, lhs, label); in GenerateIntLongCompareAndBranch() local
|