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

  /external/valgrind/VEX/priv/
host_x86_defs.h 110 X86CondCode;
112 extern const HChar* showX86CondCode ( X86CondCode );
453 X86CondCode cond;
464 X86CondCode cond; /* can be Xcc_ALWAYS */
472 X86CondCode cond; /* can be Xcc_ALWAYS */
479 X86CondCode cond; /* can be Xcc_ALWAYS */
485 X86CondCode cond;
505 X86CondCode cond;
573 X86CondCode cond;
637 X86CondCode cond
    [all...]
host_x86_isel.c 270 static X86CondCode iselCondCode_wrk ( ISelEnv* env, IRExpr* e );
271 static X86CondCode iselCondCode ( ISelEnv* env, IRExpr* e );
381 void callHelperAndClearArgs ( ISelEnv* env, X86CondCode cc,
434 X86CondCode cc;
    [all...]
host_x86_defs.c 133 const HChar* showX86CondCode ( X86CondCode cond )
640 X86Instr* X86Instr_Call ( X86CondCode cond, Addr32 target, Int regparms,
653 X86CondCode cond, Bool toFastEP ) {
663 X86CondCode cond ) {
672 X86CondCode cond, IRJumpKind jk ) {
681 X86Instr* X86Instr_CMov32 ( X86CondCode cond, X86RM* src, HReg dst ) {
710 X86Instr* X86Instr_Set32 ( X86CondCode cond, HReg dst ) {
796 X86Instr* X86Instr_FpCMov ( X86CondCode cond, HReg src, HReg dst ) {
894 X86Instr* X86Instr_SseCMov ( X86CondCode cond, HReg src, HReg dst ) {
    [all...]

Completed in 509 milliseconds