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 116 AMD64CondCode;
118 extern HChar* showAMD64CondCode ( AMD64CondCode );
470 AMD64CondCode cond;
479 AMD64CondCode cond; /* can be Acc_ALWAYS */
487 AMD64CondCode cond; /* can be Acc_ALWAYS */
494 AMD64CondCode cond; /* can be Acc_ALWAYS */
500 AMD64CondCode cond;
525 AMD64CondCode cond;
657 AMD64CondCode cond;
701 extern AMD64Instr* AMD64Instr_Call ( AMD64CondCode, Addr64, Int )
    [all...]
host_amd64_isel.c 230 static AMD64CondCode iselCondCode_wrk ( ISelEnv* env, IRExpr* e );
231 static AMD64CondCode iselCondCode ( ISelEnv* env, IRExpr* e );
412 AMD64CondCode cc;
    [all...]
host_amd64_defs.c 178 HChar* showAMD64CondCode ( AMD64CondCode cond )
696 AMD64Instr* AMD64Instr_Call ( AMD64CondCode cond, Addr64 target, Int regparms ) {
707 AMD64CondCode cond, Bool toFastEP ) {
717 AMD64CondCode cond ) {
726 AMD64CondCode cond, IRJumpKind jk ) {
736 AMD64Instr* AMD64Instr_CMov64 ( AMD64CondCode cond, AMD64RM* src, HReg dst ) {
773 AMD64Instr* AMD64Instr_Set64 ( AMD64CondCode cond, HReg dst ) {
961 AMD64Instr* AMD64Instr_SseCMov ( AMD64CondCode cond, HReg src, HReg dst ) {
    [all...]

Completed in 29 milliseconds