OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VFP_dword
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/arm/
armsupp.c
504
state->Reg[rt1] =
VFP_dword
(vm) & 0xffffffff;
505
state->Reg[rt2] =
VFP_dword
(vm) >> 32;
509
VFP_dword
(vm) = state->Reg[rt2];
510
VFP_dword
(vm) <<= 32;
511
VFP_dword
(vm) |= (state->Reg[rt1] & 0xffffffff);
537
ARMul_StoreWordN (state, address,
VFP_dword
(src) >> 32);
538
ARMul_StoreWordN (state, address + 4,
VFP_dword
(src));
542
ARMul_StoreWordN (state, address,
VFP_dword
(src));
543
ARMul_StoreWordN (state, address + 4,
VFP_dword
(src) >> 32);
590
ARMul_StoreWordN (state, address,
VFP_dword
(dest) >> 32)
[
all
...]
armdefs.h
72
#define
VFP_dword
(N) (state->VFP_Reg[(N)].dword)
armemu.c
1160
state->Reg[BITS (12, 15)] =
VFP_dword
(dreg);
1161
state->Reg[BITS (16, 19)] =
VFP_dword
(dreg) >> 32;
1165
VFP_dword
(dreg) = state->Reg[BITS (16, 19)];
1166
VFP_dword
(dreg) <<= 32;
1167
VFP_dword
(dreg) |= state->Reg[BITS (12, 15)];
Completed in 24 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026