Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_mips64.cc2101 __ Bltc(length_input_minus_pos, TMP, slow_path->GetEntryLabel()); in EnoughItems() local
2104 __ Bltc(length_input_minus_pos, length.AsRegister<GpuRegister>(), slow_path->GetEntryLabel()); in EnoughItems() local
/art/compiler/utils/mips/
Dassembler_mips32r6_test.cc1110 TEST_F(AssemblerMIPS32r6Test, Bltc) { in TEST_F() argument
1562 __ Bltc(mips::V0, mips::V1, &label2); in TEST_F() local
/art/compiler/utils/mips64/
Dassembler_mips64.cc749 void Mips64Assembler::Bltc(GpuRegister rs, GpuRegister rt, uint16_t imm16) { in Bltc() function in art::mips64::Mips64Assembler
3260 void Mips64Assembler::Bltc(GpuRegister rs, GpuRegister rt, Mips64Label* label, bool is_bare) { in Bltc() function in art::mips64::Mips64Assembler