OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:left_two_bits
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/none/tests/ppc64/
ppc64_helpers.h
767
int
left_two_bits
;
local
771
left_two_bits
= (g_field_specials & 0x18) >> 3;
779
if (
left_two_bits
< 3) {
796
int
left_two_bits
;
local
800
left_two_bits
= (g_field_specials & 0x18) >> 3;
803
/* The special field exponent bits maps directly to the
left_two_bits
807
if (
left_two_bits
< 3) {
808
return (
left_two_bits
);
[
all
...]
Completed in 1053 milliseconds