OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86Instr_Sh32
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/VEX/priv/
host_x86_isel.c
776
addInstr(env,
X86Instr_Sh32
(Xsh_SHL, 10, rrm2));
[
all
...]
host_x86_defs.h
662
extern X86Instr*
X86Instr_Sh32
( X86ShiftOp, UInt, HReg );
host_x86_defs.c
582
X86Instr*
X86Instr_Sh32
( X86ShiftOp op, UInt src, HReg dst ) {
[
all
...]
Completed in 33 milliseconds