HomeSort by relevance Sort by last modified time
    Searched refs:IROp (Results 1 - 19 of 19) 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_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...]
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 )
858 static Bool isAddSub ( IROp op8 )
863 static Bool isLogic ( IROp op8 )
915 void setFlags_DEP1_DEP2 ( IROp op8, IRTemp dep1, IRTemp dep2, IRType ty )
939 void setFlags_DEP1 ( IROp op8, IRTemp dep1, IRType ty
    [all...]
host_s390_isel.c 1008 IROp unop, binop;
    [all...]
ir_opt.c 945 static IRExpr* mkZeroOfPrimopResultType ( IROp op )
961 static IRExpr* mkOnesOfPrimopResultType ( IROp op )
    [all...]
guest_ppc_toIR.c 517 static IRExpr* unop ( IROp op, IRExpr* a )
522 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 )
527 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 )
532 static IRExpr* qop ( IROp op, IRExpr* a1, IRExpr* a2,
892 static IROp mkSzOp ( IRType ty, IROp op8 )
971 IROp op;
980 IROp op;
    [all...]
ir_defs.c 114 void ppIROp ( IROp op )
117 IROp base;
    [all...]
host_amd64_isel.c 77 static IRExpr* unop ( IROp op, IRExpr* a )
82 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 )
    [all...]
host_ppc_isel.c 193 static IRExpr* unop ( IROp op, IRExpr* a )
    [all...]
guest_s390_toIR.c 144 unop(IROp kind, IRExpr *op)
151 binop(IROp kind, IRExpr *op1, IRExpr *op2)
158 triop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3)
165 qop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3, IRExpr *op4)
    [all...]
host_x86_isel.c 91 static IRExpr* unop ( IROp op, IRExpr* a )
96 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 )
    [all...]
host_arm_isel.c 179 static IRExpr* unop ( IROp op, IRExpr* a )
184 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 )
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 824 IROp opDIFD, opUIFU, opXOR, opNOT, opCMP, opOR;
    [all...]
  /external/valgrind/main/VEX/
test_main.c     [all...]
  /external/valgrind/tsan/
ts_valgrind.cc     [all...]
  /external/valgrind/main/cachegrind/
cg_main.c     [all...]
  /external/valgrind/main/callgrind/
main.c     [all...]

Completed in 787 milliseconds