Searched refs:length_input_minus_pos (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics_mips64.cc | 2138 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()
|
D | intrinsics_mips.cc | 2985 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()
|