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

  /external/valgrind/main/VEX/priv/
ir_match.c 68 if (p->Iex.Unop.op != e->Iex.Unop.op) return False;
69 if (!matchWrk(mi, p->Iex.Unop.arg, e->Iex.Unop.arg))
ir_opt.c 342 IRExpr_Unop(ex->Iex.Unop.op,
343 flatten_Expr(bb, ex->Iex.Unop.arg))));
    [all...]
host_x86_isel.c 91 static IRExpr* unop ( IROp op, IRExpr* a ) function
    [all...]
host_ppc_isel.c 194 static IRExpr* unop ( IROp op, IRExpr* a ) function
    [all...]
host_arm64_isel.c 177 //ZZ static IRExpr* unop ( IROp op, IRExpr* a )
    [all...]
host_amd64_isel.c 79 static IRExpr* unop ( IROp op, IRExpr* a ) function
409 && e->Iex.Unop.op == Iop_32Uto64
410 && e->Iex.Unop.arg->tag == Iex_RdTmp) {
411 HReg src = lookupIRTemp(env, e->Iex.Unop.arg->Iex.RdTmp.tmp);
    [all...]
host_mips_isel.c     [all...]
host_arm_isel.c 191 static IRExpr* unop ( IROp op, IRExpr* a ) function
    [all...]
host_s390_isel.c 1545 IROp unop, binop; local
    [all...]
ir_defs.c     [all...]
  /external/chromium_org/v8/test/cctest/compiler/
test-js-typed-lowering.cc 22 unop(NULL),
36 const Operator* unop; member in class:JSTypedLoweringTester
104 return reduce(Unop(op, Parameter(input_type)));
116 Node* Unop(const Operator* op, Node* input) {
451 Node* convert = R.Unop(R.javascript.ToNumber(), n);
791 Node* orig = R.Unop(opnot, R.Parameter(kJSTypes[i]));
815 Node* ton = R.Unop(R.javascript.ToNumber(), p0);
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
priv_storage.h 385 } Unop;
    [all...]
storage.c 622 e.Cex.Unop.op = op;
623 e.Cex.Unop.ix = ix;
717 ppCfiUnop(e->Cex.Unop.op);
719 ML_(ppCfiExpr)(src, e->Cex.Unop.ix);
    [all...]
debuginfo.c     [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 431 #define unop(_op, _arg) IRExpr_Unop((_op),(_arg)) macro
556 tmp1 = assignNew('V', mce, Ity_I64, unop(Iop_128to64, a1));
557 tmp2 = assignNew('V', mce, Ity_I64, unop(Iop_128HIto64, a1));
558 tmp3 = assignNew('V', mce, Ity_I64, unop(Iop_128to64, a2));
559 tmp4 = assignNew('V', mce, Ity_I64, unop(Iop_128HIto64, a2));
597 return assignNew('V', mce, Ity_I8, unop(Iop_Left8, a1));
602 return assignNew('V', mce, Ity_I16, unop(Iop_Left16, a1));
607 return assignNew('V', mce, Ity_I32, unop(Iop_Left32, a1));
612 return assignNew('V', mce, Ity_I64, unop(Iop_Left64, a1));
679 assignNew('V', mce, Ity_I8, unop(Iop_Not8, data)),
    [all...]
  /external/valgrind/main/VEX/
test_main.c 716 #define unop(_op, _arg) IRExpr_Unop((_op),(_arg)) macro
823 /* unop(Iop_Neg8, a1)))); */
833 /* unop(Iop_Neg16, a1)))); */
843 /* unop(Iop_Neg32, a1)))); */
903 assignNew(mce, Ity_I8, unop(Iop_Not8, data)),
915 assignNew(mce, Ity_I16, unop(Iop_Not16, data)),
927 assignNew(mce, Ity_I32, unop(Iop_Not32, data)),
939 assignNew(mce, Ity_I64, unop(Iop_Not64, data)),
951 assignNew(mce, Ity_V128, unop(Iop_NotV128, data)),
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 404 /* Primitive operations that are used in Unop, Binop, Triop and Qop
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 203 milliseconds