HomeSort by relevance Sort by last modified time
    Searched refs:AMD64CondCode (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/VEX/priv/
host_amd64_defs.h 119 AMD64CondCode;
121 extern const HChar* showAMD64CondCode ( AMD64CondCode );
473 AMD64CondCode cond;
483 AMD64CondCode cond; /* can be Acc_ALWAYS */
491 AMD64CondCode cond; /* can be Acc_ALWAYS */
498 AMD64CondCode cond; /* can be Acc_ALWAYS */
504 AMD64CondCode cond;
529 AMD64CondCode cond;
661 AMD64CondCode cond;
705 extern AMD64Instr* AMD64Instr_Call ( AMD64CondCode, Addr64, Int, RetLoc )
    [all...]
host_amd64_isel.c 239 static AMD64CondCode iselCondCode_wrk ( ISelEnv* env, IRExpr* e );
240 static AMD64CondCode iselCondCode ( ISelEnv* env, IRExpr* e );
435 AMD64CondCode cc;
    [all...]
host_amd64_defs.c 178 const HChar* showAMD64CondCode ( AMD64CondCode cond )
696 AMD64Instr* AMD64Instr_Call ( AMD64CondCode cond, Addr64 target, Int regparms,
710 AMD64CondCode cond, Bool toFastEP ) {
720 AMD64CondCode cond ) {
729 AMD64CondCode cond, IRJumpKind jk ) {
739 AMD64Instr* AMD64Instr_CMov64 ( AMD64CondCode cond, AMD64RM* src, HReg dst ) {
776 AMD64Instr* AMD64Instr_Set64 ( AMD64CondCode cond, HReg dst ) {
964 AMD64Instr* AMD64Instr_SseCMov ( AMD64CondCode cond, HReg src, HReg dst ) {
    [all...]

Completed in 40 milliseconds