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

  /external/valgrind/main/coregrind/
m_translate.c     [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h     [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 295 static IRExpr* unop ( IROp op, IRExpr* a )
300 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 )
305 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 )
    [all...]
guest_x86_toIR.c 646 static IRExpr* unop ( IROp op, IRExpr* a )
651 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 )
656 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 )
708 static IROp mkSizedOp ( IRType ty, IROp op8 )
723 static IROp mkWidenOp ( Int szSmall, Int szBig, Bool signd )
859 static Bool isAddSub ( IROp op8 )
864 static Bool isLogic ( IROp op8 )
916 void setFlags_DEP1_DEP2 ( IROp op8, IRTemp dep1, IRTemp dep2, IRType ty )
940 void setFlags_DEP1 ( IROp op8, IRTemp dep1, IRType ty
    [all...]
guest_amd64_toIR.c 248 static IRExpr* unop ( IROp op, IRExpr* a )
253 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 )
258 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 )
312 static IROp mkSizedOp ( IRType ty, IROp op8 )
    [all...]
host_s390_isel.c     [all...]
ir_opt.c     [all...]
guest_ppc_toIR.c 522 static IRExpr* unop ( IROp op, IRExpr* a )
527 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 )
532 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 )
537 static IRExpr* qop ( IROp op, IRExpr* a1, IRExpr* a2,
897 static IROp mkSzOp ( IRType ty, IROp op8 )
976 IROp op;
985 IROp op;
    [all...]
ir_defs.c 119 void ppIROp ( IROp op )
122 IROp base;
    [all...]