Home
last modified time | relevance | path

Searched defs:unop (Results 1 – 25 of 25) sorted by relevance

/external/valgrind/VEX/priv/
Dir_inject.c41 #define unop(kind, a) IRExpr_Unop(kind, a) macro
Dguest_tilegx_toIR.c120 static IRExpr *unop ( IROp op, IRExpr * a ) in unop() function
Dguest_arm_helpers.c559 # define unop(_op,_a1) IRExpr_Unop((_op),(_a1)) in guest_arm_spechelper() macro
Dguest_arm64_helpers.c717 # define unop(_op,_a1) IRExpr_Unop((_op),(_a1)) in guest_arm64_spechelper() macro
Dguest_s390_helpers.c1808 #define unop(op,a1) IRExpr_Unop((op),(a1)) macro
Dguest_x86_helpers.c818 # define unop(_op,_a1) IRExpr_Unop((_op),(_a1)) in guest_x86_spechelper() macro
Dhost_s390_defs.h439 } unop; member
Dguest_amd64_helpers.c995 # define unop(_op,_a1) IRExpr_Unop((_op),(_a1)) in guest_amd64_spechelper() macro
Dhost_s390_isel.c1548 IROp unop, binop; in s390_isel_int_expr_wrk() local
Dhost_x86_isel.c91 static IRExpr* unop ( IROp op, IRExpr* a ) in unop() function
Dhost_amd64_isel.c79 static IRExpr* unop ( IROp op, IRExpr* a ) in unop() function
Dguest_mips_toIR.c879 static IRExpr *unop(IROp op, IRExpr * a) in unop() function
Dhost_ppc_isel.c194 static IRExpr* unop ( IROp op, IRExpr* a ) in unop() function
Dhost_arm_isel.c183 static IRExpr* unop ( IROp op, IRExpr* a ) in unop() function
Dguest_x86_toIR.c643 static IRExpr* unop ( IROp op, IRExpr* a ) in unop() function
Dguest_ppc_toIR.c605 static IRExpr* unop ( IROp op, IRExpr* a ) in unop() function
Dguest_arm_toIR.c298 static IRExpr* unop ( IROp op, IRExpr* a ) in unop() function
Dguest_arm64_toIR.c275 static IRExpr* unop ( IROp op, IRExpr* a ) in unop() function
Dguest_amd64_toIR.c243 static IRExpr* unop ( IROp op, IRExpr* a ) in unop() function
Dguest_s390_toIR.c154 unop(IROp kind, IRExpr *op) in unop() function
/external/v8/test/cctest/compiler/
Dtest-machine-operator-reducer.cc72 const Operator* unop; member in v8::internal::compiler::ReducerTester
Dtest-js-typed-lowering.cc54 const Operator* unop; member in v8::internal::compiler::JSTypedLoweringTester
/external/valgrind/VEX/useful/
Dtest_main.c737 #define unop(_op, _arg) IRExpr_Unop((_op),(_arg)) macro
/external/valgrind/memcheck/
Dmc_translate.c439 #define unop(_op, _arg) IRExpr_Unop((_op),(_arg)) macro
/external/valgrind/helgrind/
Dhg_main.c4392 #define unop(_op, _arg1) IRExpr_Unop((_op),(_arg1)) macro