OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIPSCondCode
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/VEX/priv/
host_mips_defs.h
191
}
MIPSCondCode
;
193
extern const HChar *showMIPSCondCode(
MIPSCondCode
);
450
MIPSCondCode
cond;
475
MIPSCondCode
cond;
487
MIPSCondCode
cond; /* can be MIPScc_AL */
495
MIPSCondCode
cond; /* can be MIPScc_AL */
502
MIPSCondCode
cond; /* can be MIPScc_AL */
635
extern MIPSInstr *MIPSInstr_Cmp(Bool, Bool, HReg, HReg, HReg,
MIPSCondCode
);
653
extern MIPSInstr *MIPSInstr_Call (
MIPSCondCode
, Addr64, UInt, HReg, RetLoc );
654
extern MIPSInstr *MIPSInstr_CallAlways (
MIPSCondCode
, Addr64, UInt, RetLoc )
[
all
...]
host_mips_isel.c
264
static
MIPSCondCode
iselCondCode_wrk(ISelEnv * env, IRExpr * e);
265
static
MIPSCondCode
iselCondCode(ISelEnv * env, IRExpr * e);
399
MIPSCondCode
cc;
[
all
...]
host_mips_defs.c
616
const HChar *showMIPSCondCode(
MIPSCondCode
cond)
1225
MIPSCondCode
cond)
1291
MIPSInstr *MIPSInstr_Call (
MIPSCondCode
cond, Addr64 target, UInt argiregs,
1310
MIPSInstr *MIPSInstr_CallAlways (
MIPSCondCode
cond, Addr64 target,
1329
MIPSCondCode
cond, Bool toFastEP ) {
1340
MIPSCondCode
cond ) {
1350
MIPSCondCode
cond, IRJumpKind jk ) {
[
all
...]
Completed in 285 milliseconds