Home
last modified time | relevance | path

Searched refs:Bgec (Results 1 – 3 of 3) sorted by relevance

/art/compiler/utils/mips/
Dassembler_mips32r6_test.cc1124 TEST_F(AssemblerMIPS32r6Test, Bgec) { in TEST_F() argument
1125 BranchCondTwoRegsHelper(&mips::MipsAssembler::Bgec, "Bgec"); in TEST_F()
1245 BranchCondTwoRegsHelper(&mips::MipsAssembler::Bgec, "Bgec", /* is_bare= */ true); in TEST_F()
Dassembler_mips.h427 void Bgec(Register rs, Register rt, uint16_t imm16); // R6
831 void Bgec(Register rs, Register rt, MipsLabel* label, bool is_bare = false); // R6
/art/compiler/optimizing/
Dcode_generator_mips64.cc4062 __ Bgec(lhs, rhs_reg, label); in GenerateIntLongCompareAndBranch() local
4065 __ Bgec(rhs_reg, lhs, label); in GenerateIntLongCompareAndBranch() local