OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expected_instruction
(Results
1 - 5
of
5
) sorted by null
/external/linux-kselftest/tools/testing/selftests/powerpc/alignment/
copy_first_unaligned.c
20
unsigned int
expected_instruction
= PPC_INST_COPY_FIRST;
variable
copy_unaligned.c
20
unsigned int
expected_instruction
= PPC_INST_COPY;
variable
paste_last_unaligned.c
20
unsigned int
expected_instruction
= PPC_INST_PASTE_LAST;
variable
paste_unaligned.c
20
unsigned int
expected_instruction
= PPC_INST_PASTE;
variable
copy_paste_unaligned_common.c
21
unsigned int
expected_instruction
;
variable
39
if ((*pc & instruction_mask) ==
expected_instruction
)
Completed in 97 milliseconds