Searched refs:Bltuc (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/mips/ |
D | assembler_mips32r6_test.cc | 1128 TEST_F(AssemblerMIPS32r6Test, Bltuc) { in TEST_F() argument 1129 BranchCondTwoRegsHelper(&mips::MipsAssembler::Bltuc, "Bltuc"); in TEST_F() 1249 BranchCondTwoRegsHelper(&mips::MipsAssembler::Bltuc, "Bltuc", /* is_bare= */ true); in TEST_F()
|
D | assembler_mips.h | 430 void Bltuc(Register rs, Register rt, uint16_t imm16); // R6 832 void Bltuc(Register rs, Register rt, MipsLabel* label, bool is_bare = false); // R6
|
/art/compiler/optimizing/ |
D | code_generator_mips64.cc | 4071 __ Bltuc(lhs, rhs_reg, label); in GenerateIntLongCompareAndBranch() local 4080 __ Bltuc(rhs_reg, lhs, label); in GenerateIntLongCompareAndBranch() local
|