Home | History | Annotate | Download | only in aarch32

Lines Matching defs:input_ptr

442     Register input_ptr = scratch_registers.Acquire();
446 // Initialize `input_ptr` to the first element and `input_end` the address
448 __ Mov(input_ptr, Operand::From(kTests[i].inputs));
449 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride));
461 __ Ldr(nzcv_bits, MemOperand(input_ptr, offsetof(Inputs, apsr)));
473 __ Ldr(q_bit, MemOperand(input_ptr, offsetof(Inputs, qbit)));
480 __ Ldr(ge_bits, MemOperand(input_ptr, offsetof(Inputs, ge)));
483 __ Ldr(rd, MemOperand(input_ptr, offsetof(Inputs, rd)));
484 __ Ldr(rn, MemOperand(input_ptr, offsetof(Inputs, rn)));
485 __ Ldr(rm, MemOperand(input_ptr, offsetof(Inputs, rm)));
519 // Loop back until `input_ptr` is lower than `input_base`.
520 __ Add(input_ptr, input_ptr, Operand::From(sizeof(kTests[i].inputs[0])));
521 __ Cmp(input_ptr, input_end);