OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tagw
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/VEX/useful/
x87_to_vex_and_back.c
54
UInt
tagw
= x87->env[FP_ENV_TAG];
local
58
tag = (
tagw
>> (2*r)) & 3;
83
UInt
tagw
;
local
96
tagw
= 0;
100
tagw
|= (3 << (2*r));
104
tagw
|= (0 << (2*r));
108
x87->env[FP_ENV_TAG] =
tagw
;
/external/valgrind/main/VEX/priv/
guest_amd64_helpers.c
1543
UInt
tagw
= x87->env[FP_ENV_TAG];
local
1598
UInt
tagw
;
local
1969
UInt
tagw
;
local
2021
UInt
tagw
;
local
2080
UInt
tagw
= x87->env[FPS_ENV_TAG];
local
[
all
...]
guest_x86_helpers.c
1573
UInt
tagw
= x87->env[FP_ENV_TAG];
local
1628
UInt
tagw
;
local
[
all
...]
Completed in 31 milliseconds