OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AMD64Instr_MovxLQ
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/VEX/priv/
host_amd64_isel.c
420
return
AMD64Instr_MovxLQ
(False, src, dst);
984
addInstr(env,
AMD64Instr_MovxLQ
(False, dst, dst));
995
addInstr(env,
AMD64Instr_MovxLQ
(True, dst, dst));
[
all
...]
host_amd64_defs.h
697
extern AMD64Instr*
AMD64Instr_MovxLQ
( Bool syned, HReg src, HReg dst );
host_amd64_defs.c
762
AMD64Instr*
AMD64Instr_MovxLQ
( Bool syned, HReg src, HReg dst ) {
[
all
...]
Completed in 194 milliseconds