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

  /external/valgrind/main/coregrind/
m_translate.c     [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 795 /* These IROp's multiply corresponding elements in two vectors, double
    [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...]
ir_opt.c 929 static IRExpr* mkZeroOfPrimopResultType ( IROp op )
945 static IRExpr* mkOnesOfPrimopResultType ( IROp op )
    [all...]
ir_defs.c 109 void ppIROp ( IROp op )
112 IROp base;
    [all...]
guest_ppc_toIR.c 463 static IRExpr* unop ( IROp op, IRExpr* a )
468 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 )
473 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 )
478 static IRExpr* qop ( IROp op, IRExpr* a1, IRExpr* a2,
767 static IROp mkSzOp ( IRType ty, IROp op8 )
846 IROp op;
855 IROp op;
    [all...]
host_ppc_isel.c 190 static IRExpr* unop ( IROp op, IRExpr* a )
    [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_x86_isel.c 90 static IRExpr* unop ( IROp op, IRExpr* a )
95 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 783 IROp opDIFD, opUIFU, opXOR, opNOT, opCMP, opOR;
889 IROp cmp_op,
895 IROp opOR = m64 ? Iop_Or64 : Iop_Or32;
896 IROp opAND = m64 ? Iop_And64 : Iop_And32;
897 IROp opSHL = m64 ? Iop_Shl64 : Iop_Shl32;
898 IROp opSHR = m64 ? Iop_Shr64 : Iop_Shr32;
    [all...]
  /external/valgrind/tsan/
ts_valgrind.cc     [all...]
  /external/valgrind/main/exp-ptrcheck/
h_main.c     [all...]
  /external/valgrind/main/cachegrind/
cg_main.c     [all...]
  /external/valgrind/main/callgrind/
main.c     [all...]

Completed in 2880 milliseconds