Home
last modified time | relevance | path

Searched defs:Bge (Results 1 – 3 of 3) sorted by relevance

/art/compiler/utils/mips/
Dassembler_mips_test.cc1351 TEST_F(AssemblerMIPSTest, Bge) { in TEST_F() argument
1353 __ Bge(mips::A0, mips::A1, &label); in TEST_F() local
1363 __ Bge(mips::A2, mips::A3, &label); in TEST_F() local
Dassembler_mips.cc2205 void MipsAssembler::Bge(Register rs, Register rt, MipsLabel* label) { in Bge() function in art::mips::MipsAssembler
/art/compiler/optimizing/
Dcode_generator_mips.cc2806 __ Bge(lhs, rhs_reg, label); in GenerateIntCompareAndBranch() local
2809 __ Bge(rhs_reg, lhs, label); in GenerateIntCompareAndBranch() local