Searched defs:inputs_n_last_16bytes (Results 1 - 1 of 1) sorted by relevance

/external/vixl/test/
H A Dtest-simulator-a64.cc1190 Register inputs_n_last_16bytes = x3; local
1220 __ Mov(inputs_n_last_16bytes,
1223 __ Ldr(vn, MemOperand(inputs_n_last_16bytes));
1587 Register inputs_n_last_16bytes = x4; local
1631 __ Mov(inputs_n_last_16bytes, inputs_n + (inputs_n_length - 16));
1636 __ Ldr(vn, MemOperand(inputs_n_last_16bytes));
1813 Register inputs_n_last_16bytes = x4; local
1857 __ Mov(inputs_n_last_16bytes, inputs_n + (inputs_n_length - 16));
1862 __ Ldr(vn, MemOperand(inputs_n_last_16bytes));
2053 Register inputs_n_last_16bytes local
[all...]

Completed in 30 milliseconds