OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AMD64CondCode
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/VEX/priv/
host_amd64_defs.h
117
AMD64CondCode
;
119
extern const HChar* showAMD64CondCode (
AMD64CondCode
);
475
AMD64CondCode
cond;
485
AMD64CondCode
cond; /* can be Acc_ALWAYS */
493
AMD64CondCode
cond; /* can be Acc_ALWAYS */
500
AMD64CondCode
cond; /* can be Acc_ALWAYS */
506
AMD64CondCode
cond;
513
AMD64CondCode
cond;
521
AMD64CondCode
cond;
547
AMD64CondCode
cond
[
all
...]
host_amd64_defs.c
159
const HChar* showAMD64CondCode (
AMD64CondCode
cond )
677
AMD64Instr* AMD64Instr_Call (
AMD64CondCode
cond, Addr64 target, Int regparms,
691
AMD64CondCode
cond, Bool toFastEP ) {
701
AMD64CondCode
cond ) {
710
AMD64CondCode
cond, IRJumpKind jk ) {
720
AMD64Instr* AMD64Instr_CMov64 (
AMD64CondCode
cond, HReg src, HReg dst ) {
729
AMD64Instr* AMD64Instr_CLoad (
AMD64CondCode
cond, UChar szB,
740
AMD64Instr* AMD64Instr_CStore (
AMD64CondCode
cond, UChar szB,
779
AMD64Instr* AMD64Instr_Set64 (
AMD64CondCode
cond, HReg dst ) {
913
AMD64Instr* AMD64Instr_SseCStore (
AMD64CondCode
cond
[
all
...]
host_amd64_isel.c
239
static
AMD64CondCode
iselCondCode_wrk ( ISelEnv* env, IRExpr* e );
240
static
AMD64CondCode
iselCondCode ( ISelEnv* env, IRExpr* e );
434
AMD64CondCode
cc;
[
all
...]
Completed in 204 milliseconds