Searched defs:Bgec (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/mips64/ |
D | assembler_mips64.cc | 735 void Mips64Assembler::Bgec(GpuRegister rs, GpuRegister rt, uint16_t imm16) { in Bgec() function in art::mips64::Mips64Assembler 2807 void Mips64Assembler::Bgec(GpuRegister rs, GpuRegister rt, Mips64Label* label) { in Bgec() function in art::mips64::Mips64Assembler
|
D | assembler_mips64_test.cc | 823 TEST_F(AssemblerMIPS64Test, Bgec) { in TEST_F() argument
|
/art/compiler/optimizing/ |
D | code_generator_mips64.cc | 3688 __ Bgec(lhs, rhs_reg, label); in GenerateIntLongCompareAndBranch() local 3691 __ Bgec(rhs_reg, lhs, label); in GenerateIntLongCompareAndBranch() local
|
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 1066 void MipsAssembler::Bgec(Register rs, Register rt, uint16_t imm16) { in Bgec() function in art::mips::MipsAssembler
|