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

  /external/valgrind/main/VEX/priv/
host_x86_defs.h 104 X86CondCode;
106 extern HChar* showX86CondCode ( X86CondCode );
443 X86CondCode cond;
451 X86CondCode cond;
457 X86CondCode cond;
477 X86CondCode cond;
545 X86CondCode cond;
609 X86CondCode cond;
634 extern X86Instr* X86Instr_Call ( X86CondCode, Addr32, Int );
635 extern X86Instr* X86Instr_Goto ( IRJumpKind, X86CondCode cond, X86RI* dst )
    [all...]
host_x86_isel.c 253 static X86CondCode iselCondCode_wrk ( ISelEnv* env, IRExpr* e );
254 static X86CondCode iselCondCode ( ISelEnv* env, IRExpr* e );
351 void callHelperAndClearArgs ( ISelEnv* env, X86CondCode cc,
392 X86CondCode cc;
    [all...]
host_x86_defs.c 134 HChar* showX86CondCode ( X86CondCode cond )
641 X86Instr* X86Instr_Call ( X86CondCode cond, Addr32 target, Int regparms ) {
650 X86Instr* X86Instr_Goto ( IRJumpKind jk, X86CondCode cond, X86RI* dst ) {
658 X86Instr* X86Instr_CMov32 ( X86CondCode cond, X86RM* src, HReg dst ) {
687 X86Instr* X86Instr_Set32 ( X86CondCode cond, HReg dst ) {
772 X86Instr* X86Instr_FpCMov ( X86CondCode cond, HReg src, HReg dst ) {
871 X86Instr* X86Instr_SseCMov ( X86CondCode cond, HReg src, HReg dst ) {
    [all...]

Completed in 43 milliseconds