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

1 2

  /external/valgrind/memcheck/tests/vbit-test/
vtest.h 9 #include "libvex.h" // IROp
63 // Everything we want to know about an IROp
65 IROp op;
69 // Indicate whether IROp can be tested on a particular architecture
86 /* An operand of an IROp (also used for the result) */
104 irop_t *get_irop(IROp);
105 int is_floating_point_op_with_rounding_mode(IROp);
106 int get_num_operands(IROp);
125 void typeof_primop(IROp, IRType *t_dst, IRType *t_arg1, IRType *t_arg2,
main.c 98 IROp first = Iop_INVALID + 1;
99 IROp last = Iop_LAST;
100 IROp opkind;
util.c 119 is_floating_point_op_with_rounding_mode(IROp op)
144 get_num_operands(IROp op)
201 typeof_primop(IROp op, IRType *t_dst, IRType *t_arg1, IRType *t_arg2,
    [all...]
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 275 static IRExpr* unop ( IROp op, IRExpr* a )
280 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 )
285 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 )
456 static IROp mkAND ( IRType ty ) {
464 static IROp mkOR ( IRType ty ) {
472 static IROp mkXOR ( IRType ty ) {
480 static IROp mkSHL ( IRType ty ) {
488 static IROp mkSHR ( IRType ty ) {
496 static IROp mkSAR ( IRType ty ) {
504 static IROp mkNOT ( IRType ty )
    [all...]
ir_inject.c 84 IROp concat;
147 IROp high, low;
214 // This implies that the IROp is a shift op
guest_arm_toIR.c 298 static IRExpr* unop ( IROp op, IRExpr* a )
303 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 )
308 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 )
    [all...]
guest_x86_toIR.c 643 static IRExpr* unop ( IROp op, IRExpr* a )
648 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 )
653 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 )
705 static IROp mkSizedOp ( IRType ty, IROp op8 )
721 static IROp mkWidenOp ( Int szSmall, Int szBig, Bool signd )
857 static Bool isAddSub ( IROp op8 )
862 static Bool isLogic ( IROp op8 )
914 void setFlags_DEP1_DEP2 ( IROp op8, IRTemp dep1, IRTemp dep2, IRType ty )
938 void setFlags_DEP1 ( IROp op8, IRTemp dep1, IRType ty
    [all...]
guest_amd64_toIR.c 243 static IRExpr* unop ( IROp op, IRExpr* a )
248 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 )
253 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 )
307 static IROp mkSizedOp ( IRType ty, IROp op8 )
    [all...]
ir_opt.c     [all...]
host_s390_isel.c     [all...]
ir_defs.c 120 void ppIROp ( IROp op )
123 IROp base;
    [all...]
guest_ppc_toIR.c 595 static IRExpr* unop ( IROp op, IRExpr* a )
600 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 )
605 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 )
610 static IRExpr* qop ( IROp op, IRExpr* a1, IRExpr* a2,
    [all...]
guest_tilegx_toIR.c 120 static IRExpr *unop ( IROp op, IRExpr * a )
125 static IRExpr *binop ( IROp op, IRExpr * a1, IRExpr * a2 )
    [all...]
guest_s390_toIR.c 52 static void s390_irgen_xonc(IROp, IRTemp, IRTemp, IRTemp);
154 unop(IROp kind, IRExpr *op)
161 binop(IROp kind, IRExpr *op1, IRExpr *op2)
168 triop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3)
175 qop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3, IRExpr *op4)
    [all...]
host_ppc_isel.c 194 static IRExpr* unop ( IROp op, IRExpr* a )
    [all...]
host_tilegx_isel.c 785 IROp op_unop = e->Iex.Unop.op;
    [all...]
guest_mips_toIR.c 879 static IRExpr *unop(IROp op, IRExpr * a)
884 static IRExpr *binop(IROp op, IRExpr * a1, IRExpr * a2)
889 static IRExpr *triop(IROp op, IRExpr * a1, IRExpr * a2, IRExpr * a3)
894 static IRExpr *qop ( IROp op, IRExpr * a1, IRExpr * a2, IRExpr * a3,
    [all...]
  /external/valgrind/VEX/pub/
libvex_ir.h     [all...]
libvex.h     [all...]
  /external/valgrind/coregrind/
m_translate.c     [all...]
  /external/valgrind/memcheck/
mc_translate.c     [all...]
  /external/valgrind/VEX/useful/
test_main.c     [all...]
  /external/valgrind/drd/
drd_load_store.c 342 static const IROp u_widen_irop[5][9] = {
425 IROp widen_op;
  /external/valgrind/cachegrind/
cg_main.c     [all...]
  /external/valgrind/callgrind/
main.c     [all...]

Completed in 738 milliseconds

1 2