OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPCCondCode
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/VEX/priv/
host_ppc_defs.h
183
PPCCondCode
;
185
extern HChar* showPPCCondCode (
PPCCondCode
);
188
extern
PPCCondCode
mk_PPCCondCode ( PPCCondTest, PPCCondFlag );
612
PPCCondCode
cond;
622
PPCCondCode
cond; /* can be ALWAYS */
630
PPCCondCode
cond; /* can be ALWAYS */
637
PPCCondCode
cond; /* can be ALWAYS */
643
PPCCondCode
cond;
673
PPCCondCode
cond;
734
PPCCondCode
cond
[
all
...]
host_ppc_isel.c
444
static
PPCCondCode
iselCondCode_wrk ( ISelEnv* env, IRExpr* e );
445
static
PPCCondCode
iselCondCode ( ISelEnv* env, IRExpr* e );
677
PPCCondCode
cc;
[
all
...]
host_ppc_defs.c
276
HChar* showPPCCondCode (
PPCCondCode
cond )
296
PPCCondCode
mk_PPCCondCode ( PPCCondTest test, PPCCondFlag flag )
298
PPCCondCode
cc;
841
PPCInstr* PPCInstr_Call (
PPCCondCode
cond,
855
PPCCondCode
cond, Bool toFastEP ) {
865
PPCCondCode
cond ) {
874
PPCCondCode
cond, IRJumpKind jk ) {
883
PPCInstr* PPCInstr_CMov (
PPCCondCode
cond,
937
PPCInstr* PPCInstr_Set (
PPCCondCode
cond, HReg dst ) {
[
all
...]
Completed in 417 milliseconds