Searched refs:UNOP (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/libdwfl/ |
D | frame_unwind.c | 348 #define UNOP(atom, expr) \ in expr_eval() macro 356 UNOP (DW_OP_abs, llabs ((int64_t) val1)) in expr_eval() 357 UNOP (DW_OP_neg, -(int64_t) val1) in expr_eval() 358 UNOP (DW_OP_not, ~val1) in expr_eval() 359 #undef UNOP in expr_eval()
|
/external/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 3619 #define UNOP(NAME, OPCODE, AVAIL) \ macro 3684 UNOP(sin, ir_unop_sin, always_available) in UNOP() function 3685 UNOP(cos, ir_unop_cos, always_available) in UNOP() 4010 UNOP(exp, ir_unop_exp, always_available) in UNOP() function 4011 UNOP(log, ir_unop_log, always_available) in UNOP() 4012 UNOP(exp2, ir_unop_exp2, always_available) in UNOP() 4013 UNOP(log2, ir_unop_log2, always_available) in UNOP() 5044 UNOP(not, ir_unop_logic_not, always_available) in UNOP() function 5390 UNOP(dFdx, ir_unop_dFdx, fs_oes_derivatives) in UNOP() function 5391 UNOP(dFdxCoarse, ir_unop_dFdx_coarse, fs_derivative_control) in UNOP() [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 930 "#UNOP "#NAME#"8m PSEUDO!", 933 "#UNOP "#NAME#"16m PSEUDO!", 936 "#UNOP "#NAME#"32m PSEUDO!", 939 "#UNOP "#NAME#"64m PSEUDO!",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 952 "#UNOP "#NAME#"8m PSEUDO!", 955 "#UNOP "#NAME#"16m PSEUDO!", 958 "#UNOP "#NAME#"32m PSEUDO!", 961 "#UNOP "#NAME#"64m PSEUDO!",
|