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...]
guest_mips_toIR.c 600 static IRExpr *unop(IROp op, IRExpr * a)
605 static IRExpr *binop(IROp op, IRExpr * a1, IRExpr * a2)
610 static IRExpr *triop(IROp op, IRExpr * a1, IRExpr * a2, IRExpr * a3)
    [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 195 static IRExpr* unop ( IROp op, IRExpr* a )
    [all...]
host_mips_isel.c     [all...]
guest_s390_toIR.c 51 static void s390_irgen_xonc(IROp, IRTemp, IRTemp, IRTemp);
159 unop(IROp kind, IRExpr *op)
166 binop(IROp kind, IRExpr *op1, IRExpr *op2)
173 triop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3)
180 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 191 static IRExpr* unop ( IROp op, IRExpr* a )
196 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 )
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 880 IROp opDIFD, opUIFU, opXOR, opNOT, opCMP, opOR;
    [all...]
  /external/valgrind/main/drd/
drd_load_store.c 336 static const IROp u_widen_irop[5][9] = {
417 IROp widen_op;
  /external/valgrind/main/VEX/
test_main.c     [all...]
  /external/valgrind/main/cachegrind/
cg_main.c     [all...]
  /external/valgrind/main/callgrind/
main.c     [all...]

Completed in 101 milliseconds