Home
last modified time | relevance | path

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

/art/compiler/utils/mips/
Dassembler_mips.cc550 void MipsAssembler::Bgez(Register rt, uint16_t imm16) { in Bgez() function in art::mips::MipsAssembler
2183 void MipsAssembler::Bgez(Register rt, MipsLabel* label) { in Bgez() function in art::mips::MipsAssembler
Dassembler_mips_test.cc1311 TEST_F(AssemblerMIPSTest, Bgez) { in TEST_F() argument
/art/compiler/optimizing/
Dcode_generator_mips.cc2775 __ Bgez(lhs, label); in GenerateIntCompareAndBranch() local
2867 __ Bgez(lhs_high, label); in GenerateLongCompareAndBranch() local