Home
last modified time | relevance | path

Searched refs:length_input_minus_pos (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_mips64.cc2138 GpuRegister length_input_minus_pos, in EnoughItems() argument
2145 __ Slti(TMP, length_input_minus_pos, length_constant); in EnoughItems()
2149 __ Bltc(length_input_minus_pos, TMP, slow_path->GetEntryLabel()); in EnoughItems()
2152 __ Bltc(length_input_minus_pos, length.AsRegister<GpuRegister>(), slow_path->GetEntryLabel()); in EnoughItems()
Dintrinsics_mips.cc2985 Register length_input_minus_pos, in EnoughItems() argument
2992 __ Slti(TMP, length_input_minus_pos, length_constant); in EnoughItems()
2996 __ Blt(length_input_minus_pos, TMP, slow_path->GetEntryLabel()); in EnoughItems()
2999 __ Blt(length_input_minus_pos, length.AsRegister<Register>(), slow_path->GetEntryLabel()); in EnoughItems()