OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hoststfle
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/none/tests/s390x/
stfle.c
9
unsigned long long
hoststfle
[S390_NUM_FACILITY_DW], match;
local
16
: "=m" (*
hoststfle
), "+d" (__nr), "=d" (cc) : : "cc", "memory");
20
match = (
hoststfle
[0] & (1ULL << (63 - bit_to_test)));
22
match = (
hoststfle
[1] & (1ULL << (63 - bit_to_test)));
/external/valgrind/coregrind/
m_machine.c
1358
ULong
hoststfle
[S390_NUM_FACILITY_DW];
local
[
all
...]
/external/valgrind/VEX/priv/
guest_s390_helpers.c
316
ULong
hoststfle
[S390_NUM_FACILITY_DW], cc, num_dw, i;
local
329
: "=m" (
hoststfle
), "+d"(reg0), "=d"(cc) : : "cc", "memory");
336
addr[i] =
hoststfle
[i];
[
all
...]
Completed in 3394 milliseconds