Home
last modified time | relevance | path

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

/external/vixl/test/aarch64/
Dtest-simulator-aarch64.cc1315 Register inputs_n_last_16bytes = x3; in Test1OpNEON_Helper() local
1345 __ Mov(inputs_n_last_16bytes, in Test1OpNEON_Helper()
1348 __ Ldr(vn, MemOperand(inputs_n_last_16bytes)); in Test1OpNEON_Helper()
1740 Register inputs_n_last_16bytes = x4; in Test2OpNEON_Helper() local
1784 __ Mov(inputs_n_last_16bytes, inputs_n + (inputs_n_length - 16)); in Test2OpNEON_Helper()
1789 __ Ldr(vn, MemOperand(inputs_n_last_16bytes)); in Test2OpNEON_Helper()
1981 Register inputs_n_last_16bytes = x4; in TestByElementNEON_Helper() local
2025 __ Mov(inputs_n_last_16bytes, inputs_n + (inputs_n_length - 16)); in TestByElementNEON_Helper()
2030 __ Ldr(vn, MemOperand(inputs_n_last_16bytes)); in TestByElementNEON_Helper()
2236 Register inputs_n_last_16bytes = x3; in Test2OpImmNEON_Helper() local
[all …]