OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:op2ex
(Results
1 - 1
of
1
) sorted by null
/external/qemu/target-arm/
neon_helper.c
1040
uint64_t
op2ex
= op2;
local
1041
op2ex
= (
op2ex
& 0xff) |
1042
((
op2ex
& 0xff00) << 8) |
1043
((
op2ex
& 0xff0000) << 16) |
1044
((
op2ex
& 0xff000000) << 24);
1059
result ^=
op2ex
& mask;
1061
op2ex
<<= 1;
[
all
...]
Completed in 214 milliseconds