OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFwds
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/VEX/priv/
host_amd64_defs.h
552
Bool
isFwds
;
750
extern AMD64Instr* AMD64Instr_Bsfr64 ( Bool
isFwds
, HReg src, HReg dst );
host_x86_defs.h
510
Bool
isFwds
;
683
extern X86Instr* X86Instr_Bsfr32 ( Bool
isFwds
, HReg src, HReg dst );
host_amd64_defs.c
786
AMD64Instr* AMD64Instr_Bsfr64 ( Bool
isFwds
, HReg src, HReg dst ) {
789
i->Ain.Bsfr64.
isFwds
=
isFwds
;
[
all
...]
host_x86_defs.c
717
X86Instr* X86Instr_Bsfr32 ( Bool
isFwds
, HReg src, HReg dst ) {
720
i->Xin.Bsfr32.
isFwds
=
isFwds
;
[
all
...]
Completed in 64 milliseconds