OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expected_instruction
(Results
1 - 6
of
6
) sorted by null
/external/linux-kselftest/tools/testing/selftests/powerpc/alignment/
copy_paste_unaligned_common.h
23
extern unsigned int
expected_instruction
;
copy_paste_unaligned_common.c
21
unsigned int
expected_instruction
;
variable
39
if ((*pc & instruction_mask) ==
expected_instruction
)
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
Completed in 70 milliseconds