OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIPSInstr_Shft
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/VEX/priv/
host_mips_isel.c
272
addInstr(env,
MIPSInstr_Shft
(Mshft_SLL, True, tmp, irrm,
763
addInstr(env,
MIPSInstr_Shft
(shftOp, False/*64bit shift */,
766
addInstr(env,
MIPSInstr_Shft
(shftOp, True /*32bit shift */,
897
addInstr(env,
MIPSInstr_Shft
(Mshft_SLL, False, tHi_1,
927
addInstr(env,
MIPSInstr_Shft
(Mshft_SRA, True, r_ccMIPS, tmp,
932
addInstr(env,
MIPSInstr_Shft
(Mshft_SRA, True, tmp, tmp,
[
all
...]
host_mips_defs.h
633
extern MIPSInstr *
MIPSInstr_Shft
(MIPSShftOp, Bool sz32, HReg, HReg, MIPSRH *);
host_mips_defs.c
1129
MIPSInstr *
MIPSInstr_Shft
(MIPSShftOp op, Bool sz32, HReg dst, HReg srcL,
[
all
...]
Completed in 32 milliseconds