Home
last modified time | relevance | path

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

12

/external/valgrind/VEX/priv/
Dir_inject.c42 #define unop(kind, a) IRExpr_Unop(kind, a) 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
Dguest_arm_helpers.c818 # define unop(_op,_a1) IRExpr_Unop((_op),(_a1)) in guest_arm_spechelper() macro
Dguest_arm64_helpers.c1317 # define unop(_op,_a1) IRExpr_Unop((_op),(_a1)) in guest_arm64_spechelper() macro
Dhost_s390_defs.h439 } unop; member
Dguest_amd64_helpers.c1021 # 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
Dguest_mips_toIR.c882 static IRExpr *unop(IROp op, IRExpr * a) in unop() function
Dhost_amd64_isel.c79 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_arm_toIR.c306 static IRExpr* unop ( IROp op, IRExpr* a ) in unop() function
/external/mesa3d/src/compiler/nir/
Dnir_opcodes.py116 def unop(name, ty, const_expr): function
/external/python/cpython2/Demo/parser/
Dunparse.py422 unop = {"Invert":"~", "Not": "not", "UAdd":"+", "USub":"-"} variable in Unparser
/external/python/cpython3/Tools/parser/
Dunparse.py502 unop = {"Invert":"~", "Not": "not", "UAdd":"+", "USub":"-"} variable in Unparser
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto801 UnaryOperation unop = 2; field
/external/v8/src/asmjs/
Dasm-typer.cc1889 AsmType* AsmTyper::ValidateUnaryExpression(UnaryOperation* unop) { in ValidateUnaryExpression()
/external/tensorflow/tensorflow/compiler/xla/client/
Dcomputation_builder.cc1068 UnaryOperation unop, const ComputationDataHandle& operand) { in UnaryOp()
/external/tensorflow/tensorflow/compiler/xla/service/
Duser_computation.cc46 HloOpcode UnaryOperationToHloOpcode(UnaryOperation unop) { in UnaryOperationToHloOpcode()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp3271 builtin_builder::unop(builtin_available_predicate avail, in unop() function in builtin_builder
/external/valgrind/helgrind/
Dhg_main.c4400 #define unop(_op, _arg1) IRExpr_Unop((_op),(_arg1)) macro
/external/valgrind/memcheck/
Dmc_translate.c439 #define unop(_op, _arg) IRExpr_Unop((_op),(_arg)) macro

12